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
How many struts config file in a struts application?
Which design pattern the interceptors in struts2 is based on?
Mark the differences between html tags and strut specific html tags.
What is the purpose of @action annotation?
How to build struts application in eclipse?
In which order struts framework searches for a message bundle?
What is the purpose of @customvalidator annotation?
What is the purpose of @expressionvalidator annotation?
What is the use of resourcebundle.properties file in Struts Validation framework?
What is the purpose of struts.properties in struct2?
What is the purpose of @intrangefieldvalidator annotation?
What is the role of a handler in mvc based applications?
What is the purpose of redirect result type?
How you will display validation fail errors on jsp page?
Describe validate() and reset() methods.