• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Help Please !!!

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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,
 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Go through this site
http://www.javaworld.com/javaworld/jw-12-1999/jw-12-ssj-jspmvc.html
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic