You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@sling.apache.org by Justin Edelson <ju...@gmail.com> on 2010/07/31 02:41:30 UTC

[ANN] Apache Sling GWT Integration version 3.0.0 Released

The Apache Sling team is pleased to announce the release of Apache Sling
GWT Integration version 3.0.0

Apache Sling GWT Integration allows for Google Web Toolkit (GWT) RPC
services to be deployed within a Sling application.

This release is available from
http://sling.apache.org/site/downloads.cgi and Maven:

<dependency>
    <groupId>org.apache.sling</groupId>
    <artifactId>org.apache.sling.gwt.servlet</artifactId>
    <version>3.0.0</version>
</dependency>


Release Notes:

** Improvement
    * [SLING-1524] - Upgrade GWT Extension to 2.0.3
    * [SLING-1604] - Upgrade GWT Extension to 2.0.4

Enjoy!

-The Sling team