In struts why we use jsp as view( presentation)? what happen if we use servlet as view?

Questions by sadashivarao   answers by sadashivarao

Showing Answers 1 - 2 of 2 Answers

Nitin

  • Jun 22nd, 2006
 

There is no specific reason for that, using JSP we can create presenatation part easily & effectively there r no complication like in Servlet...& JSP is also converted to servlet at last so no probs.... hope answer is usefullNitin

  Was this answer useful?  Yes

JSPs are more towards the J2EE line. In a large jsp applications, lot of java script , css(cascaded sytle sheet) , lot of more thing are applied, with the actual information. Information is required but the presentation of information is also important. It is very easy to apply all these things in JSPs , that would be very difficult in case of servlets.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions