Answer Posted / khan
Struts framework is an open-source framework for developing the web applications in Java EE, based on MVC-2 architecture. It uses and extends the Java Servlet API. Struts is robust architecture and can be used for the development of application of any size. Struts framework makes it much easier to design scalable, reliable Web applications with Java.
Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is http forward?
What is the difference between session scope and request scope when saving formbean ?
What are the cons of struts 2?
What are the main classes which are used in struts application?
How to upload struts file?
Is Struts Framework part of J2EE?
Which configuration files are used in struts?
What is DynaActionForm?
What are action classes in struts?
How is token generated?
What is apache struts used for?
What is the role of action class?
In which method of action class the business logic is executed?
What is the difference between filters and interceptors ?
How can you create your custom interceptor in struts 2?