|> Question 1: Do I use conventional ActionForm?
|> Map-backed ActionForm? or DynaActionForm for this
|> project?
|
|If I were you, I would use the conventional ActionForm if
|most of the properties are Strings.

If your data is fixed on form, then it is good to have ActionForm.
More, you may use DynaActionForm if you don't wish to write a ActionForm
file ;-)

|>
|> Question 2: Which strategy should I use to transfer
|> values between tiers?  Setting an immutable value
|> object?  or transferring values by reflection
|> (BeanUtil)? or passing a Map?
|
|Then I would use the transerring mechanism in the BeanUtil package.

If your app is simple enough, you can use Map. If you know
your app is gonna expand like hell, invest time on BeanUtil.

Navjot Singh

|>
|> I highly value your opinions and advices.  Thanks.
|>
|
|Jing
|Netspread Carrier
|http://www.netspread.com
|
|
|> __________________________________
|> Do you Yahoo!?
|> Yahoo! SiteBuilder - Free, easy-to-use web site design software
|> http://sitebuilder.yahoo.com
|>
|> ---------------------------------------------------------------------
|> To unsubscribe, e-mail: [EMAIL PROTECTED]
|> For additional commands, e-mail: [EMAIL PROTECTED]
|>
|>
|
|---------------------------------------------------------------------
|To unsubscribe, e-mail: [EMAIL PROTECTED]
|For additional commands, e-mail: [EMAIL PROTECTED]
|
|


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to