diff mvc1 and mvc2
wahts is mean by servlet chaining?
Answers were Sorted based on User's Feedback
Answer / shiv kumar
in mvc1 client send the request to the jsp,which is used
for both controlling and persentation.
while, in mvc2 client send the request to controller that
is servlet,servlet receives the request,process the
request,send the response to the client using jsp/html
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / shiv kumar
in mvc1 client send the request to the jsp,which is used
for both controlling and persentation.
while, in mvc2 client send the request to controller that
is servlet,servlet receives the request,process the
request,send the response to the client using jsp/html
the passing of response object from one servlet as request
to another Servlet, is also called as Servlet Chaining.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / sandya
Application control is decentralized in Mvc1 architecture.
Since the next page to be displayed is determined by the
logic embedded in the current page. Decentralized
navigation control can cause headaches when requirements
keep changing.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can I run seam with jdk 1.4 and earlier?
What is the infobus?
How to pass parameters in RMI?
Explain bind(), rebind(), unbind() and lookup() methods?
What is message driven beam?
What are the thread-to-thread communcation?
What is serialization and de-serialization ?
When you will synchronize your code?
What are the methods used for inter-thread communication? and in what class these methods are defined?
How to do registration form using struts and hibernate?
What value does readline() return when it has reached the end of a file?
What is the difference between Process and Threads?