Re: Struts Best Practices

2006-06-02 Thread Ted Husted
There's a presentation you can review here, but it's not an actual article. * http://opensource.atlassian.com/confluence/oss/pages/viewpageattachments.action?pageId=829 -- HTH, Ted. * http://www.husted.com/struts/ On 6/2/06, Hanmay Udgiri <[EMAIL PROTECTED]> wrote: Hi Can anybody have any ar

Re: Struts Best Practices

2004-11-05 Thread Adam Hardy
ng List Subject: Re: Struts Best Practices With the help of DynaActionForm u can create your form dynamically. for example if u r building a Purchase Order form where there are multiple line items,the above is best suitable to dynamically

RE: Struts Best Practices

2004-11-05 Thread Kinjal Sonpal
> I am handling a web project and using struts framework. Can > any one tell me where to find stuff on "Struts Best > Practices" or "Desgin and Coding Standards for a struts > Application". There are couple of good articles that I found useful when I was building my first struts based project. I'

Re: Struts Best Practices

2004-11-04 Thread Koushik
essage - From: "Y, Rajagopal" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Friday, November 05, 2004 11:53 AM Subject: RE: Struts Best Practices Is there any other Advantage ? Do u find any disadvantage of using th

RE: Struts Best Practices

2004-11-04 Thread Y, Rajagopal
gopal" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Friday, November 05, 2004 11:53 AM Subject: RE: Struts Best Practices Is there any other Advantage ? Do u find any disadvantage of using the DynaActionForm Regds Rajagoapl -O

Re: Struts Best Practices

2004-11-04 Thread Koushik
gt; To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Friday, November 05, 2004 11:53 AM Subject: RE: Struts Best Practices Is there any other Advantage ? Do u find any disadvantage of using the DynaActionForm Regds Rajagoapl -Original Message- Fro

RE: Struts Best Practices

2004-11-04 Thread Y, Rajagopal
Is there any other Advantage ? Do u find any disadvantage of using the DynaActionForm Regds Rajagoapl -Original Message- From: Gabriel França Campolina [mailto:[EMAIL PROTECTED] Sent: Thursday, November 04, 2004 7:05 PM To: Struts Users Mailing List Subject: Re: Struts Best Practices

Re: Struts Best Practices

2004-11-04 Thread Nishant
] Website: www.cybage.com There's a difference between knowing the path, and walking the path - Original Message - From: "Zhang, Larry (L.)" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, November 04, 2004 7:02 PM Subj

Re: Struts Best Practices

2004-11-04 Thread Gabriel França Campolina
ow what's the advantage of using DynaForm rather than > ActionForm or FormBean. > > > > > -Original Message- > From: Gabriel França Campolina [mailto:[EMAIL PROTECTED] > Sent: Thursday, November 04, 2004 6:47 PM > To: Struts Users Mailing List > Subj

RE: Struts Best Practices

2004-11-04 Thread Zhang, Larry \(L.\)
Then can you give me an example of dynamic view? -Original Message- From: Nishant [mailto:[EMAIL PROTECTED] Sent: Thursday, November 04, 2004 8:26 AM To: Struts Users Mailing List Subject: Re: Struts Best Practices Once you've been using Struts for a while, you'll begin

Re: Struts Best Practices

2004-11-04 Thread Nishant
, Rajagopal" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Thursday, November 04, 2004 6:48 PM Subject: RE: Struts Best Practices Can any one let me know what's the advantage of using DynaForm rather than ActionForm or FormBean

RE: Struts Best Practices

2004-11-04 Thread Y, Rajagopal
Can any one let me know what's the advantage of using DynaForm rather than ActionForm or FormBean. -Original Message- From: Gabriel França Campolina [mailto:[EMAIL PROTECTED] Sent: Thursday, November 04, 2004 6:47 PM To: Struts Users Mailing List Subject: Re: Struts Best Practice

Re: Struts Best Practices

2004-11-04 Thread Gabriel França Campolina
I sugest some pratice: Use plugin validador Extends TilesRequestProcessor Use DynaForm Use Tiles Use ExceptionHandler Use Designer Partnner I think that this, If any folk has more comments, please go shared. Sory my english, I'm braziliam Gabriel F Campolina SCJP On Thu, 04 Nov 2004 11

Re: Struts Best Practices

2004-11-04 Thread Duncan Mills
Ted Husted has a good set of resources and hints (http://www.husted.com/struts/) though these may be too specific? You should also check out the StrutsCatalog in the Wiki (http://wiki.apache.org/struts/StrutsCatalog) Regards Duncan Mills www.groundside.com/blog Tushar Agrawal wrote: Hi Folks