My understanding is that: > > - these projects/classes are builtin in GWT 2.9 > > Their old, non J2CL compatible versions are buildin in GWT 2.9. No changes are made here.
> Is it possible to start preparing now with GWT 2.9 before GWT 3? Maybe if > we drop gwt-user from the dependencies and include these mini gwt-project* > ? Or it is not supposed to work like that? > gwt-user code is still in package com.google.gwt while the package for the various small gwt-* projects is org.gwtproject. So you would add the small projects to your class path and then update your imports in your project to point to the new classes / projects. You would continue to do that with all the other upcoming gwt-* projects until your projects does not use any com.google.gwt imports anymore. Then you can drop gwt-user.jar. The projects above should be relatively easy to integrate into your app. Maybe gwt-events needs a little more work since you generally want your own custom events to move away from GwtEvent / EventHandler as both are not required. -- J. -- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit-contributors/b95a95fa-460d-482c-9374-b7b405309024%40googlegroups.com.
