no Tomcat does not come with an EJB container, but it supports the use of EJBs with in servlets & jsp. But you can download Jboss, bundled with Tomcat... Jboss is EJB container/ application server.
Try it, it�s very good. hope it helps, -reynir -----Original Message----- From: Michael Davis [mailto:[EMAIL PROTECTED]] Sent: 15. desember 2001 16:48 To: Tomcat Users List Subject: Re: Is Tomcat considered to be a J2EE implementation? Thanks, I've been using JServ to create servlets for a while, and I thought that the difference between simply using servlets and J2EE was that the latter has an EJB container. If this is true, then does Tomcat come with an EJB container? Or maybe a better question is, can you program EJBs with Tomcat? Thanks again, Michael On December 15, 2001 11:34 am, you wrote: > hello, > > The J2EE includes the following technologies : > > Servlets, JSP, JNDI, JAXP, JDBC, EJB, JMS, Java Transactions, JavaMail, > Java IDL, J2EE connectors and Corba (am I missing something ?). > Read all about j2ee and related technologies at http://java.sun.com/j2ee > > Tomcat is "only" a Servlet / JSP container... so while using it you�re > not neccesarely using all the other technologies, so I would not say > that you "know j2ee" untill you know at least half of em. But then again > Servlets, and JSP are a very big part of J2EE functionality. > > I would say if you learn and use Tomcat, you can claim you know servlets > & jsp, and probably some of the other parts of J2EE. If you check out > EJBs along the way u�re getting very close to knowing J2EE, at least you > should know what to claim. > > > hope that explaines it... > > --reynir > > -----Original Message----- > From: Michael Davis [mailto:[EMAIL PROTECTED]] > Sent: 15. desember 2001 16:14 > To: [EMAIL PROTECTED] > Subject: Is Tomcat considered to be a J2EE implementation? > > > Hi, > > I've been coding Java for a while, and now I'd like to learn J2EE. I > downloaded and installed Tomcat version 4. > > Is Tomcat a reasonably complete implementation of J2EE? That is, if I > learn > and use Tomcat, can I claim to know J2EE? > > Thanks, -- Michael Davis Damaru Custom Programming - Web Development - Database Design http://www.damaru.com 416-540-1284 -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]> -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
