Answer Posted / guest
struts framework is an implementation of MVC2 Architecture
or design pattern. MVC2 is about the loose coupling between
the presentation layer and the business layer.
Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How an actionform bean is created?
What is the purpose of @beforeresult?
What is controller in struts ?
Why we use struts in java?
Briefly tell the two kinds of form beans.
How to build struts application in eclipse?
What is apache struts used for?
What is execute method in struts?
What are the aware interfaces in struts2?
How can we write our own interceptor and map it for action?
What are the steps involved in creating a strut application?
List some bundled validators?
What is http redirect?
Difference between struts and spring? Or why use spring, if you are already using struts?
What is the purpose of @result annotation?