Looking for a java web framework that support django styled url handling
- by monkeycoderx
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.