Hi Friends, why struts introduced in to web application.
Plz dont send any links . Need main reason for implementing
struts. Thanks Prakash
Answer Posted / mani
If we are developing web-app by using servlets or jsp's we
need to concentrate on business logic,presentation
logic,controller logic. For the same application programmers
work is easy becoz in struts controller logic is defined
Several design patterns are implicitly available in struts
struts provide inbuild support for file uploading, i18n.
By using validator frame work in struts we can generate the
java script at client side to provide validations to the web-app
CORRECT ME IF IAM WRONG
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is defeult result type?
What are the ways in which duplicate form submission can occur?
Explain the difference between plain-validator and field-validator in struts?
What is action class?
In how many ways duplicate form submission can occurs?
How interceptor works in struts 2?
What are the custom tags?
How you will enable front-end validation based on the xml in validation.xml?
What is package name in struts xml?
What is the purpose of execute() method?
What is the difference between validation.xml and validator-rules.xml files in struts?
Which interceptor is responsible for mapping request parameters to action class Java Bean properties?
Why was reload removed from struts (since 1.1)?
Why use spring, if you are already using struts?
What is use of i18n interceptor?