Hi ,i convert contrller as jSp And presentation as
servlet ...will it do? if so what are advantage and
idsadvantages
Answer Posted / srinu
if take as Controller as Jsp some Disadvantage is their
1)Jsp means very less java code so JSP as not suitabel for
controller(Servlet suitable)
2)Jsp not able to communicate other model component just
like EJB,Spring
NO advantage are their u take as controller
if take as Presentation as servlet some Disadvantage is their
1)Any modification their servlets compulsary u save it
source code after recompile the web application and reloaded
the application(JSP IS better As presentation).
NOTE: JSP AS Presentation layer ,sevlet as controller its
reconended
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is meant by HQL?
What Is Query Throttling in java?
Difference between Preemptive scheduling vs. Time slicing?
Detail discussions on JVM, memory management and garbage collector.
How to perform merge sort in java?
How many bits is a float?
What is qualitative variable?
What do bitwise operators do?
what is use of functional interface in java 8?
What is the use of volatile in java?
What is the function of compareto in java?
What is time complexity java?
How to disable caching on back button of the browser?
What is difference between java and java ee?
Why java uses the concept of the string literal?