+-------------------+
| Scripting Example |
+-------------------+
This example demonstrates Mule's JSR-223 Scripting support.

For more information, refer to http://www.mulesoft.org/documentation/display/MULE3INTRO/Examples

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

    http://localhost:47493/change-machine?amount=2.42&currency=USD
    http://localhost:47493/change-machine?amount=2.42&currency=GBP

from your browser.

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

Depending on the build tool you are using (Ant or Maven), you can build the
example by simply running "ant" or "mvn".  This will download any additional
libraries, compile the example classes, produce a mule application called
mule-example-scripting.zip wich is automaticaly installed into $MULE_HOME/apps.

(If you are unable to download the libraries it may be because you are behind a
firewall and have not configured your build tool to use your HTTP proxy.  Please
refer to the following information.)
    Ant users:     http://ant.apache.org/manual-beta/proxy.html
    Maven users:   http://maven.apache.org/guides/mini/guide-proxies.html
