Doggie Yang
Doggie Yang
## General Question
we need to do interface MyRegistration extends EventRegistration {} and eventBus.register(this, (MyRegistration) GWT.create(MyRegistration.class)); before using the @Subscribe. That is boilerplate code like in gwteventbinder the Event need to extend GenericEvent....
apply plugin: 'war' apply plugin: 'gwt' apply plugin: 'eclipse' apply plugin: 'eclipse-wtp' if this plugin could work with eclipse-wtp,the project will be a web project,so it can run a eclipse...