> -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Sent: Friday, 24 October 2003 10:54 a.m. > To: [EMAIL PROTECTED] > Subject: Re: Design question with Struts > > The Command is designed so that any object in the domain model that it > modifies is populated into the response as a transfer object (really it is > the domain object, but once it is outside transaction context of OJB it is > no longer "live" so is safe to pass back to clients). These are used by > Struts to render stuff.
Hi Brian Can I check if I correctly understand what you have said here ... you would never have a modified domain object that has yet to be persisted? IOW your command modifies and persists the domain object in one hit?? Before I ask or comment more I will wait to see if I understand you correctly ;-) Saves typing and misunderstanding (I hope *grin*) Cheers Shane --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
