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
Can you give an overview of how a struts application flows?
What is the use of web xml in struts2?
What is action class?
What are best practices to follow while developing Struts2 application?
Explain struts.devmode?
What is apache struts vulnerability?
How to build struts application in eclipse?
Give an example where struts tiles may be used?
What do struts do?
What is struts2 namespace?
Can explain about the validations and in your project where did u used the validations?
What is the use of lookupdispatchaction?
What is the purpose of @before annotation?
What is the purpose of @createifnull annotation annotation?
What is the front controller in struts2?