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 is J2EE?
What is mdb and what is the special feature of that?
Is System.err.println(""Statement"); is execute the output on console . Example: System.err.println("Hello JAVA");
What is prototype?
Can I use multiple html form elements with the same name?
How do u supress the parameters from the displaying in the url?
how we can implement interface in jsp ?
Can I use javascript to submit a form?
Hello, I'm java developer. My skill is programming with java,jsp, struts, struts2+spring, hibernate, eclipse, tomcat, mysql,Oracle,Middlegen and other open source technology. I'm interest work any web base project that use my ability above. The thing is that I have never got any chance to work in this field though i am very much comfort with my skills. So if any body want me then i will happily join you. Also I have also some of my friends if you. If you interest to outsource any project to me then also you are welcome. you can reach me by email at me4bangalore@yahoo.in
whats is mean by tiles in struts
What is RMI architecture?
Difference Between getRequest and PostRequest?