+--------------------+
| GPS Walker Example |
+--------------------+
This example demonstrates how to use AJAX to communicate from a Mule Service to the browser. This example uses other new features in Mule 3 including automatic JSON bindings, the @Schedule annotation and Flow.

For more information, refer to http://www.mulesoft.org/documentation/display/MULE3INTRO/GPS+Walker+Example

+---------------------+
| Running the example |
+---------------------+
Simply copy the pre-built application archive (mule-example-gpswalker.zip) to the
application folder ($MULE_HOME/apps) and start Mule. To access the web service 
invoke

    http://localhost:8081/services/gps/index.html

from your browser.

+----------------------+
| Building the example |
+----------------------+
First, make sure you have set the MULE_HOME environment variable as recommended
in Mule's README.txt

You can build the example by simply running "mvn".  This will compile the example 
classes and produce a zip file that will be copied into the application folder 
($MULE_HOME/apps).
