gautamaino / gwteventservice

Automatically exported from code.google.com/p/gwteventservice
Other
0 stars 0 forks source link

GWT1.6 compatibility #4

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Is the package completely GWT1.6 proof?

Original issue reported on code.google.com by Rvanlaak on 16 Apr 2009 at 9:50

GoogleCodeExporter commented 8 years ago
The GWT 1.6 library gives deprication warnings with the library in combination 
with
the Google GWT Eclipse plugin. ( http://code.google.com/intl/nl/eclipse/ TIP! )

When the plugin is installed, the attached project should work out of the box...

1. Unzip
2. Import existing project
3. Run as Web Application

Original comment by Rvanlaak on 21 Apr 2009 at 8:16

Attachments:

GoogleCodeExporter commented 8 years ago
GWTEventService 1.0 is compatible with GWT 1.6. The deprecation warnings does 
only
appear in the DemoConversationApp (deprecation for parts of the GUI 
components). That
will be revised with version 1.0.1.

Original comment by sven.strohschein@googlemail.com on 22 Apr 2009 at 10:17

GoogleCodeExporter commented 8 years ago

Original comment by sven.strohschein@googlemail.com on 22 Apr 2009 at 10:17

GoogleCodeExporter commented 8 years ago
Moved to version 1.1, because the downward compatibility to GWT 1.5 will get 
lost for
the demo applications. The changes will require the usage of handlers instead of
listeners (for e.g. ClickHandler instead of ClickListener) and handlers aren't
available with GWT 1.5.

Fixed in trunk version.

Original comment by sven.strohschein@googlemail.com on 23 Apr 2009 at 9:00

GoogleCodeExporter commented 8 years ago

Original comment by sven.strohschein@googlemail.com on 25 Apr 2009 at 6:24