[prog] Java Confusions!
Becky L. Norum
bnorum at coe.neu.edu
Thu Oct 30 09:53:33 EST 2003
On Wed, 29 Oct 2003, Rachel McConnell wrote:
> One small correction here, you do not need J2EE to write servlets or JSP
> (Java Server Pages) - J2SE contains all the required libraries for
> (non-distributed) web applications. You do need J2EE for EJB
> (Enterprise Java Beans). But as Cindy truly points out, if you don't
> know what EJB is (are), you don't need them OR J2EE.
You are correct that you don't _need_ J2EE for servlets and JSPs, but they
aren't included in J2SE, which is only the core Java classes. To use them
you need to download an extra implementation of those functionalities, which
are included in J2EE or could be used from a web server/application server
implementing those APIs, for example Tomcat (http://jakarta.apache.org/tomcat),
Resin, Weblogic, etc.
Regards,
Becky
More information about the Programming
mailing list