what are java stuts?
what are there uses
Answer Posted / m.sivakumar
What is Struts? what are the uses of struts?
the Struts framework is a flexible control layer based on standard technologies like Java Servlets, JavaBeans, ResourceBundles, and XML, as well as various Jakarta Commons packages.
Jakarta Struts is open source implementation of MVC (Model-View-Controller) pattern for the development of web based applications.
Jakarta Struts is robust architecture and can be used for the development of application of any size and Struts framework makes it much easier to design scalable, reliable Web applications with Java.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is includeaction?
Which design pattern is implemented by Struts2 interceptors?
What is the use of struts config xml file?
What are interceptors in struts 2?
What is the use of execAndWait interceptor?
What are the steps required for setting up validator framework in struts?
How does struts2 token work?
What is interceptor struts2?
How struts control data flow?
What is defeult result type?
In which order struts framework searches for a message bundle?
Which class is the Front Controller in Struts2?
What are apache struts?
how to get the last 10 elements using logic:iterate in struts with hiernate from database.
What are the two scope types for formbeans?