> -----Ursprüngliche Nachricht----- > Von: Craig McClanahan [mailto:[EMAIL PROTECTED] > Gesendet: Samstag, 10. September 2005 18:06 > An: Struts Users Mailing List; [EMAIL PROTECTED] > Betreff: Re: Who decides? > > Here's a couple of things that (had we known then what we > know now) would very likely be different -- and areas where I > think improvements would be > helpful: > > * Actions as stateless singletons, instead of per-request instances
I think they 'de facto' are stateless singletons? I mean the controller only creates one instance, and you shouldn't create another :-) > * Expression language syntax (based on BeanUtils) is way too limited For those who need it :-) > > * Totally dependent on Servlet API objects, making (a) unit > tests hard, and (b) implementations on portlet difficult I think it's the nature of a http framework? ... Regards Leon --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]