--- Don Brown <[EMAIL PROTECTED]> wrote: > With my extra day off today, I took a look at ways to simplify Struts. > Having been impressed by the simplicity of NanoWeb, I particularly > looked at ways to change the Struts concept of Actions and > ActionForwards to support POJO's and configurations that allow new > actions to be written without requiring any changes to > struts-config.xml. I described my findings in my weblog: > http://www.jroller.com/page/mrdon/20040706#zero_configuration_with_struts > > What does the Struts developer community think of providing direct > support for regular JavaBeans as actions? One feature of JSF I liked > was how actions were simply no-arg methods on a JavaBean, making them > easy to write and test.
I think it's a great idea. Similarly, Commons Validator lets you specify your validation interface in xml, giving you maximum flexibility instead of requiring you to extend a base class. Requiring users to extend Action and ActionForm has been a sticking point for some in the adoption of Struts so anything we can do to simplify the usage earns a +1 from me. > > Incidently, I built my extension off struts-chain, so it works > side-by-side regular Struts actions, forwards, and forms. With > commons-chain out of the sandbox and Struts 1.2.1 around the corner > (thanks Ted), I think it is time to start integrating struts-chain into > the core. A big +1 :-). David > > Don > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]