Package org.fusesource.restygwt.client.dispatcher

Interface Summary
DispatcherFilter  
FilterawareDispatcher  
 

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  
 



Copyright © 2010-2011 FuseSource, Corp.. All Rights Reserved.