AutoREST Streaming Example Example to see how to integrate AutoREST with Server-Sent Events (aka. SSE). Execute server: mvn install && cd server && mvn exec:java or just execute Main class from your IDE. Execute client: mvn gwt:devmode