- Java SE (Standard Edition): Formerly J2SE but renamed to Java Standard Edition when the Java 2 convention was dropped with the release of Java 5 (formerly J2SE 1.5). It contains a good all-around mix of general purpose libraries including JDBC (Java Database Connectivity), JNDI (Java Naming Directory Interface), RMI (Remove Method Invocation), AWT, and Swing.
- Java EE (Enterprise Edition): Formerly J2EE (see above). It includes Java Standard Edition plus most of the other Java technologies including JavaMail, Activation, JAXB (Java API for XML Binding), Servlets, JSF (Java Server Faces), JMS (Java Messaging Service), EJB (Enterprise Java Beans), and others. Most of the APIs are very component-oriented and are intended to provide pluggable interfaces for business components to form robust, distributed internet applications.
- Java ME (Micro Edition): Formerly J2ME. It includes most of Java SE and some additional APIs for handheld devices.
What is J2EE (Java Enterprise Edition)?
What is J2EE (Java Enterprise Edition)?
Java refers to both a language and a platform. The runtime and libraries that comprise the platform are based on the Java language and come in 3 flavours:
Re: What is J2EE (Java Enterprise Edition)?
what is spring then..?? is it a framework which we can use to develop j2ee applications..??
where can i get more details about j2ee framework.. details like the structure of it..etc
where can i get more details about j2ee framework.. details like the structure of it..etc
Re: What is J2EE (Java Enterprise Edition)?
There are 3 tiers in Java 2 Enterprise Edition software architecture. The J2EE platform simplifies the development of enterprise applications by providing standardized modular components like EJBs, JSP and Servlets. Furthermore it is providing a complete set of services to those components.
Read more in wiki page: http://en.wikipedia.org/wiki/Spring_framework
Here are the wiki pages:
http://en.wikipedia.org/wiki/Java_Platf ... se_Edition
http://en.wikipedia.org/wiki/Java_EE_application
Some good links that I came across:
http://download.oracle.com/docs/cd/E199 ... index.html
http://java.sun.com/j2ee/setstandard.html
http://java.sun.com/j2ee/appmodel.html
http://www.oracle.com/technetwork/java/ ... 42185.html
BTW: Why don't you put a custom avatar (photo) and write a little introduction on what you do, etc... under Board index ‹ ROBOT.LK ‹ Members Only ‹ Introductions. Welcome to ROBOT.LK!
The Spring Framework is an open source application framework for the Java platform.what is spring then..?? is it a framework which we can use to develop j2ee applications..??
Read more in wiki page: http://en.wikipedia.org/wiki/Spring_framework
Though J2EE is a framework, it is usually called a platform.where can i get more details about j2ee framework.. details like the structure of it..etc
Here are the wiki pages:
http://en.wikipedia.org/wiki/Java_Platf ... se_Edition
http://en.wikipedia.org/wiki/Java_EE_application
Some good links that I came across:
http://download.oracle.com/docs/cd/E199 ... index.html
http://java.sun.com/j2ee/setstandard.html
http://java.sun.com/j2ee/appmodel.html
http://www.oracle.com/technetwork/java/ ... 42185.html
BTW: Why don't you put a custom avatar (photo) and write a little introduction on what you do, etc... under Board index ‹ ROBOT.LK ‹ Members Only ‹ Introductions. Welcome to ROBOT.LK!
Re: What is J2EE (Java Enterprise Edition)?
thanks for the information. ok i will do it sooner..