Why use struts framework in java?
Answer / Navaneet Kumar Singh
Developers use the Apache Struts framework in Java for several reasons. Firstly, it simplifies the development process by providing a structured approach to building web applications based on the MVC pattern. Secondly, it offers built-in features like internationalization, form validation, and action delegation that can significantly reduce the amount of custom code needed. Lastly, Struts promotes reusability and maintainability due to its modular design and emphasis on following best practices.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is the current salary package in India for a java programmer who has 2 years experience
What is role of actionservlet?
how to connect from struts to database through hibernet and where u can modify the class
What is dispatchaction?
what is the disadvantages of using DynaActionForm in struts framework?
Can you explain struts validator framework?
What is the difference between plain-validator and field-validator?
What configuration changes are required to use Tiles in Struts?
What is the purpose of @beforeresult?
What configuration files are used in struts?
How is the mvc design pattern used in struts framework?
Main reasons for using servlet as a controller in struts. why not jsp