Previous | Next | Trail Map | To 1.1 -- And Beyond! | What's New in 1.1?


JAR File Format

JAR (Java ARchive) is a platform-independent file format that allows you to bundle a Java applet and its requisite components (.class files, images and sounds) into a single JAR file. Using the new ARCHIVE attribute of the <APPLET> tag, this bundle can be downloaded to a browser in a single HTTP transaction, greatly improving the download speed. In addition, JAR supports compression, which reduces the file size, further improving the download time.

Finally, the applet author can digitally sign individual entries in a JAR file to authenticate their origin. You can read more about this in our upcoming security trail.

Where to Find Documentation

Currently, the amount of documentation available within the tutorial about JAR files is somewhat limited. However, it's enough to get you going. In addition, to the above-mentioned JAR documentation you can find in the tutorial, the JAR Guide and Manifest Format Specification are available at the JAR - Java Archive page.


Previous | Next | Trail Map | To 1.1 -- And Beyond! | What's New in 1.1?