who will run the execute method in struts?
Answers were Sorted based on User's Feedback
Answer / praveen reddy.e
RequestProcessor will run the execute() in struts for that
RequestProcessor use a method called processActionPerform().
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / ram
userdifined action class excutemethod is ovrride funtionality of ation class implement in excute method
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / srivani
Action Servelet bcos the main logic we will write in action
servlet, and also it controls the business logic.
| Is This Answer Correct ? | 1 Yes | 6 No |
Answer / shanmugaraj
ActionServlet will run the execute method in struts
| Is This Answer Correct ? | 0 Yes | 9 No |
Describe the two types of formbeans.
what is the main reason for developing struts? what is advantages over Basic MVC architecture based JAVA Application?
How do I install struts?
How struts 2 validation works?
What are the benefits of the struts system?
what are the disadvantages of MVC architecture
What is action servlet in struts?
Explain about struts dispatch action?
explain method overridding method overloding with examples?
What configurations are stored in struts configuration file ?
Explain the difference between plain-validator and field-validator in struts?
What is the purpose of @key annotation annotation?