Looking for a java web framework that support django styled url handling

Posted by monkeycoderx on Stack Overflow See other posts from Stack Overflow or by monkeycoderx
Published on 2010-04-20T15:16:31Z Indexed on 2010/04/20 15:23 UTC
Read the original article Hit count: 358

Filed under:
|
|
|
|

I'm looking for a java web framework that will allow you to configure dynamic urls where information is being passed to the controller.

For example

/{clientName}/login

would call the same controller regardless of the clientName and pass that clientName as an accessible value or an object in it's own right.

© Stack Overflow or respective owner

Related posts about java

Related posts about web