Coming from other web frameworks, I’m used to being able to map parts of a URL to method parameters. I know that web.xml provides a way to map an entire URL to a Servlet but is there a way to get more features out of this, such as mapping pieces of the URL to method parameters?
Share
Using Spring (MVC) is overkill for this. If you don’t need dependency injection, you’ll be happy with redirect filter.