[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
EAR
SUN's Packager Tool J2EE Tutorial Entry
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
EAR
What is an EAR file?
An EAR file is a special JAR packaging file for deploying J2EE applications to an application server. Typically an EAR contains the following files:- A manifest file with an .MF extension
- A deployment descriptor file named application.xml
- A WAR file that contains either ejb jars in case of using EJB or a WAR file that contains jsp/servlets andor html files/images
- If EJBs are use dwith connetors, an RAR resource adaptter aRchive file
Resources
Sun's J2EE Technology CenterSUN's Packager Tool J2EE Tutorial Entry
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
