How to test multiple interfaces of a widget in MVP ?

2011-10-21 Thread Leonel Gayard
Hi, I'm following the MVP pattern as described in the tutorials and in to Ray Ryan's talk in Google IO 2009. I hit an issue when it comes to testing a widget that implements more than one interface. Suppose you have a view for displaying, say, contact information; the view has a checkbox,

What was Direct-Eval RPC, and why didn't it work ?

2011-09-27 Thread Leonel Gayard
The documentation mentions a feature called Direct-Eval RPC[1], saying it didn't work as planned, and is now discouraged. What was it, and why is it now considered a bad idea ? [1]: http://code.google.com/webtoolkit/doc/latest/DevGuideServerCommunication.html#DevGuideDeRPC -- You received

In what order are the methods of ValueAwareEditor called ?

2011-09-20 Thread Leonel Gayard
Hi, I have a custom widget that implements ValueAwareEditor[1]. In what order are the methods setEditorDelegate(), setValue(), subscribe() and flush() called ? Are they called before or after methods setValue in the sub-editors are called, for each property of the bean ? More specifically,

What's the version of Jetty in gwt-dev.jar ?

2011-09-08 Thread Leonel Gayard
Title says it all. What version of Jetty is included in gwt-dev.jar ? Also, did it change over the latest versions of GWT ? From GWT 2.0 to bleeding-edge 2.4, which versions of Jetty are bundled in each ? Thanks, Leonel -- You received this message because you are subscribed to the Google