Good question, I do have live apps running with it, but performance isn't an
issue for me, its an internal app and I don't have zillions of users and my
boss just bought me a new big mother of a server (I kicked up a fuss after
he bought one for some app from the Evil Empire he was implementing)

The regular DynaActionForm's cache their DynaClass, so I guess if it was an
issue it might be worth doing something similar. I have a persistence
framework that spits out LazyDynaBeans - and it does just that - it generate
a LazyDynaClass for each table/query, caches it and re-uses it each time. It
would be fairly straight forward to do for Lazy ActionForms, just need to
extend FormBeanConfig and implement something in the createActionForm()
method. Hey how about this for an idea - just have one big mega
LazyDynaClass that has every request parameter in your system in - just need
to synch the bit that adds new properties if it doesn't exist!

Anyway, I've managed to babble on long enough without answering your
question :-(

Niall

----- Original Message ----- 
From: "Mark Lowe" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Friday, November 26, 2004 8:19 AM
Subject: Re: Whats in Version 1.2.6?


> Niall
>
> Just a question on LazyDynaForm. I'm already sold on the benefits for
> JSP folf to be able to knock out JSPs before ActionForms are written.
> But how does the LazyDynaForm perform? When I experimented with
> implementing MutableDynaClass few years ago I found it heavy going
> (this was with java 1.3 however).
>
> Like I said I already see the benefits from a development point of
> view, and even that LazyDynaForm is better that no action forms at all
> (stuffing model tier objects in and such like). But I'm wondering
> whether you've any live apps using LazyDynaForm.
>
> Mark
>
>
> On Fri, 26 Nov 2004 01:25:59 -0000, Niall Pemberton
> <[EMAIL PROTECTED]> wrote:
> > I've set up a page describing whats in Version 1.2.6 of Struts here:
> >
> > http://www.niallp.pwp.blueyonder.co.uk/strutsversion126.html
> >
> > Also a page on highlighting errors here:
> >
> > http://www.niallp.pwp.blueyonder.co.uk/strutshighlight.html
> >
> > Niall
> >
> > ---------------------------------------------------------------------
> > 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