how handle when client send multiple request at atime for
multiple servlets servlets?
Answer Posted / 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 |
Post New Answer View All Answers
how to get the last 10 elements using logic:iterate in struts with hiernate from database.
Do you need an alignment after replacing struts?
How is declarative handling of exceptions done in struts ?
What is the purpose of @urlvalidator annotation?
What is the use of form bean in struts?
What are the action classes in struts?
How to override the default error message that can come during file uploading process?
Which file is used by controller to get mapping information for request routing?
What is strut action mapping?
What is difference between actionform and dynaactionform?
Name some useful annotations introduced in Struts2?
What is the purpose of struts.properties in struct2?
What do you mean by ognl?
Explain the components of struts?
Is struts mvc framework?