On 30 nov, 19:52, Eric <[email protected]> wrote:
> The GWT Incubator event hierarchy differs from the GWT 1.7.1 event
> hierarchy.  GWT 1.7.1 GwtEvents have a type, defined as
> com.google.gwt.event.shared.GwtEvent.Type<H>, where H extends
> EventHandler.  Gwt Incubator events have a type that extends
> com.google.gwt.gen2.event.shared.AbstractEvent.Type<EventType,HandlerType>.
>
> I have not seen the GWT 2 code yet, and I'd like to know if the
> developers intend to merge the incubator event code into GWT 2, if
> that will wait for a later version, or if that will be abandoned. I'm
> especially concerned because I don't know whether GWT-Dispatch and GWT-
> Presenter will work with the incubator-style code. I'm pretty sure
> that won't now.
>
> I'm porting an app from 1.5.3 to 1.7.1.  I'd hate to waste a lot of
> effort when I then port to 2.0 next year.

Event handling in the Incubator were the "prototype" of eent handling
in GWT 1.6+ (that's where the "incubated" before bing moved to GWT
"core" ;-) )
So event handling won't change in GWT 2.0 (I can assure you I just
changed from 1.7.0 to 2.0 MS1 two months ago without a single change
in my code and without a single warning in my code; we've followed all
2.0 versions to date –MS2, then RC and now RC2– without the need to
update our code, except for the few cases where we were working around
bugs or limitations of previous versions of GWT)

--

You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
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