RE: [OT] RE: cocoon & struts together

2003-02-04 Thread Argyn
uesday, February 04, 2003 4:49 PM > To: [EMAIL PROTECTED] > Subject: Re: [OT] RE: cocoon & struts together > > > Struts is a horrible basis for business logic for a thousand reasons. > Business logic best lives within an enterprise container and > an application > s

Re: [OT] RE: cocoon & struts together

2003-02-04 Thread Robert Simmons
- From: "Ryan Hoegg" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 05, 2003 2:37 AM Subject: Re: [OT] RE: cocoon & struts together > Robert Simmons wrote: > > >My advice to you is to use EJB and J2EE on the back end, cocoon on the web

Re: [OT] RE: cocoon & struts together

2003-02-04 Thread Robert Simmons
t I think cocoon's strength is publishing > data. > > -----Original Message- > From: Robert Simmons [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, 5 February 2003 11:49 AM > To: [EMAIL PROTECTED] > Subject: Re: [OT] RE: cocoon & struts together > > > Struts is

RE: [OT] RE: cocoon & struts together

2003-02-04 Thread Todd Pierce
ebruary 2003 11:49 AM To: [EMAIL PROTECTED] Subject: Re: [OT] RE: cocoon & struts together Struts is a horrible basis for business logic for a thousand reasons. Business logic best lives within an enterprise container and an application server. The basis of concurrency, fault tolerance, tra

Re: [OT] RE: cocoon & struts together

2003-02-04 Thread Ryan Hoegg
Robert Simmons wrote: My advice to you is to use EJB and J2EE on the back end, cocoon on the web end, JDO for persistence and Swing for complex clients. -- Robert After your previous comments I'm surprised you aren't pushing CMP 2 over JDO. -- Ryan Hoegg ISIS Networks http://www.isisnetworks

Re: [OT] RE: cocoon & struts together

2003-02-04 Thread Robert Simmons
EE on the back end, cocoon on the web end, JDO for persistence and Swing for complex clients. -- Robert - Original Message - From: "Todd Pierce" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 05, 2003 1:36 AM Subject: [OT] RE: cocoon & str

[OT] RE: cocoon & struts together

2003-02-04 Thread Todd Pierce
Re the comment "Frameworks like struts mix functionality with presentation...". The presumption that functionality and presentation are mixed in Struts needs qualification. Struts is an application framework. It's most valuable component is the application layer. The presentation layer don't have