[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [ajug-members]: EJB Tutorials



JBoss actually runs Tomcat under the covers as its JSP/Servlet container,
and it's very nicely integrated.  And it's open source, so the price is
right.  Copy your WAR files to JBoss' /server/default/deploy directory, and
JBoss will hot-deploy them for you -- very nice.

Allan

-----Original Message-----
From: Christopher Fowler [mailto:cfowler@outpostsentinel.com]
Sent: Tuesday, April 20, 2004 10:05 AM
To: Allan Marks
Cc: ajug-members@ajug.org
Subject: RE: [ajug-members]: EJB Tutorials


On Tue, 2004-04-20 at 09:54, Allan Marks wrote:
> I believe that Tomcat is strictly a JSP and Servlet container, not a
> full-blown J2EE application server, and therefore does not support EJBs.
> For EJB support, you'd have to look at something like JBoss.

That was one thing I was afraid of.

I just looked at the FAQ and it stated that I can run an external EJB
container.  Is there an OSS EJB container that is not a full J2EE
server?  Should I run Tomcat and JBOSS together?  Eventually switching
to JBOSS?

I have some agents I need to create that I would like my servlets to be
able to communicate with.



>
> hth,
> Allan
>
> -----Original Message-----
> From: Christopher Fowler [mailto:cfowler@outpostsentinel.com]
> Sent: Tuesday, April 20, 2004 7:48 AM
> To: ajug-members@ajug.org
> Subject: Re: [ajug-members]: EJB Tutorials
>
>
> Can someone point me to some online docs on how to use EJB's with
> Tomcat?
>
> Jason,  There is a book at http://safari.oreilly.com that is called
> "Teach Yourself EJB in 21 days"  You may want to take a look at that.
>
> On Mon, 2004-04-19 at 20:55, Jason Vinson wrote:
> > Hi All,
> >
> > I am looking for a good tutorial on the basics of EJB's (both Session
and
> Entity), preferably written to use jBoss.  I'm pretty much starting from
> scratch, so newbie tutorials are preferred.
> >
> > Thanks,
> > Jason
>
>