| Author |
how to use @WebServlet like web.xml element
|
Jenkin Zheng
Greenhorn
Joined: Mar 31, 2011
Posts: 12
|
|
Hi,guys.
I'm a beginner.My English is not good.
the servlet-mapping...
the servlet-mapping...
When I use javax.servlet.annotation.WebServlet. like this:
But one servlet can't duplicate annotation @WebServlet!
How can do it the same like in the web.xml!
Thanks!
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26192
|
|
|
You can create a subclass of the servlet with no implementation and define it there. I'd prefer to keep both definitions in the web.xml. It is clearer to show how many instances of the servlet with different parameters there are.
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
|
 |
 |
|
|
subject: how to use @WebServlet like web.xml element
|
|
|