multiple instances for action class is it possible
Answer Posted / thirupathaiah
It is possible by making the action class as singletone but
the thing is it is not good aproach if we make it singleton
then while handling the multiple requests for each request
a seperate instance will be created, according to this
waste of memory and for each request action class life
cycle is defferent so do't go for making action as a
singleton
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is Struts2?
Explain about tiles?
How many struts config file in a struts application?
How is the mvc design pattern used in struts framework?
What is the purpose of struct-config.xml in struct2?
How to display validation errors on jsp page?
Difference between struts and spring?
How to combine the struts with velocity template?
What is the purpose of @conversionerrorfieldvalidator annotation?
What is difference between actionform and dynaactionform?
Why we use struts over servlets?
What are the classes used in struts?
What are the steps involved in creating a strut application?
Why do we use struts?
What is front controller in struts?