invocing EJB from Tomcat

2003-08-07 Thread Juraj . Lenharcik
Hi,

does anyone knows, whats needed to invoce EJB from tomcat? Specially where to put the 
libraries for the contextfactory (under jboss jnp-client.jar).


thanks,
Juraj

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: EJB from Tomcat

2003-02-13 Thread David Blevins
Right, this is an EJB container that is usable in Tomcat.  The
particularly neat thing is that the EJB container can run embedded
*inside* the same VM as Tomcat.  You can even configure OpenEJB to not
marshal calls to EJBs, basically treating your remote interfaces as EJB
2.0 Local interfaces.

In the end you get a single server that can run both servlets/jsp/ejb
together in the same VM with local optimizations.

-David

> -Original Message-
> From: Will Hartung [mailto:[EMAIL PROTECTED]] 
> Sent: Thursday, February 13, 2003 11:33 AM
> To: Tomcat Users List
> Subject: Re: EJB from Tomcat
> 
> 
> > From: "David Blevins" <[EMAIL PROTECTED]>
> > Sent: Thursday, February 13, 2003 6:54 AM
> > Subject: EJB from Tomcat
> 
> 
> > All,
> >
> > I wrote some time ago about the Tomcat/OpenEJB integration, which 
> > allows Tomcat users to start using EJBs from Tomcat without 
> having to 
> > ditch your Tomcat installation and configuration.  Just 
> like Tomcat is 
> > typically plugged into other app servers, OpenEJB is a plug-in for 
> > Tomcat.  Plugging it in isn't any harder than setting up a JDBC 
> > driver.
> 
> This was confusing, but I see now.
> 
> I was confused because we use Tomcat everyday to talk to our 
> EJB server.
> 
> THIS is simply Yet Another EJB server, not some magic 
> interface to connect Tomcat to an arbitrary EJB server.
> 
> The connectivity from Tomcat to the EJB side is pretty 
> straightforward, portable and should work if/when we try to 
> connect to another app server. (Plus we've refactored 
> everything so we should only have to change one file to 
> handle any of the glue details).
> 
> But, thanx for the article anyways!
> 
> Regards,
> 
> Will Hartung
> ([EMAIL PROTECTED])
> 
> 
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Re: EJB from Tomcat

2003-02-13 Thread Will Hartung
> From: "David Blevins" <[EMAIL PROTECTED]>
> Sent: Thursday, February 13, 2003 6:54 AM
> Subject: EJB from Tomcat


> All,
>
> I wrote some time ago about the Tomcat/OpenEJB integration, which allows
> Tomcat users to start using EJBs from Tomcat without having to ditch
> your Tomcat installation and configuration.  Just like Tomcat is
> typically plugged into other app servers, OpenEJB is a plug-in for
> Tomcat.  Plugging it in isn't any harder than setting up a JDBC driver.

This was confusing, but I see now.

I was confused because we use Tomcat everyday to talk to our EJB server.

THIS is simply Yet Another EJB server, not some magic interface to connect
Tomcat to an arbitrary EJB server.

The connectivity from Tomcat to the EJB side is pretty straightforward,
portable and should work if/when we try to connect to another app server.
(Plus we've refactored everything so we should only have to change one file
to handle any of the glue details).

But, thanx for the article anyways!

Regards,

Will Hartung
([EMAIL PROTECTED])




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




RE: EJB from Tomcat

2003-02-13 Thread David Blevins
Having never used the jboss tomcat bundle, I wouldn't be able to say. It
is very different though.

One thing different about this integration is that it isn't a "bundle",
it's the ability to add EJB functionality into any Tomcat version you
want via a plug-in.  Which means you don't have to convince anyone to
switch platforms, etc.  You can just plug in OpenEJB and try it out for
a while, if you don't like it, just unplug it.  No harm done.

-David

> -Original Message-
> From: Andy Richards [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, February 13, 2003 9:05 AM
> To: Tomcat Users List
> Subject: Re: EJB from Tomcat
> 
> 
> Is this easier than using the jboss tomcat bundle?
> 
> i will read the article when i get a chance
> 
> andy
> 
> On Thu, 2003-02-13 at 14:54, David Blevins wrote:
> > All,
> > 
> > I wrote some time ago about the Tomcat/OpenEJB integration, which 
> > allows Tomcat users to start using EJBs from Tomcat without
> having to
> > ditch your Tomcat installation and configuration.  Just
> like Tomcat is
> > typically plugged into other app servers, OpenEJB is a plug-in for 
> > Tomcat.  Plugging it in isn't any harder than setting up a JDBC 
> > driver.
> > 
> > Here is the article: 
> > http://www.onjava.com/pub/a/onjava/2003/02/12/ejb_tomcat.html
> > 
> > Regards,
> > David Blevins
> > 
> > 
> > 
> -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Re: EJB from Tomcat

2003-02-13 Thread Andy Richards
Is this easier than using the jboss tomcat bundle?

i will read the article when i get a chance

andy

On Thu, 2003-02-13 at 14:54, David Blevins wrote:
> All,
> 
> I wrote some time ago about the Tomcat/OpenEJB integration, which allows
> Tomcat users to start using EJBs from Tomcat without having to ditch
> your Tomcat installation and configuration.  Just like Tomcat is
> typically plugged into other app servers, OpenEJB is a plug-in for
> Tomcat.  Plugging it in isn't any harder than setting up a JDBC driver.
> 
> Here is the article:
> http://www.onjava.com/pub/a/onjava/2003/02/12/ejb_tomcat.html
> 
> Regards,
> David Blevins
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




EJB from Tomcat

2003-02-13 Thread David Blevins
All,

I wrote some time ago about the Tomcat/OpenEJB integration, which allows
Tomcat users to start using EJBs from Tomcat without having to ditch
your Tomcat installation and configuration.  Just like Tomcat is
typically plugged into other app servers, OpenEJB is a plug-in for
Tomcat.  Plugging it in isn't any harder than setting up a JDBC driver.

Here is the article:
http://www.onjava.com/pub/a/onjava/2003/02/12/ejb_tomcat.html

Regards,
David Blevins


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]