Related to MVC framework(struts)
Hi all
Friends i am having a small application which i had developed in servlets and jsp ... The problem is comming when i have to implement in struts..
means I am having
1>> 15 Servlet classes
2>>10 Jsp's
3>>7 UserServices class (BussinessLogic class)
4>>3 bean class (for getter and setter methods)
--
In this MVC framework the problem is comming at the time when i have
to implement all the above points in the MVC framework
please help
Thanks all

