No, tomcat doesn't come with an EJB-container. But you can "plug in" tomcat
into
an EJB-Container. For instance, tomcat is the Servlet/JSP-Container for
jboss (http://www.jboss.org), an open source EJB-Container. And tomcat is
the Servlet/JSP-Container for the J2EE reference implementation from sun.

So, you see there is a big difference between an EJB-Container and a
Servlet/JSP-Container like tomcat.
So, when you use tomcat as a Servlet/JSP-Container for you EJB-Container
(ApplicationServer), then you can access EJBs from your servlets and jsps...

Hope that helped a bit.
cheers
pero

-----Original Message-----
From: Michael Davis [mailto:[EMAIL PROTECTED]]
Sent: Saturday, December 15, 2001 5:48 PM
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]>

Reply via email to