Mainly, I'm looking for design advice I guess. - I posted to the Struts list also. I am uncertain how to best design the persistance layer with Castor while using Struts. I suggested using Castor JDO directly from my ActionForm classes and it was suggested that I should not put the code there, but rather in the Action classes themselves. I'm wondering if the best architecture is to make wrapper classes for my JDO code and access these classes from my ActionForms... In short, I'm still relatively new to OO and want to make a good design choice. I was hoping someone with more experience using Castor and Struts could help me evaluate my design options.
-john -----Original Message----- From: Christopher Sturm [mailto:[EMAIL PROTECTED]] Sent: Friday, February 22, 2002 9:56 AM To: [EMAIL PROTECTED] Subject: Re: [castor-dev] castor with struts? What exactly is your problem? -----Original Message----- From: John Menke [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 21, 2002 10:22 PM To: [EMAIL PROTECTED] Subject: [castor-dev] castor with struts? Does anyone have any experience using Castor with Struts. I need a little help getting started. If somebody has a source example it would be greatly appreciated. -john ----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to [EMAIL PROTECTED] with a subject of: unsubscribe castor-dev ----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to [EMAIL PROTECTED] with a subject of: unsubscribe castor-dev ----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to [EMAIL PROTECTED] with a subject of: unsubscribe castor-dev
