Differences between version 6 and revision by previous author of J2EE.
Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History
Newer page: | version 6 | Last edited on Monday, October 1, 2007 7:29:58 am | by CraigBox | Revert |
Older page: | version 5 | Last edited on Friday, June 11, 2004 11:26:46 am | by DavidHallett | Revert |
@@ -1,5 +1,7 @@
-An [Acronym] for [Java] __2__ __E__nterprise __E__dition.
+An [Acronym] for [Java] __2__ __E__nterprise __E__dition. As of Java 1.5, it was renamed "Java Platform, Enterprise Edition" or "Java EE"
.
-[Java] 2 Platform, Enterprise Edition defines
the standard for developing component-based multitier
enterprise applications. Features include WebServices support and development tools ([SDK]).
+[Java] EE extends
the standard Java specification with standards
for developing component-based, multi-tier
enterprise applications. Features include WebServices support and development tools ([SDK]).
+
+Applications written in Java EE traditionally run on an application server; open source examples include Red Hat's [JBoss] or Sun's reference implementation, GlassFish
.
For more information, refer to SunMicrosystems' [J2EE] [overview | http://java.sun.com/j2ee/overview.html].