diff mvc1 and mvc2
wahts is mean by servlet chaining?
Answer / 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 |
What are synchronized methods and synchronized statements?
what are the software's needed to develop advanced java 3 tier application project
what do u mean by java bean??
Explain phantom read?
What is the use of Class.forName
What are the methods used for inter-thread communication? and in what class these methods are defined?
What is jboss?
whats is mean by tiles in struts
whats is mean by class.forName() whats the return type of class
does j2ee means advanced java
what are the activation groupworks?
What are various types of class loaders used by jvm?