[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
BeginnersGuideToJ2EE
Component Model Technologies
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
BeginnersGuideToJ2EE
Beginners Guide To J2EE
J2EE is the Java 2 Enterprise Edition of Java which is composed of the following technologies:Component Model Technologies
- JavaServer Pages(JSP)
- Servlets
- Enterprise Java Beans(EJB)
- JavaServer Faces(JSF)
- Java API for XML Processing(JAXP)
- Java API for XML Registeries(JAXR)
- Java API for XML-based RPC(JAX-RPC)
- SOAP with Attachments API for Java(SAAJ)
Packaging and Deployment
J2EE applications are deployed using some additional tools besides just the JAR tool. The main two packaging files that are created are an Enterprise Application aRchive(EAR)file and a Web Application aRchive(WAR) file.[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
