Originally posted by ajay fra:
My plan is to develop a framework merging ideas from Apache struts,Apache Turbine and WebWork.
I am Planning to take ActionForm ,Validation , LookupDispatch and DynaForm from Struts(where i finshed ActionForm Logger and started Validation). And Turbine services like mailing,security,Authentication(USER_GROUP_ROLE_PERMISSION) management...
As someone else mentioned, what do you plan to provide that is greater than what is already available with Spring?
SpringMVC provides much of what you're planning on borrowing from Struts. Spring also provides support for e-mail. And when you add Acegi to the mix you have security.
I'm not trying to discourage innovation, but (1) so far you've not discussed anything innovative and (2) if you have some really good ideas, why not work to build them into an already existing (and mature) framework?
[ March 17, 2005: Message edited by: Craig Walls ]