|
Class Summary |
| CachingDispatcherFilter |
|
| DefaultDispatcher |
Some valuable ideas came from:
http://turbomanage.wordpress.com/2010/07/12/caching
-batching-dispatcher-for-gwt-dispatch/
Thanks David!
Especially: - Waiting if a particular request is already on the way
(otherwise you end up having many requests on the same source. |
| DefaultDispatcherFilter |
|
| DefaultFilterawareDispatcher |
Some valuable ideas came from:
http://turbomanage.wordpress.com/2010/07/12/caching-batching-dispatcher-for-gwt-dispatch/
Thanks David!
Especially: - Waiting if a particular request is already on the way
(otherwise you end up having many requests on the same source. |
| RestfulCachingDispatcherFilter |
using a different caching 'algorithm' obeying the restful paradigm, i.e. |
| XSRFTokenDispatcherFilter |
|