Re: Design question - Action Form vs Business Delegates/Value Objects

2001-11-26 Thread Paul Devine
[EMAIL PROTECTED] Sent: Friday, November 23, 2001 1:30 PM Subject: Re: Design question - Action Form vs Business Delegates/Value Objects That sounds quite clever. So the adapter class itself has no fields, only getters and setters? Do the adapters need to perform any conversions

Re: Design question - Action Form vs Business Delegates/Value Objects

2001-11-26 Thread Ted Husted
I don't see where this part of the thread began, but reset() is always called before the bean is autopopulated from the request, regardless of scope. If your reset is setting fields you want to retain to null, you should have it stop. This is really only necessary when checkboxes are expected.

RE: Design question - Action Form vs Business Delegates/Value Objects

2001-11-23 Thread Rey Francois
To: 'Struts Users Mailing List' Subject: Design question - Action Form vs Business Delegates/Value Objects Hello, we're working on a quite large project with J2EE (including EJBs) and we're using Struts (we're still in the early phases). To design a clean application, I've defined different object

AW: Design question - Action Form vs Business Delegates/Value Objects

2001-11-23 Thread Roland Berger
: Freitag, 23. November 2001 09:17 An: 'Struts Users Mailing List' Betreff: RE: Design question - Action Form vs Business Delegates/Value Objects I've had the same problem as you describe and like yourself have created a mapper framework, see http://husted.com/struts/resources/mapper.zip. It can

RE: Design question - Action Form vs Business Delegates/Value Objects

2001-11-23 Thread Rey Francois
Mailing List Subject: AW: Design question - Action Form vs Business Delegates/Value Objects Hi Francois Will yor mapper framework become a part of jakarta commons? What are the plans? When should I use David Winterfeld's validation framework and when yours? Can they work in parallel? TIA Roland

Re: Design question - Action Form vs Business Delegates/Value Objects

2001-11-23 Thread Ted Husted
John Yu wrote: Struts is clever enough to call myEmployeeBean.getEmployeeVO().getName(). Something to watch is that Struts is also clever enough to populate any String or boolean public property property on employeeVO from a query string. So if employeeVO had another property, like role,

Design question - Action Form vs Business Delegates/Value Objects

2001-11-22 Thread Sobkowski, Andrej
Hello, we're working on a quite large project with J2EE (including EJBs) and we're using Struts (we're still in the early phases). To design a clean application, I've defined different object conversions: * Request phase - the ActionForm is converted to a Value Object - the Value Object is

Re: Design question - Action Form vs Business Delegates/Value Objects

2001-11-22 Thread Michelle Popovits
can then be passed to the back end (no unnecessary handling of the data). HTH, Michelle From: Sobkowski, Andrej [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Subject: Design question - Action Form vs Business Delegates

RE: Design question - Action Form vs Business Delegates/Value Objects

2001-11-22 Thread Sobkowski, Andrej
waste resources. Thanks. Andrej -Original Message- From: Michelle Popovits [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 22, 2001 4:13 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: Design question - Action Form vs Business Delegates/Value Objects Hi, I suggest

Re: Design question - Action Form vs Business Delegates/Value Objects

2001-11-22 Thread Sandeep Takhar
I'm interested in this mapper you talked about, thanks, btw: What is the difference between this one and the one on Ted Husted's? Are you talking about Mapco? Sandeep --- Sobkowski, Andrej [EMAIL PROTECTED] wrote: Hello, we're working on a quite large project with J2EE (including EJBs)

RE: Design question - Action Form vs Business Delegates/Value Objects

2001-11-22 Thread Dmitri Colebatch
:[EMAIL PROTECTED]] Sent: Thursday, November 22, 2001 4:13 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: Design question - Action Form vs Business Delegates/Value Objects Hi, I suggest to not duplicate variables that are in your Value Objects in your form object. Instead

Re: Design question - Action Form vs Business Delegates/Value Objects

2001-11-22 Thread Dmitri Colebatch
-To: Struts Users Mailing List [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Subject: Design question - Action Form vs Business Delegates/Value Objects Date: Thu, 22 Nov 2001 13:28:05 -0500 Hello, we're working on a quite large project with J2EE (including EJBs

RE: Design question - Action Form vs Business Delegates/Value Objects

2001-11-22 Thread Matthew O'Haire
already? Matt O'Haire Trysoft Corporation Ltd. http://www.trysoft.com -Original Message- From: Dmitri Colebatch [mailto:[EMAIL PROTECTED]] Sent: Friday, November 23, 2001 08:35 To: Struts Users Mailing List Cc: '[EMAIL PROTECTED]' Subject: RE: Design question - Action Form vs Business Delegates

Re: Design question - Action Form vs Business Delegates/Value Objects

2001-11-22 Thread Dmitri Colebatch
. Andrej -Original Message- From: Michelle Popovits [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 22, 2001 4:13 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: Design question - Action Form vs Business Delegates/Value Objects Hi, I suggest

Re: Design question - Action Form vs Business Delegates/Value Objects

2001-11-22 Thread Dmitri Colebatch
). HTH, Michelle From: Sobkowski, Andrej [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Subject: Design question - Action Form vs Business Delegates/Value Objects Date: Thu, 22 Nov 2001