343536373839404142
final EchoServiceAsync service = GWT.create(EchoService.class); RootPanel.get("contents").add( new EchoWidget( service, new ExceptionHandler( new GwtStatisticsEventDispatcher(), new GwtExceptionSerializer() ))); }