diff mvc1 and mvc2
wahts is mean by servlet chaining?
Answer Posted / laxman
The response object from one servlet is passed as request to
another Servlet, this is called as Servlet Chaining.
the getServlet() method that is used in Servlet chaining is
deprecated and Sun's Javadoc specifies clearly that the business
logic to be shared by servlets to be put in a separate
non-servlet class. Also it would be good to put the
logic in separate class and just invoke the method
when required.
Cheers,
Gaya3
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is meant by JRMP?
What is an abstract method?
Why is string immutable in java?
the same information whether it will connect to the database or it will be used previous information?
What class is used to create Server side object ?
How would you create a button with rounded edges?
Have you used threads in Servelet?
Why does the option tag render selected=selected instead of just selected?
whats is mean by tiles in struts
What is table mutation and how do you avoid it?
Are there books about seam?
What is meant by method chaining?
What are transaction attributes?
If we opened Windows Internet Explorer 4 times, does it starts 4 processes or 4 threads?
Why are my checkboxes not being set from on to off?