Can we have more than one action servlet?
Answers were Sorted based on User's Feedback
Answer / manjul
yes you can have and if you specify different url patter
like
*.do for one action servlet
*.abc for other action servlet
in your web.xml file
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / saraswathi
yes,we can use 'n' number of ActionServlets in struts
application by the help of extending ActionServlet
org.apache.struts.action.ActionServlet
| Is This Answer Correct ? | 0 Yes | 0 No |
Will the general public have access to the infobus apis?
How to implement RMI in Java?
what we can't do in jdbc but can do hibernate?
How can a dead thread be restarted?
Why are my checkboxes not being set from on to off?
When a thread blocks on i/o?
Urgent Openings for Java and .NET ( India, Singapore, Australia, Japan)
What is RMI and what are the services in RMI?
How to send a request to garbage collector?
Is multiple try block is possible in single java Application......
String is immutable.it is true String can be change to mutable How?
6 Answers IBM, Professional Access, TCS,
Do I need to import javlang package any time? Why ?