RE: design question about action chainning(As quoted in :Struts in action...by Ted Husted et al..)

2003-02-03 Thread shirishchandra . sakhare
hopefully a couple others )to better understand the very core of struts architecture.. regards, Shirish -Original Message- From: husted [mailto:[EMAIL PROTECTED]] Sent: Friday, January 31, 2003 7:07 PM To: struts-user Cc: husted Subject: design question about action chainning(As quoted in

RE: design question about action chainning(As quoted in :Struts in action...by Ted Husted et al..)

2003-01-31 Thread Derek Richardson
iday, January 31, 2003 1:07 PM > To: Struts Users Mailing List > Subject: design question about action chainning(As quoted in > :Struts in > action...by Ted Husted et al..) > > > The best example of waht I'm calling an Action relay is how Struts > handles validation. If

Re: design question about action chainning(As quoted in :Struts in action...by Ted Husted et al..)

2003-01-31 Thread BaTien Duong
n principal as Ted described. The helper beans > can be ready in cache or service pool for reuse. Look at > http://myportal.myb2cb2b.com/com.dbgroups.ppf/model/web/dao.html > > Hope this may help. > BaTien > > ----- Original Message - > From: <[EMAIL PROTECTED]> > To

RE: design question about action chainning(As quoted in :Struts in action...by Ted Husted et al..)

2003-01-31 Thread Greg.Reddin
t: RE: design question about action chainning(As quoted > in :Struts > in action...by Ted Husted et al..) > > > Derek Richardson writes: > > >But you still have to duplicate code in the actions, right? Even if > >that code is as simple as: > > > >Servic

RE: design question about action chainning(As quoted in :Struts in action...by Ted Husted et al..)

2003-01-31 Thread shirishchandra . sakhare
: Friday, January 31, 2003 12:34 PM To: struts-user Cc: husted Subject: RE: design question about action chainning(As quoted in :Struts in action...by Ted Husted et al..) Derek Richardson writes: >But you still have to duplicate code in the actions, right? Even if >that code is as sim

Re: design question about action chainning(As quoted in :Struts in action...by Ted Husted et al..)

2003-01-31 Thread shirishchandra . sakhare
Any comments:-))?? regards, Shirish -Original Message- From: batien.duong [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 30, 2003 5:09 PM To: struts-user Subject: Re: design question about action chainning(As quoted in :Struts in action...by Ted Husted et al..) We achieve wha

RE: design question about action chainning(As quoted in :Struts in action...by Ted Husted et al..)

2003-01-30 Thread Derek Richardson
se. Look at > http://myportal.myb2cb2b.com/com.dbgroups.ppf/model/web/dao.html > > Hope this may help. > BaTien > > - Original Message - > From: <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, January 30, 2003 3:34 AM > Subject: design quest

Re: design question about action chainning(As quoted in :Struts in action...by Ted Husted et al..)

2003-01-30 Thread BaTien Duong
. BaTien - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 30, 2003 3:34 AM Subject: design question about action chainning(As quoted in :Struts in action...by Ted Husted et al..) > Hi All, > I have a very basic design question a

RE: design question about action chainning(As quoted in :Struts in action...by Ted Husted et al..)

2003-01-30 Thread Greg.Reddin
what comes out of the business layer and translate it into Struts errors. Greg > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 30, 2003 4:34 AM > To: [EMAIL PROTECTED] > Subject: design question about action

design question about action chainning(As quoted in :Struts in action...by Ted Husted et al..)

2003-01-30 Thread shirishchandra . sakhare
Hi All, I have a very basic design question about struts action design..We have been developing a fairly large and complex web application involving struts and struts has proved to be a great help :-)) But after reading the book by Mr. Husted et al., "Struts in action",I have some basic questio