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 actionform in struts?
What is the purpose of struct-config.xml in struct2?
What is the use of forwardaction?
What do you mean by inner class and anonymous class?
What's mvc pattern ?
What do you mean by actionmapping?
Which interceptor is responsible for file upload support?
What is the purpose of @beforeresult?
Give the details of xml files used in validator framework?
What is struts2 namespace?
Is Struts Framework part of J2EE?
How does one create an action in struts 2?
Are struts still used?
In which order struts framework searches for a message bundle?
What are action errors and error and what are the consequences they impose?