Take control of your web applications
Doff is a lightweight Open Source JEE toolkit that provides mapping between actions (servlets) and URLs without writing XML or any configuration file. Doff uses Java 5 annotations and offers many features.
Download the latest Doff toolkit release (1.7.2)
URLs for representing dynamic resources will be pretty nice. Here is an action displaying user with id 42 from URL .../users/42.
Manage HTTP methods and redirections made easy. Here is an example of creating a new user and redirecting to the Home's controller index action.

