-----Original Message-----
From: Java Lamer [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, November 26, 2002 10:23 PM
To: [EMAIL PROTECTED]
Subject: [OS-webwork] Webwork action re-useHi All,
After discussing this issues with some of the people in #java I get mixed review on re-using actions. Are there any advantages to this? I have a place where there are three forms which requires the user to enter information and the three are very different. I ended up creating three actions for them. Now, at the end I found out that there is a summary page that display on one page with all information. I am at point of either merging all the three actions into one that way it can handle the summary view or write a summary action which is a duplicate of the other three. The only advantage I can see is the actions are smaller and easy to follow. For those of you who have built large web applications with webwork, what is your thought on this based on your experience? I am looking forward to the suggestions.
Thanks
Doug
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now
Title: Message
I sent
in some code to allow actions to be saved and retrieved from the http session,
so you could have one big action with all of the properties and continue to use
it until you finish the workflow... not sure what the status of it
is.
- [OS-webwork] Webwork action re-use Java Lamer
- Re: [OS-webwork] Webwork action re-use boxed
- Re: [OS-webwork] Webwork action re-use Patrick Lightbody
- Re: [OS-webwork] Webwork action re-use Jason Carreira
- Re: [OS-webwork] Webwork action re-use Patrick Lightbody