Tuesday, November 04, 2008

JAR

In computing, a JAR file (or Java ARchive) file used to deal out a set of Java classes. It is used to store compiled Java classes and connected metadata that can constitute a program.


* WAR (file format) (Web Application aRchive) files are also Java archives which store XML files, java classes, Java Server Pages and extra objects for Web Applications.

* EAR (file format) (Enterprise ARchive) files are also Java archives which store XML files, java classes and additional objects for Enterprise Applications.

* RAR (file format) (Resource Adapter aRchive) files are also Java archives which store XML files, java classes and added objects for J2EE Connector Architecture (JCA) applications.

No comments: