[OT] RE: [Struts Tip] #18 - Use EJBs with care

2002-12-02 Thread Hookom, Jacob John
ts-atlanta -Original Message- From: Gemes Tibor [mailto:[EMAIL PROTECTED]] Sent: Saturday, November 30, 2002 1:34 AM To: Struts Users Mailing List Subject: RE: [Struts Tip] #18 - Use EJBs with care

RE: [Struts Tip] #18 - Use EJBs with care

2002-12-02 Thread James
30, 2002 1:34 AM To: Struts Users Mailing List Subject: RE: [Struts Tip] #18 - Use EJBs with care +1 xdoclet rulez 2002-11-29, p keltezéssel Paul Kavanagh ezt írta: > Why roll your own persistence, transaction handling, caching & pooling > when you can leverage an app server ? XDocl

RE: [Struts Tip] #18 - Use EJBs with care

2002-11-29 Thread Gemes Tibor
+1 xdoclet rulez 2002-11-29, p keltezéssel Paul Kavanagh ezt írta: > Why roll your own persistence, transaction handling, caching & pooling when > you can leverage an app server ? XDoclet removes a lot of the complexity > that used to plague EJB. CMP 2.0 is really fast with the latest containers

Re: [Struts Tip] #18 - Use EJBs with care

2002-11-29 Thread Kenny MacLeod
Paul Kavanagh wrote: > Why roll your own persistence, transaction handling, caching & > pooling when you can leverage an app server ? XDoclet removes a lot > of the complexity that used to plague EJB. CMP 2.0 is really fast > with the latest containers and I find a huge overall increase in > produc

RE: [Struts Tip] #18 - Use EJBs with care

2002-11-29 Thread Paul Kavanagh
MacLeod > Sent: Friday, November 29, 2002 12:39 PM > To: [EMAIL PROTECTED] > Subject: Re: [Struts Tip] #18 - Use EJBs with care > > > Darren Hill wrote: > > I beg to differ. > > > > I love 'em ... I got a BEAUTY full-fledged struts-app using them > >

Re: [Struts Tip] #18 - Use EJBs with care

2002-11-29 Thread Kenny MacLeod
Darren Hill wrote: > I beg to differ. > > I love 'em ... I got a BEAUTY full-fledged struts-app using them > right now. > > The only thing I would say ... is use LOCAL interfaces if at all > possible. > > IF you combined EJB with a Stateless Session Bean Service layer .. > fronted with DeleteGate c

RE: [Struts Tip] #18 - Use EJBs with care

2002-11-29 Thread Darren Hill
eat domain/model architecture .. in my mind. D -Original Message- From: Kenny MacLeod [mailto:[EMAIL PROTECTED]] Sent: November 29, 2002 2:30 PM To: [EMAIL PROTECTED] Subject: Re: [Struts Tip] #18 - Use EJBs with care Ted Husted wrote: > Enterprise JavaBeans (EJBs) are designed to

Re: [Struts Tip] #18 - Use EJBs with care

2002-11-29 Thread Kenny MacLeod
Ted Husted wrote: > Enterprise JavaBeans (EJBs) are designed to represent the model > layer of an application. Developers often choose EJBs when > building applications that will be distributed over several > servers. Many developers also like to use EJBs because of the > transparent way they handl

[Struts Tip] #18 - Use EJBs with care

2002-11-28 Thread Ted Husted
Enterprise JavaBeans (EJBs) are designed to represent the model layer of an application. Developers often choose EJBs when building applications that will be distributed over several servers. Many developers also like to use EJBs because of the transparent way they handle transactions. Used pro