What is struts and why it is used?
Answer / Lav Kant
Apache Struts is an open-source web application framework for developing Java EE applications. It provides a structural framework for creating enterprise-ready, modular web applications while promoting reusability of code and separation of concerns. Struts offers features like internationalization, form validation, and action delegation, making it easier to manage complex applications with consistency and maintainability.
| Is This Answer Correct ? | 0 Yes | 0 No |
In how many ways duplicate form submission can occurs?
In struts.xml, what does the attribute "method" stands for in the "action" tag?
What validate() and reset() method does ?
What is action servlet in struts?
what are the actions in struts?
What is the use of lookupdispatchaction?
What is apache struts vulnerability?
Why was reload removed from struts (since 1.1)?
How to set email notification using struts.Plz give the example code?
What is form bean in struts?
What is the purpose of @stringlengthfieldvalidator annotation?
How to get data from the velocity page in a action class?