| Issue 103: | alternate for Spring | |
| 1 person starred this issue and may be notified of changes. | Back to list |
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
May 13, 2008
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
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
(No comment was entered for this change.)
Status:
WontFix
|