Re: EJB Application development with tomcat 5.5 ?

2009-04-30 Thread Jonathan Richard
Check this out > > > > http://wiki.apache.org/tomcat/FAQ/Miscellaneous#Q21 > > > > > > > > -Original Message- > > From: Per Newgro [mailto:per.new...@gmx.ch] > > Sent: Thursday, April 30, 2009 1:58 PM > > To: Tomcat Users List > > Subje

Re: EJB Application development with tomcat 5.5 ?

2009-04-30 Thread Sridhar n
Thank you guys On 4/30/09, Ghufran wrote: > > Check this out > > http://wiki.apache.org/tomcat/FAQ/Miscellaneous#Q21 > > > > -Original Message- > From: Per Newgro [mailto:per.new...@gmx.ch] > Sent: Thursday, April 30, 2009 1:58 PM > To: Tom

RE: EJB Application development with tomcat 5.5 ?

2009-04-30 Thread Ghufran
Check this out http://wiki.apache.org/tomcat/FAQ/Miscellaneous#Q21 -Original Message- From: Per Newgro [mailto:per.new...@gmx.ch] Sent: Thursday, April 30, 2009 1:58 PM To: Tomcat Users List Subject: Re: EJB Application development with tomcat 5.5 ? Sridhar n schrieb: > @Ghu

Re: EJB Application development with tomcat 5.5 ?

2009-04-30 Thread Per Newgro
Sridhar n schrieb: @Ghufan Thank you for valuable reply.I think Tomcat 5.5 onwards , it is an applicatio server, which contais EJB cotainer also right.If any thing is else please make it clear. thanks & reagrds Sridhar Wrong. JBoss contains Tomcat as servlet container. But application server

Re: EJB Application development with tomcat 5.5 ?

2009-04-30 Thread Sridhar n
@Ghufan Thank you for valuable reply.I think Tomcat 5.5 onwards , it is an applicatio server, which contais EJB cotainer also right.If any thing is else please make it clear. thanks & reagrds Sridhar On 4/30/09, Ghufran wrote: > > No Tomcat version support EJB development. > Tomcat is a web app

RE: EJB Application development with tomcat 5.5 ?

2009-04-29 Thread Ghufran
No Tomcat version support EJB development. Tomcat is a web application container or Servlet Container You need Application server to deploy your EJBs For example JBOSS, Sun Application server Glassfish etc Ghufran -Original Message- From: Sridhar n [mailto:sreedhar...@gmail.com] Sent:

Re: EJB with Tomcat 6.0.16

2008-09-02 Thread Gaurav Pruthi
Hi, I have installed openejb with tomcat. Has anybody tried openEJB before? Does it provide all the functionality that EJB provides with websphere, weblogic, Jboss, etc... Regards, Gaurav Pruthi On Mon, Sep 1, 2008 at 1:22 PM, András Csányi <[EMAIL PROTECTED]> wrote: > 2008/9/1 Gaurav Pruthi <

Re: EJB with Tomcat 6.0.16

2008-09-01 Thread Gregor Schneider
Tomcat is a webserver plus a servlet-container. To run EJBs, you need an application-server. Have a look at JBoss (www.jboss.org): It's an application-server incorporating Tomcat as a servlet-container / web-server. Gregor -- what's puzzlin' you, is the nature of my game gpgp-fp: 79A84FA526807

Re: EJB with Tomcat 6.0.16

2008-09-01 Thread Johnny Kewl
- Original Message - From: "Gaurav Pruthi" <[EMAIL PROTECTED]> To: Sent: Monday, September 01, 2008 9:48 AM Subject: EJB with Tomcat 6.0.16 Dear Friends, Is it possible to integrate EJB with tomcat v6 and higher? If yes then kindly provide the How-To link. I googled but didn't find

Re: EJB with Tomcat 6.0.16

2008-09-01 Thread Stas Ostapenko
Hi ! Take a look here http://docs.jboss.org/ejb3/embedded/embedded.html On Mon, Sep 1, 2008 at 10:48 AM, Gaurav Pruthi <[EMAIL PROTECTED]> wrote: > Dear Friends, > > Is it possible to integrate EJB with tomcat v6 and higher? If yes then > kindly provide the How-To link. I googled but didn't find

Re: EJB with Tomcat 6.0.16

2008-09-01 Thread András Csányi
2008/9/1 Gaurav Pruthi <[EMAIL PROTECTED]>: > Dear Friends, > > Is it possible to integrate EJB with tomcat v6 and higher? If yes then > kindly provide the How-To link. I googled but didn't find anything > information which is worthy. Hi! A few week ago I read a hungarian java list, and there was

Re: EJB 3.0 and Hibernate

2007-03-12 Thread org
Here you go http://www.hibernate.org/114.html shows you how to use it in Tomcat - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: EJB 3.0 and Hibernate

2007-03-12 Thread org
Hi Scott, Not sure what you mean by container managed service, tomcat on its own is a servlet container, not an application container, like JBoss, maybe you saw hibernate referenced in Spring which is a whole collection of frameworks built on top of servlet technology, it uses hibernate, and

Re: EJB 3.0 and Hibernate

2007-03-12 Thread Rajesh Chandra
Not sure whether this is a new module you are trying to implement or refactoring the existing implementation... As Ron Wheeler suggested, spring framework is one option you can try. Regards, Rajesh On 3/12/07, Markus Schönhaber <[EMAIL PROTECTED]> wrote: Scott Purcell wrote: > Looking at inc

Re: EJB 3.0 and Hibernate

2007-03-12 Thread Markus Schönhaber
Scott Purcell wrote: > Looking at incorporating the Java Persistence API (EJB 3.0) and was > wondering if Tomcat 5.5 supports this. It looks like we need container > managed services and was wondering if we can use Tomcat instead of JBoss? Tomcat doesn't support the JPA out of the box. But since

Re: EJB 3.0 and Hibernate

2007-03-12 Thread Ron Wheeler
You might look at Spring to help make this hang together www.springframework.org Ron Scott Purcell wrote: Hello, Looking at incorporating the Java Persistence API (EJB 3.0) and was wondering if Tomcat 5.5 supports this. It looks like we need container managed services and was wondering if

Re: EJB

2006-04-07 Thread Davide Romanini
Il giorno ven, 07/04/2006 alle 12.52 +0530, Vivek Mohan ha scritto: > Can you do that? I thought Tomcat doesn't support EJBs! > You can embed the EJB container (like OpenEJB), or simply refer EJB in a running container through JNDI. I read some tutorial, try starting from http://openejb.codehaus

Re: EJB

2006-04-07 Thread Vivek Mohan
Can you do that? I thought Tomcat doesn't support EJBs! On 4/7/06, Jeyabalan, Prakash <[EMAIL PROTECTED]> wrote: > How to configure EJB in Tomcat? > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-m