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

[553 byte] By [saamera] at [2007-11-27 4:14:51]
# 1
Hi,MVC stands for M - Model (Business Logic, FormBeans, Database Related)V - View (JSP, HTML etc..)C - Controller (Servlet)This is how you have to use MVC Framework.
chriscsita at 2007-7-12 9:21:11 > top of Java-index,Java Essentials,Java Programming...