URL Routing in Java
Posted
by Jack
on Stack Overflow
See other posts from Stack Overflow
or by Jack
Published on 2010-05-31T13:24:33Z
Indexed on
2010/05/31
13:33 UTC
Read the original article
Hit count: 162
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?
© Stack Overflow or respective owner