GWT-OpenLayers is a Java wrapper for the OpenLayers JavaScript API. It allows GWT projects to use the OpenLayers JavaScript API.
GWT-OpenLayers takes full advantage of the amazing OpenLayers JavaScript API. On behalf of GWT Developers... Thank You for producing such an amazing piece of software that we Java developers wrap and use in our native language.
Visit http://openlayers.org.
Since 0.5, GWT-Openlayers has been a Maven project and is released to central (via sonatype). Use the following dependency:
<dependency> <groupId>org.gwtopenmaps.openlayers</groupId> <artifactId>gwt-openlayers-client</artifactId> <version>1.1-SNAPSHOT</version> </dependency>