Per come l'ho capita io la cosa J2EE è addirittura solo un insieme di specifiche di API che poi vengono implementate in maniera più o meno completa dai vari Servlet Containers (Come Tomcat) o Java Application Servers (come JBoss).Originariamente inviato da Andrea1979
ma quella senza compilatore non è la JRE? (il runtime environment)... ecco... per far confusione alla sun... sono riusciti nel loro intento e sono passato ad ingrAssare le fila dei java-confused![]()
As mentioned, an API simply defines services that a service provider (i.e., the implementation) makes
available to applications. Thus, an API without an implementation is useless.....
.....Various third parties provide commercial-grade implementations of the J2EE APIs. These implementations
are typically packaged as a J2EE application server. Whereas Tomcat provides an implementation
of the Servlet and JSP APIs (and is thus called a Servlet container), application servers provide a superset
of Tomcat’s functionality: the Servlet and JSP APIs plus all the other J2EE APIs, and some J2SE APIs