Home Answers Viewqa Java-Beginners Controller as jsp in mvc2?

 
 


Rajendra
Controller as jsp in mvc2?
2 Answer(s)      4 years and 4 months ago
Posted in : Java Beginners

View Answers

January 20, 2009 at 5:50 AM


Hi friend,

I am sending you a link. I hope that following link will help you.

Visit for more information:

http://www.roseindia.net/struts/mvc-architecture.shtml

http://www.roseindia.net/struts/

Thanks



May 2, 2011 at 2:46 PM


if we use jsp as a controller then we need to write large amount of java code in a jsp.

this is against jsp principle and it is not an industry standard. if we use a bean as a controller then a bean can not handle/receive http request. so that i can say that jsp and a bean class, both are not suitable to work as a controller.

hence servlet is used as a controller.









Related Pages:

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.