Answer Posted / suresh royal
struts is web frame work to develope the MVC architectural based java web application having capability to generate integrated logics of controller layerdynamically based on the logics given by developer view ,model and controller.
Struts provides abstraction layer on top of servlets and JSP.
struts supports validation and Tiles Frame worksan and I18N so we go for struts
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is the purpose of '@keyproperty'?
1.can we transfer a request from one struts application to another struts application? 2. how many types of action servlets r there what r they
What is the purpose of execute method of action class?
List some struts tag libraries?
What does i18n interceptor?
What is java struts?
What configuration files are used in struts?
What is the difference between validation.xml and validator-rules.xml files in struts?
Explain about the
Why we use struts over servlets?
How do I access token?
Which class of struts is responsible to converts data types from string and vice versa?
In struts.xml, what does the attribute "method" stands for in the "action" tag?
How the exceptions are handled in struts?
How can we display validation errors on jsp page?