Can we write our own ActionServlet for front controller of
Struts Applications?
Answers were Sorted based on User's Feedback
Answer / nmreddy
yes,
1.Take any servlet it must extends predefined ActionServlet
2. call super class methods
3.our own logic
4.it must be configure in web.xml file
| Is This Answer Correct ? | 23 Yes | 2 No |
Answer / biswaa
yes, but remember our CustomActionServlet class must do what
default ActionServlet is doing..
| Is This Answer Correct ? | 5 Yes | 1 No |
what r the disadvantages of MVC-2 Architecture?
why do we typecast ActionForm into our plain java bean class in Action class? What is the reason?
What is DynaActionForm?
Which configuration file is used for storing jsp configuration information in struts?
How can we handle exceptions thrown by application in Struts2?
What is struts in java with example?
Briefly tell the two kinds of form beans.
What is interceptor struts2?
What are the main classes which are used in struts application?
Where should struts xml be placed?
What are the steps involved in creating a strut application?
Hi Friends, why struts introduced in to web application. Plz dont send any links . Need main reason for implementing struts. Thanks Prakash