I downloaded and ran the code. Works fine. Im not examctly sure about the entry point class Bit. In that java file you hooked up the eventBus to each corresponding event, in the function logEvent(EventBus? eventBus). If you had multiple views, would you stack them on these others to register them? I know that to simplify we often wire things up differently than a perfect example, so im just trying to understand. Dave
Nice screen shots :))
I downloaded and ran the code. Works fine. Im not examctly sure about the entry point class Bit. In that java file you hooked up the eventBus to each corresponding event, in the function logEvent(EventBus? eventBus). If you had multiple views, would you stack them on these others to register them? I know that to simplify we often wire things up differently than a perfect example, so im just trying to understand. Dave
Thanks for posting the example.
I am just completed to port the back end of GWT MVP example at URL http://blog.hivedevelopment.co.uk/2009/08/google-web-toolkit-gwt-mvp-example.html to use spring 3.0 as back end instead of guice 2.0. Just curious how is your approach different and better than the example of the URL.
I'm trying to figure out how to replace class MenuWidget? with MenuWidgetGecko? for firefox.
public class MenuWidgetGecko extends MenuWidget { public MenuWidgetGecko() { this.addIssueButton.setText("add issue gecko"); } }I have no idea on how to bind MenuPresenter?.Display to MenuWidgetGecko? for user.agent gecko1_8.
Any thoughts?
Thanks, Kevin
The Ui Binder not run well. Any idea?
nice,