RE: Object-oriented encapsulation in Struts - merging Actions and ActionForms

2003-06-24 Thread Prabhat Kumar (IT)
I've never used it but I believe that the WebWork framework (http://sourceforge.net/projects/opensymphony) is designed in just this way. The action is basically just a JavaBean with an additional execute method. -Original Message- From: Dan Jacobs [mailto:[EMAIL PROTECTED] Sent: Tuesday,

RE: Object-oriented encapsulation in Struts - merging Actions and ActionForms

2003-06-24 Thread Dan Jacobs
sage- > From: El Harouchi, Jaafar [IT] > [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 24, 2003 12:09 PM > To: 'Struts Users Mailing List' > Subject: RE: Object-oriented encapsulation in Struts - > merging Actions and ActionForms > > > Dan, >

Re: Object-oriented encapsulation in Struts - merging Actions and ActionForms

2003-06-24 Thread Jing Zhou
- Original Message - From: "Dan Jacobs" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Tuesday, June 24, 2003 10:39 AM Subject: RE: Object-oriented encapsulation in Struts - merging Ac

RE: Object-oriented encapsulation in Struts - merging Actions and ActionForms

2003-06-24 Thread El Harouchi, Jaafar [IT]
#x27;Struts Users Mailing List' Cc: [EMAIL PROTECTED] Subject: RE: Object-oriented encapsulation in Struts - merging Actions and ActionForms The MVC design pattern is an object-oriented design pattern. It is not inconsistent with object-oriented encapsulation! A Struts ActionForm i

RE: Object-oriented encapsulation in Struts - merging Actions and ActionForms

2003-06-24 Thread Dan Jacobs
t; From: David Graham [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 24, 2003 11:06 AM > To: [EMAIL PROTECTED] > Subject: RE: Object-oriented encapsulation in Struts - > merging Actions and ActionForms > > > So you want to combine ActionForm and Action to put the > behavior

RE: Object-oriented encapsulation in Struts - merging Actions and ActionForms

2003-06-24 Thread Dan Jacobs
2003 10:50 AM > To: Struts Users Mailing List > Cc: [EMAIL PROTECTED] > Subject: RE: Object-oriented encapsulation in Struts - > merging Actions and ActionForms > > > That makes sense ...but wouldn't that break the MVC pattern > by moving the Controller function i

RE: Object-oriented encapsulation in Struts - merging Actions and ActionForms

2003-06-24 Thread David Graham
---Original Message- > > From: David Graham [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, June 24, 2003 8:46 AM > > To: Struts Users Mailing List > > Subject: Re: Object-oriented encapsulation in Struts - > > merging Actions and ActionForms > > > > &g

RE: Object-oriented encapsulation in Struts - merging Actions and ActionForms

2003-06-24 Thread Jones, Ted
EMAIL PROTECTED]; 'Struts Users Mailing List' Subject: RE: Object-oriented encapsulation in Struts - merging Actions and ActionForms The kind of change I'm suggesting is not small or incremental. It's pretty fundamental. Suppose you've got an ActionForm that represents

RE: Object-oriented encapsulation in Struts - merging Actions and ActionForms

2003-06-24 Thread Dan Jacobs
www.jplates.com > -Original Message- > From: David Graham [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 24, 2003 8:46 AM > To: Struts Users Mailing List > Subject: Re: Object-oriented encapsulation in Struts - > merging Actions and ActionForms > > > Specific

Re: Object-oriented encapsulation in Struts - merging Actions and ActionForms

2003-06-24 Thread David Graham
Specifically, what would you change? David --- Dan Jacobs <[EMAIL PROTECTED]> wrote: > [ potentially controversial topic ] > Hi all, > I have noticed that most of my Struts applications > end up being > implemented like dismembered objects. > > I design the controller parts of my Struts > applic