GWT Callback

GWT Callbacks used in various scenarios (GWT-RPC, JSON-P)

License

License

Categories

Categories

GWT (Google Web Toolkit) User Interface Web Frameworks
GroupId

GroupId

org.gwtproject.callback
ArtifactId

ArtifactId

gwt-callback
Last Version

Last Version

1.0.0-RC1
Release Date

Release Date

Type

Type

gwt-lib
Description

Description

GWT Callback
GWT Callbacks used in various scenarios (GWT-RPC, JSON-P)
Project URL

Project URL

https://github.com/gwtproject/gwt-callback
Project Organization

Project Organization

The GWT Project Authors
Source Code Management

Source Code Management

https://github.com/gwtproject/gwt-callback/tree/master

Download gwt-callback

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

GWT Callback

GWT3/J2CL compatible License Chat on Gitter CI

A future-proof port of the com.google.gwt.user.client.rpc GWT module, with no dependency on gwt-user (besides the Java Runtime Emulation), to prepare for GWT 3 / J2Cl.

Migrating from com.google.gwt.user.client.AsyncCallback

  1. Add the dependency to your build.

    For Maven:

    <dependency>
      <groupId>org.gwtproject.callback</groupId>
      <artifactId>gwt-callback</artifactId>
      <version>HEAD-SNAPSHOT</version>
    </dependency>

    For Gradle:

    implementation("org.gwtproject.callback:gwt-callback:HEAD-SNAPSHOT")
  2. Update your GWT module to use

    <inherits name="org.gwtproject.callback.AsyncCallback" />
  3. Change the imports in your Java source files:

    import org.gwtproject.callback.client;

Instructions

To build the module:

  • run mvn clean verify

on the parent directory.

System Requirements

GWT Callback requires GWT 2.8.2 or greater!

Dependencies

GWT Callback does not depend on any other module.

org.gwtproject.callback

GWT

Versions

Version
1.0.0-RC1