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 |
Hi Friends, am new to struts.I read that " you can store variables in xml file(properties file) and for future enhancements we just call properties file . Now i want to implement this , where can i call properties file to enhance my application. My question is where this properties file will be called.
What configuration changes are required to use resource files in Struts?
How many types of action clases are there in stuts and their uses?
15 Answers OHO, TCS, Wipro,
How many action classes can be used in struts application?
Can we integrate struts with spring?
What is form bean in struts?
What’s the difference between struts and turbine? What’s the difference between struts and espresso?
How can you create your custom interceptor in struts 2?
Which class of struts is responsible to converts data types from string and vice versa?
Are struts and shocks the same?
What is the purpose of @createifnull annotation annotation?
How to set email notification using struts.Plz give the example code?