On Wednesday, November 9, 2011 5:35:24 PM UTC+1, Thomas Broyer wrote:
>
> (I unfortunately don't have any real experience on this though, as we're 
> stuck with an old version of GWT before things were moved to web.bindery; 
> too many customizations –yes, you could say "abuses"– of RF that make it 
> hard to update)
>

FWIW, I shouldn't work on that Armistice Day (holiday in France), but this 
has been haunting me for weeks, so I took some time to (again) try to 
update our app to the latest and greatest (a.k.a. latest trunk).

I blindly replaced all EventBus, AutoBean and RequestFactory imports from 
com.google.gwt to com.google.web.bindery, then fixed the compile errors by 
using the FQCN on activity's start() method, and in a few places I had to 
revert to com.google.gwt.event.shared.HandlerRegistration (when using 
widget events, or defining our own widget events; where we used 
com.google.gwt.event.shared.GwtEvent).
That was enough to fix both javac and GWT Compiler. Now I have many 
server-side RequestFactory tweaks to port to the "new" RequestFactory; and 
that won't be that easy unfortunately...

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/fnYVC6l6d8UJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to