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 are the two different types of validations that the validator framework supports?
How an actionform bean is created?
Are struts still used?
How to work with error tags?
Which library is provided by struts for form elements like check boxes, text boxes etc?
How many instances of servlet usually run in a struts application ?
Explain how can we upload files in struts2 application?
Difference between struts and spring?
Describe the basic steps used to create a tiles application?
What is the purpose of @after annotation?
What do you mean by actionform?
What are the benefits of Interceptors in Struts2?
Name some of the features of struts2?
What configuration changes are required to use Tiles in Struts?
What is the forward action utilized for?