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

RE: [ajug-members]: EJB Tutorials



Hi,

JBoss can run with or without a web container. Even if it does run with
a container it does not mean that external web container have access to
it. You can mix and match, but I would say that using JBoss with web
container is the cleanest, and it also does hot deploy web apps. For
scalability I use about 15 external web containers talking to the same
JBoss.

So, a long story short, It is up to you how you want to run JBoss and
your web containers.


Regards


Viv

-----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
> 
>