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 the use of namespace in action mapping in Struts2?
Is struts action class singleton?
What are the bundled validators?
How is a lookup dispatch action created?
What does action do in struts?
How to work with error tags?
What is the default suffix for struts2 action uri ?
How is the action mapping specified?
What is apache struts vulnerability?
What is struts in java with example?
Why it called struts?
What is xml based validation in struts2?
Can you explain value stack?
What is request processor and how does it relates to action mapping?
Explain the core end goal while using java struts?