why we use jsp as view
Answers were Sorted based on User's Feedback
Answer / ravikiran chhaduvula
Jsp seperates the presentation logic,And the tags
associated with the JSP api can be easily rendered by the
browser for display.As JSP is indirectly java inside html
tags
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / u.aniketh
because, to write jsp code, little java code is needed, so
normal programmers can also write jsp code. where as
servlet requires pure java code.
| Is This Answer Correct ? | 4 Yes | 5 No |
Answer / amandeep
because jsp contain HTML tags and also provide custom tags
| Is This Answer Correct ? | 2 Yes | 7 No |
What is jsp page?
What is the use of session management?
What are the 3 tags used in jsp bean development?
What is the advantage of using getProperty action, as compared to the accessor method?
what is jsp? a technology ,a language or something else ?
Can init method be overridden?
What information is needed to create a tcp socket?
why we use jsp as view
3 Answers NCS, Scope International,
Differentiate between pagecontext.include and jsp:include?
What is the purpose of <jsp:setproperty >?
Why is _jspservice () method starting with an '_'?
What happens when a page is statically included in another jsp page?