Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: deprecated, until re-write
Warning
titleThis guideline has been deprecated

Java based technologies typically use the Java Archive (JAR) feature for packaging files to facilitate platform independent deployment. Be it desktop applications, Enterprise Java Beans (EJB), MIDlets (J2ME) or Weblogic Server J2EE applications, for example, jar files are the preferred distribution mechanism. The point and click installation provided by Java Web Start also relies on the jar file format for packaging.

...