hi!
Worin liegt der Unterschied zwischen Java2 und J2EE (Java2
Enterprise Edition) ?
Beides ist Java. Du meinst hier mit Java2 vermutlich die Java 2
Standard Edition (J2SE) im Gegensatz zur Java 2 Enterprise Edition
(J2EE).
"JavaTM 2 Platform, Enterprise Edition 1.3 (J2EETM 1.3) Specification
Proposed Final Draft 4 Under Java Community ProcessSM Program J2EETM
1.3 defines the standard for developing and deploying enterprise
applications. It is based on JavaTM 2 Platform, Standard Edition 1.3
and updates the J2EE platform with the latest versions of Enterprise
JavaBeansTM (EJBTM), JavaServer PagesTM (JSPTM) and Java Servlet API
component technologies. In addition, J2EE 1.3 adds support for J2EE
Connector Architecture, the Java API for XML Parsing (JAXP), and the
Java Authentication and Authorization Service (JAAS) API. J2EE 1.3
also increases the level of support from optional to required of the
Java Message Service (JMS) API."
J2EE ist also anscheinend einfach eine Erweiterung von J2SE um
zusätzliche Features.
bye, Frank!