TOMCAT with EJB??

2003-07-07 Thread vipul viz
HI all
I am using Tomcat 4. as an application server but it
doesn't support EJB 
could any one tell me which is the best EJB Server
available in the category of Open cource.
i have found 2-3 like Jboss,OpenEJB , Jonas.
but not sure which one to use for some commercial
development






__
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com

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



Re: TOMCAT with EJB??

2003-07-08 Thread David Blevins
On Mon, Jul 07, 2003 at 10:25:26PM -0700, vipul viz wrote:
> HI all
> I am using Tomcat 4. as an application server but it
> doesn't support EJB 
> could any one tell me which is the best EJB Server
> available in the category of Open cource.
> i have found 2-3 like Jboss,OpenEJB , Jonas.
> but not sure which one to use for some commercial
> development
> 

There is a demo of Tomcat/OpenEJB running here if you wanted to poke around in it.  
Most people really like the JNDI browser and the Object invoker, both can save you a 
ton of time.

   http://www.openejb.info:8080

There are a couple of features I think are really nice for Tomcat/servlet people.  You 
can use any Tomcat 4.x, 5.x (never tried 3.x) version you want, we don't bundle or 
embed Tomcat.  You don't have to code explicit local interfaces just to get fast 
performance in a local setup, you can just use regular remote interfaces and just tell 
OpenEJB to shut-off the marshalling of parameters and return values.  This last one is 
really nice as it will allow you to change your mind and run your app with the 
Servlets and EJBs in different machines without any code changes at all.  You get the 
benefits of local performance without having to commit to in in code.

-David

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



Re: TOMCAT with EJB??

2003-07-08 Thread Ray Hunter
On Mon, 2003-07-07 at 23:25, vipul viz wrote:
> HI all
> I am using Tomcat 4. as an application server but it
> doesn't support EJB 
> could any one tell me which is the best EJB Server
> available in the category of Open cource.
> i have found 2-3 like Jboss,OpenEJB , Jonas.
> but not sure which one to use for some commercial
> development

I like to use Jboss and tomcat and I have used orion and jonas in dev
environments. I use oracle as9i now for commercial stuff.

I really like the jboss/tomcat intergration. works nice for what i have
done (and that is really not much).

--
bigdog


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