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 prefix of a string?
What is java beans?
What do you mean by constant time complexity?
What is time complexity java?
What is numeric function?
Can inner class extend any class?
What is pass by value?
Which sorting algorithm is in place?
What is package private scope in java?
What is string data?
Can main() method in java can return any data?
What is the difference between multiple processes and multiple threads?
What is parsing in grammar?
What are the ways in which a thread can enter the waiting state?
What is java util collection?