Leon et al

addressing the last item

Unit tests easily handled by Artur Hecfyz's tool testsgen (independent of implementation protocol)
http://wttools.sourceforge.net/unittestsgen/package.html

Struts Portlets can be easily implemented with Oracle JDeveloper via http://portalstudio.oracle.com/pls/ops/docs/FOLDER/COMMUNITY/PDK/articles/pdkstruts/portletize-your-app.html
(also independent of implementation protocol)

Martin-









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




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

Reply via email to