Thanks for that! Jim
-----Original Message----- From: Robert Taylor [mailto:[EMAIL PROTECTED]] Sent: 05 July 2002 12:56 To: Struts Users Mailing List Subject: RE: should I use form bean and javabean for the same data? Chapter 6 of Chuck's book discusses the model layer with regard to Struts and has a good running example. Includes source codes snippets. http://www.theserverside.com/resources/strutsreview.jsp robert > -----Original Message----- > From: Jan Vervecken [mailto:[EMAIL PROTECTED]] > Sent: Friday, July 05, 2002 2:31 AM > To: [EMAIL PROTECTED] > Subject: Re: should I use form bean and javabean for the same data? > > > > >>> [EMAIL PROTECTED] 04-07-02 19:29 >>> > [...] > * The "Process" action is called only after validation is successful. > It can perform any additional checks it needs, and then interacts > with the business objects to perform whatever updates are needed. > (In trivially simple Struts apps, the business logic is sometimes > embedded in the Action -- it's better to segregate this logic into > separate business objects, though). > [...] > > Where can I find a good example of a "non-trivially simple" > Struts app that does a good job on this separation into business objects? > > tnx > -Jan > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

