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 |
is it possible to see actionservlet in my system. if yes how
what is the difference between *.do & /do.*/? So what is the diffenence btn extension mapping & path mapping.What is those difference in work effect?
What do struts do?
Difference between struts and spring? Or why use spring, if you are already using struts?
What is the use of ActionErrors in Struts?
State an example of struts configuration file as an action parameter for action servlet.
Why was reload removed from struts (since 1.1)?
How does struts2 token work?
what is the advantages and diadvantages of Struts?
kindly can any one post for me portlet,hibernate,spring example code and configuration,and some related tutorials plz its urgent for me....thanks in advance ............
What is validate() and reset() functions?
What’s the difference between validation.xml and validator-rules.xml files in struts validation framework?