Re: Enterprise Java Beans (EJB)

2002-08-15 Thread Ned Wolpert
, proper dumplings, should not bounce. - Original Message - From: Nikola Milutinovic [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, August 15, 2002 3:31 PM Subject: Re: Enterprise Java Beans (EJB) Does Tomcat support EJB?. No, it is not the task

Re: Enterprise Java Beans (EJB)

2002-08-15 Thread V. Cekvenich
: Enterprise Java Beans (EJB) Does Tomcat support EJB?. No, it is not the task of Tomcat. if not, is there a project to migrate tomcat to support EJB?... it will be a very nice feature... Other servers, like JBoss, are EJB containers, Tomcat can connect/integrate with them

Re: Enterprise Java Beans (EJB)

2002-08-15 Thread Ned Wolpert
, 2002 3:31 PM Subject: Re: Enterprise Java Beans (EJB) Does Tomcat support EJB?. No, it is not the task of Tomcat. if not, is there a project to migrate tomcat to support EJB?... it will be a very nice feature... Other servers, like JBoss, are EJB containers, Tomcat can

Re: Enterprise Java Beans (EJB)

2002-08-15 Thread V. Cekvenich
to perfection, proper dumplings, should not bounce. - Original Message - From: Nikola Milutinovic [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, August 15, 2002 3:31 PM Subject: Re: Enterprise Java Beans (EJB) Does Tomcat support EJB

RE: Enterprise Java Beans (EJB)

2002-08-15 Thread Jacob Hookom
| -Original Message- | From: V. Cekvenich [mailto:[EMAIL PROTECTED]] | Sent: Thursday, August 15, 2002 10:28 AM | To: Tomcat Users List | Subject: Re: Enterprise Java Beans (EJB) | | No | Here is what: | Bean (formBean in Struts for example) delegate to DAO for CRUD | (Insert,Read

Re: Enterprise Java Beans (EJB)

2002-08-15 Thread V. Cekvenich
wrote: | -Original Message- | From: V. Cekvenich [mailto:[EMAIL PROTECTED]] | Sent: Thursday, August 15, 2002 10:28 AM | To: Tomcat Users List | Subject: Re: Enterprise Java Beans (EJB) | | No | Here is what: | Bean (formBean in Struts for example) delegate to DAO for CRUD

RE: Enterprise Java Beans (EJB)

2002-08-15 Thread TOMITA_ALEX_NONLILLY
Thanks for the information !!... John Naldoza [EMAIL PROTECTED] 14/08/2002 10:20 p.m. Please respond to Tomcat Users List To: Tomcat Users List [EMAIL PROTECTED] cc: Subject:RE: Enterprise Java Beans (EJB) Hi, Perhaps you may want to look

Re: Enterprise Java Beans (EJB)

2002-08-15 Thread Ned Wolpert
Correct me if I'm wrong, but its still only the persistance side, right? Or would use use it to replace session beans? I can see it replacing Entity beans, and the DAO layer uses entity beans; then your session beans would talk to the DAO layer which did all (only?) persistance. So, it doesn't

Re: Enterprise Java Beans (EJB)

2002-08-15 Thread V. Cekvenich
Ned Wolpert wrote: Correct me if I'm wrong, but its still only the persistance side, right? Or would use use it to replace session beans? I can see it replacing Entity beans, and the DAO layer uses entity beans; then your session beans would talk to the DAO layer which did all (only?)

Re: Enterprise Java Beans (EJB)

2002-08-15 Thread Ned Wolpert
However if you find EJB's slow and not scalable, than you would implement DAO another way. But since you would pull out Enity beans out, than there is not much reason to keep Session beans. You could just put regular form bean or java bean in session in some cases and get rid of EJB server

Enterprise Java Beans (EJB)

2002-08-14 Thread TOMITA_ALEX_NONLILLY
Hi Does Tomcat support EJB?. if not, is there a project to migrate tomcat to support EJB?... it will be a very nice feature... Alex

RE: Enterprise Java Beans (EJB)

2002-08-14 Thread John Naldoza
Hi, Perhaps you may want to look into Jboss+Tomcat (http://www.jboss.org) :) Cheers, John Clark -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 15, 2002 7:01 AM To: Tomcat Users List Subject: Enterprise Java Beans (EJB) Hi Does

Re: Enterprise Java Beans (EJB)

2002-08-14 Thread Nikola Milutinovic
Does Tomcat support EJB?. No, it is not the task of Tomcat. if not, is there a project to migrate tomcat to support EJB?... it will be a very nice feature... Other servers, like JBoss, are EJB containers, Tomcat can connect/integrate with them. There is a version of JBoss that

Re: Enterprise Java Beans (EJB)

2002-08-14 Thread Josh
cooked to perfection, proper dumplings, should not bounce. - Original Message - From: Nikola Milutinovic [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, August 15, 2002 3:31 PM Subject: Re: Enterprise Java Beans (EJB) Does Tomcat support EJB

Re: Enterprise Java Beans (EJB)

2002-08-14 Thread Nikola Milutinovic
Don't suppose anybody can send me a pointer as to what EJB and Jboss actually achieve? All i managed to glean from their website were some pretty 3d variations on the usual our product in the middle and some arrows diagrams. My knowledge of EJB is informational. EJB as are JEE