Re: Simplifying Struts

2004-07-08 Thread Ted Husted
Another approach to simplifying Struts would be to add more flexibility to the struts-config. One patch I'd love to apply would provide the "extends" capability found in Tiles to all the Struts elements. This would suck a lot of the redundant, bug-generating redundancy [:)

Re: Simplifying Struts

2004-07-06 Thread Craig McClanahan
Don Brown 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

Re: Simplifying Struts

2004-07-06 Thread Vic Cekvenich
I like it. .V Don Brown 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

Re: Simplifying Struts

2004-07-06 Thread David Graham
--- 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 configuratio

Simplifying Struts

2004-07-05 Thread Don Brown
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