Issue 103: alternate for Spring
Status:  WontFix
Owner: ----
Closed:  May 2008
Reported by yogesh.j...@gmail.com, May 12, 2008
Hello all,
I am not comfortable in Spring.Can I use jmesa in struts?if I use only 2
classes i.e. ModelAndView and Controller,will I work for me.





 
May 13, 2008
#1 ndhilliprasad@gmail.com
yes,you can do it with struts or with servlet or simply with JSP
May 13, 2008
#2 yogesh.j...@gmail.com
Thankx buddy,
 My question is,Do I had to use Spring framework API for its implementation.The
example given along with the jmesa is Using ModelAndView which is available in
Spring.Now In Replacement of this ModelAndView class what type of component or
servlet can I use.
May 13, 2008
#3 extremec...@gmail.com
JMesa fits within any Model 2 framework...with Spring and Struts being the most
common frameworks used. My examples that add things to the ModelAndView are really
just adding things to the request object.

So, whereever you see mv.addObject() is really the same as
request.request.setAttribute().
May 20, 2008
#4 extremec...@gmail.com
(No comment was entered for this change.)
Status: WontFix