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 do you create message resource?
Wat is Difference between Mvc1 architecture and Mvc2 Architecture?
21 Answers HCL, IBM, Sanyaa Infotech,
What is the use of interceptor?
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 the default location of result pages and how can we change it?
is it necessary to write struts-confing.xml ,what tags are important in that xml file?
What is the purpose of @stringlengthfieldvalidator annotation?
Can we handle exceptions in Struts programmatically?
we have two applications A1 & A2 both are accesing the same databse table employee at the same time how we will manage this so that both application can get the correct no of emloyee while A1 is inserting a employee at the same time while other applicatuion is getting the empployee list.
What are the bundled validators?
how can u handle run time exceptions in struts and jsp plz explain briefly not single word answer?
What is actioncontext?