*/
public class MyMainApp implements EntryPoint {
//@Override
public void onModuleLoad() {
final EchoServiceAsync service = GWT.create(EchoService.class);
RootPanel.get("contents").add(
new EchoWidget(
service,
new ExceptionHandler(
new GwtStatisticsEventDispatcher(),