You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Ted Husted <hu...@apache.org> on 2002/11/29 07:12:23 UTC

[Struts Tip] #18 - Use EJBs with care

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 properly, EJBs can 
be a good fit with Struts.

[more ... <http://husted.com/struts/tips/018.html>]




--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


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

Posted by Kenny MacLeod <ke...@chasmcity.com>.
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 handle transactions. Used properly, EJBs can
> be a good fit with Struts.

Or, put another way - "Don't use EJBs unless you have a damn good reason"






--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>