J2EE Servers
J2EE Server:
A middleware solution which confirms to the J2EE standards. Sun has a J2EE certification process for servers to test their compatibility with J2EE standards. Not all J2EE servers are Sun certifiied.
J2EE systems typically include Web servers, application servers, messaging software, and increasingly Web-services engines. J2EE is an umbrella specification that includes many popular technologies: Servlets, JSP, EJB, JMS, and the Java Web-services APIs (SAAJ and JAX-RPC) are all part of J2EE.
From : www.objectinnovations.com/Guides/JavaVersions.html
Glassfish AS for Java EE 5
The GlassFish community is building a free, open source application server which implements the newest features in the Java EE 5 platform (the next version of the J2EE platform). The Java EE 5 platform includes the latest versions of technologies such as Enterprise JavaBeans (EJB) 3.0, JavaServer Faces (JSF) 1.2, Servlet 2.5, JavaServer Pages (JSP) 2.1, Java API for Web Services (JAX-WS) 2.0, Java Architecture for XML Binding (JAXB) 2.0, Java Persistence 1.0, Common Annotations 1.0, Streaming API for XML (StAX) 1.0, and many other new technologies
Loading .....