J2EE archive files
Web
Application Archive (WAR):
A WAR file consists of Web components such as servlets and JSPs, as well as static HTML pages, JAR files, tag
libraries and utility classes. A WAR file name has the .war extension.
EJB
JAR: The EJB JAR file
contains one or more enterprise beans, the components used for EJB technology.
The EJB JAR file also includes any utility classes needed by the enterprise
beans. The name of an EJB JAR file has the .jar extension.
J2EE
Application Client JAR:
This JAR file contains the code for a J2EE application client, which accesses
server-side components such as enterprise beans via RMI/IIOP. In the Admin
Console, a J2EE application client is referred to as an “application client.”
The name of the J2EE application client JAR file has the .jar extension.
Resource Adapter
Archive (RAR):
A RAR file holds a resource adapter. Defined by the J2EE Connector Architecture
specifications, a resource adapter is a portable component that enables
enterprise beans, Web components, and application clients to access resources
and foreign enterprise systems. A resource adapter is often referred to as a
connector. A RAR file name has the .rar extension.
Enterprise Application
Archive (EAR):
An EAR file holds one or more WAR, EJB JAR, RAR or J2EE Application Client JAR
files. An EAR file name has the .ear extension.
Comments
Post a Comment