How to explain struts work flow
Answers were Sorted based on User's Feedback
Answer / bob
simple....ActionServlet will take care of every thing....
| Is This Answer Correct ? | 6 Yes | 20 No |
Answer / s..murugan
struts work flow begins from jsp pages(when user first hit
on the submit button),then UR request go and refer in
struts-config.xml to confirm whether the corresponding
action class entry has been put and also refer whether the
corresponding Bean class entry has been put or not,
If the entry Has been identified then that Bean class
should be populated and then corresponding action class
also be populated finally ActionForward instance goes to
struts-config.xml(GLOBAL-FORWARD).This cyclic process taken
place for all the request.
| Is This Answer Correct ? | 35 Yes | 51 No |
What is the use of namespace in action mapping in Struts2?
Can we handle exceptions in Struts programmatically?
how to write my own Action servlet by extending pre-defined Action servlet in struts config.
How tag libraries are defined in Struts?
What is action chaining ?
how to implement singletun design patteren in struts?
in struts how to use hibernate with struts>
Why do we use struts?
multiple instances for action class is it possible
How can I make own ActionServlet? with example
Do we need to pay the struts if being used in commercial purpose?
Provide some important Struts2 constants that you have used?