Kunal H. Parikh wrote:

Hi All!

Is there a recommended way of generating DynaActionForms using XDoclet ?

If not, I guess I would end up writing my own ActionForms and inserting
XDoclet tags in there.

However, is there any performance benefit of using DynaActionForms instead
of plain ActionForms ?

TIA,

Kunal



If you believe the microbenchmarks that come with commons-beanutils (grab the source repository and run "ant bench"), dynabeans (and therefore DynaActionForms) run a little faster on a 1.4 JDK, and quite a little faster on earlier JDKs, because of the use of reflection for standard JavaBeans (versus HashMap lookups on dynabeans). However, it's unlikely to matter at all for most web applications, unless your servlet container's server is heavily CPU bound.

Craig




---------------------------------------------------------------------
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