jsp - Servlet Mapping. Web.xml -


in java web application possible map servlets in files not "web.xml"? mean. need map on hundred servelts , web.xml dificult deal with. dividing mappings in several file cathegory great.

if there way please tell me how?.

thank much.

not sure dividing web.xml file. can achieve task defining servlets through java annotations instead of defining them in web.xml. servlet 3.0 specification provides new annotation @webservlet can used declare servlets.


Comments

Popular posts from this blog

django - How can I change user group without delete record -

java - Need to add SOAP security token -

java - EclipseLink JPA Object is not a known entity type -