How can I make own ActionServlet? with example
Answer Posted / srinu
its simple.our servlet extends ActionServlet.
and also writes in web.xml file entry <servlet-class>name be
our servlet name.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What kind of mvc is struts 2?
What validate() and reset() method does ?
What is struts framework in java?
How does interceptor work in struts2?
What’s the difference between struts and espresso?
What is the flow of requests in struts based applications?
Who wrote struts?
How struts 2 validation works?
Why do we need struts?
Can explain about the validations and in your project where did u used the validations?
What configurations are stored in struts configuration file ?
What is front controller in struts?
What is the purpose of @createifnull annotation annotation?
What should be the name of xml file used for validation in struts?
How do I install struts?