| File Description |
Compressed package containing Java-based Web components and applications that are run on a Web server; formatted the same as a .JAR file, but includes additional information that tells the application server which Java servlet class to run.
WAR files may contain server-side utility classes (such as database beans and shopping carts), static Web resources (HTML, image, and sound files), and client-side classes (applets and utility classes). |