Why use spring, if you are already using struts?
No Answer is Posted For this Question
Be the First to Post Answer
In strurt why w use two differnt files web.xml and strut config.xml?
where you will implement the tiles in struts?
What configuration changes are required to use resource files in Struts?
What is the default suffix for Struts2 action URI and how can we change it?
What are the components of struts framework?
Whats the difference between the default namespace and the root namespace?
In which method of action class the business logic is executed?
Main reasons for using servlet as a controller in struts. why not jsp
What is interceptor in Struts2?
What is the purpose of @customvalidator annotation?
What is difference between interceptors and filters?
What is the difference in using Action interface and ActionSupport class for our action classes, which one you would prefer?