What are struts in java?
Answer / Pankaj Sharma
Struts is a popular open-source Java web application framework that makes it easier to create and maintain Java applications by providing predefined templates and tools for common web development tasks such as handling HTTP requests, validating user input, and managing business logic.
| Is This Answer Correct ? | 0 Yes | 0 No |
why servlet is used as controller not JSP?
What is the role of action class in struts?
I will explain the scenario now i have a form1 having some fields and i made it extends DynaActionForm. in struts config how can i specify another form form2 which has to extend the form1 please specify is it better to use actionform or dyna action form in applations. is dyna action form is comfortable in declaring form variables of type 'ArrayList<somegenerics>' extend the
What is Hibernate?
How struts control data flow?
How to forward from Array List to Jsp in Struts ActionServlet class?
How you will enable front-end validation based on the xml in validation.xml?
what is use of assert keyword in java..?
What are the conditions for actionform to work correctly?
What is the purpose of form-be tag in struct-config.xml?
what is is the use DynaActionForm?
Explain about the future of struts?