Introduction
GWT Action Dispatcher is a GWT/Guice library which provides a basic mechanism for dispatching of different events that are sent from a GWT client. When client sends action to the server, the server lookups for appropriate handler that could handle that action and passes that action to it. After handler processes the action it returns a Response object which is
Contributing
If you would like to contribute code you can do so through GitHub by forking the repository and sending a pull request.