what are java stuts?
what are there uses
Answers were Sorted based on User's Feedback
Answer / gaurav goyal
Struts is a open source framework based on MVC2 pattern.
Struts provide its own Controllerand integrate with other
technologies to provide Model and View.
Some main benifits of using Struts are:
1. Open Source
2. Centeralized configuration
3. Use of bean tag
4. Validation Framework
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / 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 |
How we can controlled duplicate form submission in struts?
Does apache tomcat use struts?
what happen if the private constructor is written in a claass
what is difference between <bean:write> and <bean: message> tag
What are the steps used to setup dispatch action?
What are the benefits of Interceptors in Struts2?
how to debug struts project in netbean ?
Are interceptors and filters different?
What is difference between actionform and dynaactionform?
I facing problems while explaining project details in the interview...... can any tell complete project architecture that followed in companies
How can we handle exceptions thrown by application in Struts2?
What are the struts2 configuration properties that control file uploading process?