how handle when client send multiple request at atime for
multiple servlets servlets?
Answers were Sorted based on User's Feedback
Answer / chandra
when client sends multiple requests to servlet instance each
thread will run in its own service
| Is This Answer Correct ? | 12 Yes | 1 No |
Answer / shinde
use a session and a token, and pass the parameter using a hidden method.when the first request reaches the server store the token in a global variable.If a duplicate request comes, validate using the token form the global variable and discard the duplicate one.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / susan
If th question based MVC-Struts,then to handle multiple
request we can use dispatch action
| Is This Answer Correct ? | 3 Yes | 5 No |
What are interceptors in struts 2?
Where can i get jar file for use the struts-tags in struts2?
What does execandwait interceptor?
if u r using eclipse tool how can u debbaging u r application? plz explain with sample code
Describe the two types of formbeans.
What is the purpose of form-be tag in struct-config.xml?
how you implement and maintain your struts project by using MVC2 arch?
What are the Core classes of Struts Framework?
explain the struts-configuration file?
What helpers in the form of jsp pages are provided in struts framework?
What are the loop holes of struts?
what is the advantages and diadvantages of Struts?