@ManagedService(path="/GwtRpcDemo/atmosphere/rpc",
interceptors={org.atmosphere.interceptor.AtmosphereResourceLifecycleInterceptor.class,org.atmosphere.client.TrackMessageSizeInterceptor.class,org.atmosphere.gwt20.server.GwtRpcInterceptor.class,org.atmosphere.interceptor.SuspendTrackerInterceptor.class,org.atmosphere.gwt20.managed.AtmosphereMessageInterceptor.class,org.atmosphere.interceptor.BroadcastOnPostAtmosphereInterceptor.class,org.atmosphere.interceptor.IdleResourceInterceptor.class})
public class ManagedGWTResource
extends java.lang.Object
Super simple managed echo application that use two broadcaster for pushing data back to the client.
- Author:
- Jeanfrancois Arcand