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 |
kindly can any one post for me portlet,hibernate,spring example code and configuration,and some related tutorials plz its urgent for me....thanks in advance ............
Hi Friends, why struts introduced in to web application. Plz dont send any links . Need main reason for implementing struts. Thanks Prakash
Please can you tell me ,where can we used the MVC other than web applications.
What is struts.devmode?
What is the use of forwardaction?
Can we write our own ActionServlet for front controller of Struts Applications?
Explain architecture of struts2?
What’s the difference between struts and turbine? What’s the difference between struts and espresso?
What does the term struts mean?
What are the main classes which are used in struts application?
Can you explain value stack?
Explain about token feature in struts?