what are java stuts?
what are there uses
Answer Posted / 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 |
Post New Answer View All Answers
Explain the life cycle of a request in struct2 application?
When do I need “struts.jar” on my classpath?
What are the core classes of the struts framework?
How to use forward action to restrict a strut application to mvc?
Can you explain struts validator framework?
What is Struts2?
What is the use of jsonvalidation?
What is the design role played by struts?
What kind of mvc is struts 2?
How you will enable front-end validation based on the xml in validation.xml?
What are the action classes in struts?
What is struts in j2ee?
What is the purpose of @createifnull annotation annotation?
Which configuration file is used for storing jsp configuration information in struts?
What is Custom Type Converter in Struts2?