Spring MVC/Rest has DispatcherServlet as an entry point. What is the Jersey's entry point ? I am asking because some exception is thrown and I don't know where from.
2
votes
1 Answers
4
votes
Jersey analogue of Spring's DispatchServlet
is its ServletContainer
. This is what we can configure as the application servlet, just like the DispatchServlet
is the application servlet for Spring.