Re: Struts 1.x Best Practices...

2013-11-01 Thread clegent
nt.com -- View this message in context: http://struts.1045723.n5.nabble.com/Struts-1-x-Best-Practices-tp3465448p5714526.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-un

Re: Struts 1.x Best Practices...

2007-07-05 Thread Ted Husted
The beanUtils.copyProperties method handles simple conversions. For complex conversions, like dates, I often found it simplest to code an extra property, so that there would be both "currentDateText" and "currentDate" properties. The business layer would use the currentDate property and the acti

Re: Struts 1.x Best Practices...

2007-06-29 Thread Viplav Kallepu
To: Struts Users Mailing List Subject: Struts 1.x Best Practices... Hi, I am new to struts. I am using struts 1.3.8 for my project. Where can I found the appropriate best practices to maintain while devlopment. I found lot of material while browsing but wasn't able to figure out which

RE: Struts 1.x Best Practices...

2007-06-29 Thread Sean Conlon
ctive -Original Message- From: Viplav Kallepu [mailto:[EMAIL PROTECTED] Sent: Friday, June 29, 2007 9:23 AM To: Struts Users Mailing List Subject: Struts 1.x Best Practices... Hi, I am new to struts. I am using struts 1.3.8 for my project. Where can I found the appropriate best prac

Struts 1.x Best Practices...

2007-06-29 Thread Viplav Kallepu
Hi, I am new to struts. I am using struts 1.3.8 for my project. Where can I found the appropriate best practices to maintain while devlopment. I found lot of material while browsing but wasn't able to figure out which was the good one. My doubt is I am using a bean for every oracle ta