gwt-gae-channel-1.0-20010325

compared with
Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (3)

View page history
h2. How To use
h3. Declare dependency (available from Artifactory)

{code:xml}
<!--
===========================================
CHANNEL API
===========================================
-->
<dependency>
<groupId>gwt-gae-channel</groupId>
<artifactId>gwt-gae-channel</artifactId>
<version>1.0-20010325</version>
</dependency>

{code}

h3. Inherit gwt module

In your GWT descriptor you have to include the following *inherit* declaration
{code:xml}
{code:xml|title=GWT module}
<inherits name="com.google.gwt.appengine.channel.Channel"/>
{code}