Hi all,
I am going to develop a web application .I am a bit confused. The architecture I am using is MVC. I have an issue here and not able to understand. Since I am using MVC I want the implementation to be as follows :
Model :
Java Beans
View :
JSP Controller : JSP
But I am asked to do as :
Model : Java Beans
View : JSP
Controller :
Servlets Please tell me what kind of difference does it make if I implement my controller in JSP. I need some strong points to support my views.
If I am thinking wrong of implementing controller in JSP pl. let me know why servlets is recomended.
Please its urgent. Thanks a lot in advance.
Regards,