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
What is spring and struts in java?
What configuration changes are required to use resource files in Struts?
Can we have more than one struts-config.xml file for a single struts application?
Why are struts tightly coupled?
What are the cons of struts 2?
What does params interceptor?
How an actionform bean is created?
What is the use of namespace in action mapping in Struts2?
How can we integrate log4j in Struts2 application?
Give an example of validates method used to avoid errors.
How is a lookup dispatch action created?
What is the use of interceptor?
Explain about logic match tag?
Name some useful annotations introduced in Struts2?
What is struts2 framework?