| Author |
Any J2EE on Tomcat?
|
Joseph Smithern
Ranch Hand
Joined: Feb 11, 2006
Posts: 89
|
|
|
What exactly is J2EE? I am working with Servlets, JSP, Beans, JDBC and MVC on Tomcat but never did any work with EJB. Can I say I work on some J2EE or is J2EE only EJB and other stuff that is on WebLogic, WebsPhere and JBoss?
|
 |
Jesper de Jong
Java Cowboy
Bartender
Joined: Aug 16, 2005
Posts: 12907
|
|
Servlets and JSP are part of Java EE (the web tier part). EJB is another part of Java EE (the business tier). Tomcat is a servlet container; it only supports servlets and JSP, not EJB. Weblogic, Websphere and JBoss also support EJB. See http://java.sun.com/javaee for more information, including tutorials, on Java EE.
|
Java Beginners FAQ - JavaRanch SCJP FAQ - The Java Tutorial - Java SE 7 API documentation
Scala Notes - My blog about Scala
|
 |
 |
|
|
subject: Any J2EE on Tomcat?
|
|
|