Struts design advice requested please.

2002-01-10 Thread Alex Colic
Hi, I have been using Struts now for about a year and I really like it. It has saved me a lot of time and made my apps quite stable. I have just been placed on another large struts project. It will be pushing struts to the limit. A quick question on design. What I am going to do is a bit

Re: Struts design advice requested please.

2002-01-10 Thread Jin Bal
if it doesn't provide a solution. Jin - Original Message - From: Alex Colic [EMAIL PROTECTED] To: Struts [EMAIL PROTECTED] Sent: Thursday, January 10, 2002 2:20 PM Subject: Struts design advice requested please. Hi, I have been using Struts now for about a year and I really like it. It has saved

RE: Struts design advice requested please.

2002-01-10 Thread Stephen Owens
class depending on how you code your actions. regards, Stephen Owens Corner Software -Original Message- From: Alex Colic [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 10, 2002 9:21 AM To: Struts Subject: Struts design advice requested please. Hi, I have been using Struts now

RE: Struts design advice requested please.

2002-01-10 Thread Keith Bacon
9:21 AM To: Struts Subject: Struts design advice requested please. Hi, I have been using Struts now for about a year and I really like it. It has saved me a lot of time and made my apps quite stable. I have just been placed on another large struts project. It will be pushing struts

Re: Struts design advice requested please.

2002-01-10 Thread @Basebeans.com
Subject: Re: Struts design advice requested please. From: Vic Cekvenich [EMAIL PROTECTED] === Maybe create a flag in the form bean as to who to CRUD to. Then in action, keep track what mode you are in, and before calling CRUD, set the flag. This means on set of getters and setters

Re: Struts design advice requested please.

2002-01-10 Thread Barry Glasco
design advice requested please. Hi, I have been using Struts now for about a year and I really like it. It has saved me a lot of time and made my apps quite stable. I have just been placed on another large struts project. It will be pushing struts to the limit. A quick question on design. What I

Re: Struts design advice requested please.

2002-01-10 Thread Ted Husted
Alex Colic wrote: I have been using Struts now for about a year and I really like it. It has saved me a lot of time and made my apps quite stable. I have just been placed on another large struts project. It will be pushing struts to the limit. A quick question on design. What I am going to do

RE: Struts design advice requested please.

2002-01-10 Thread Keith Chew
PROTECTED]] Sent: Friday, 11 January 2002 10:14 a.m. To: Struts Users Mailing List Subject: RE: Struts design advice requested please. Thanks a lot I really appreciate all the advice. It really helped me out. One thing you said really surprised me. You said: For ActionForms, my preference is to use

RE: Struts design advice requested please.

2002-01-10 Thread Alex Colic
Users Mailing List Subject: Re: Struts design advice requested please. Alex Colic wrote: I have been using Struts now for about a year and I really like it. It has saved me a lot of time and made my apps quite stable. I have just been placed on another large struts project. It will be pushing

Re: Struts design advice requested please.

2002-01-10 Thread Ted Husted
Yes, the ActionForms exist to provide an input buffer for the HTML controls, just so that you can validate the input, and either return it for correction, or commit it to a business layer object. The second, very important, service that ActionForms provide is to act as a firewall between the