RE: Use of stuts in J2EE

2002-03-31 Thread Sandeep Takhar
- > From: Vikram Goyal01 > [mailto:[EMAIL PROTECTED]] > Sent: Mittwoch, 13. März 2002 09:52 > To: Struts Users Mailing List > Subject: RE: Use of stuts in J2EE > > > Hi Dave, > > Thanks for that info. I have one question. > > When your formbean captures the dat

RE: Use of stuts in J2EE

2002-03-21 Thread Dave J Dandeneau
: Thursday, March 21, 2002 5:25 AM To: [EMAIL PROTECTED] Subject: RE: Use of stuts in J2EE Dave, Thanks again for the detailed reply. Where can I find information about the Map proxy pattern? I found Dynamic pattern but not Map Proxy? Rgs Vikram 1) We use many patterns to implement this, but

RE: Use of stuts in J2EE

2002-03-21 Thread Vikram Goyal01
Dave, Thanks again for the detailed reply. Where can I find information about the Map proxy pattern? I found Dynamic pattern but not Map Proxy? Rgs Vikram   1) We use many patterns to implement this, but I think that you are referring to the Value Object pattern2) The copy part of the strateg

RE: Use of stuts in J2EE

2002-03-13 Thread Jesse Alexander (KADA 12)
- From: Vikram Goyal01 [mailto:[EMAIL PROTECTED]] Sent: Mittwoch, 13. März 2002 09:52 To: Struts Users Mailing List Subject: RE: Use of stuts in J2EE Hi Dave, Thanks for that info. I have one question. When your formbean captures the data that the user has submitted, how do you pass this data

RE: Use of stuts in J2EE

2002-03-13 Thread Dave J Dandeneau
opied from one to another all the time? 3. Finally, is it possible to have some code samples? Thanks and regards, Vikram Goyal -Original Message- From: Dave J Dandeneau [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 13, 2002 5:40 PM To: Struts Users Mailing List Subject: RE: Use of stu

RE: Use of stuts in J2EE

2002-03-13 Thread Vikram Goyal01
Sorry that is three questions, not two. Vikram -Original Message- From: Vikram Goyal01 Sent: Thursday, March 14, 2002 10:14 AM To: Struts Users Mailing List Subject: RE: Use of stuts in J2EE Hi Dave, Thanks again for your valuable comments. Two questions.. 1. Is this strategy that

RE: Use of stuts in J2EE

2002-03-13 Thread Vikram Goyal01
time? 3. Finally, is it possible to have some code samples? Thanks and regards, Vikram Goyal -Original Message- From: Dave J Dandeneau [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 13, 2002 5:40 PM To: Struts Users Mailing List Subject: RE: Use of stuts in J2EE We have created

RE: Use of stuts in J2EE

2002-03-13 Thread Galbreath, Mark
We are doing the same thing with a large, complex project for VoiceStream and I could not agree more! Mark -Original Message- From: Dave J Dandeneau [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 12, 2002 11:40 PM To: [EMAIL PROTECTED] Subject: RE: Use of stuts in J2EE We are

RE: Use of stuts in J2EE

2002-03-13 Thread Dave J Dandeneau
n use helper methods to copy properties from one to another. Thanks, dave -Original Message- From: Vikram Goyal01 [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 13, 2002 3:52 AM To: Struts Users Mailing List Subject: RE: Use of stuts in J2EE Hi Dave, Thanks for that info. I have one que

RE: Use of stuts in J2EE

2002-03-13 Thread Parnenzini Claudio
mment, suggestion to improove, this design pattern. Regards -Message d'origine- De : Vikram Goyal01 [mailto:[EMAIL PROTECTED]] Envoyé : mercredi, 13. mars 2002 09:52 À : Struts Users Mailing List Objet : RE: Use of stuts in J2EE Hi Dave, Thanks for that info. I have one question.

RE: Use of stuts in J2EE

2002-03-13 Thread Vikram Goyal01
: [EMAIL PROTECTED] Subject: RE: Use of stuts in J2EE We are currently implementing a j2ee / struts project. If I had any advice to you it would be to make sure you read up about common j2ee patterns. They can save you a lot of time and help you avoid some of the common EJB problems. We are using a

RE: Use of stuts in J2EE

2002-03-12 Thread Dave J Dandeneau
We are currently implementing a j2ee / struts project. If I had any advice to you it would be to make sure you read up about common j2ee patterns. They can save you a lot of time and help you avoid some of the common EJB problems. We are using a command pattern which works very well. It is simi