Re: Struts Or Spring

2005-03-04 Thread Larry Meadors
Struts does not require a form bean. Doing what you are describing is trivial with struts tags or even vanilla jstl tags. If you are using servlet 2.4 (tomcat5), it is even more trivial. They all use reflection to get to the properties, and the beans can be in any scope. I guess I am making the ass

Struts Or Spring

2005-03-03 Thread M Murali
We are kind of middle of deciding go to with which framework.Can some one help. On high level, we have an application where data gets from webservices and is displayed to user thru JSP. the webservices access is done thru Axis and the proxy class generated are used on JSP side. Each proxy clas