aspose file tools
The moose likes Tomcat and the fly likes Any J2EE on Tomcat? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » Tomcat
Reply Bookmark "Any J2EE on Tomcat?" Watch "Any J2EE on Tomcat?" New topic
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
    
    3

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
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Any J2EE on Tomcat?
 
Similar Threads
Struts with EJB
copy j2ee's jar files into jdk1.3
Can Tomcat work with J2EE RI ??
Tomcat and EJB
Help,Tomcat can't invoke EJB?