SVN Repository

The official repository is located at http://svn.gridway.org/gridway-gmaps

Check it out!

svn co http://svn.gridway.org/gridway-gmaps/trunk gridway-gmaps

Instructions for developers

Install GWT

This is a Java project developed using the Google Web Toolkit framework. The best way to use it is through the Google Plugin for eclipse.
You need to install GWT, following the instructions provided by google.

The GWT version used for the development is 1.7.0, it you are using a newer version you may have to check for incompatibilities.

Install additional libraries

In order to build the project, you need to download and add the following libraries to the project's build path.
Note: as explained in the installation guides, you should add them to the projectName.gwt.xml file. But they are already in the GridWayMap.gwt.xml file, so you only have to add them to the Java project's build path.

Google maps API library for GWT

version used: 1.0.4
http://code.google.com/docreader/#p=gwt-google-apis&s=gwt-google-apis&t=Maps

AjaxLoader library

version used: 1.0.0
http://code.google.com/docreader/#p=gwt-google-apis&s=gwt-google-apis&t=AjaxLoader

GWT incubator

The GWT incubator contains GWT widgets and libraries before they are added to the core distribution.
In the GridWay + Google Maps mashup project the ScrollTable widget is used, so if you a using a GWT version higher than 1.7.0, you may have that widget already (in that case some refactoring may be needed).

version used: july-14-2009
http://code.google.com/p/google-web-toolkit-incubator/

Set your environment

While developing, you can use the demo samples, or you may want to monitor a GridWay instance.
Please read the project's homepage to find how to setup your environment.