+-----------------------+
| Notifications Example |
+-----------------------+
This example demonstrates capturing and firing notifications and uses AJAX to
send notifications to the browser.

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-notifications.zip)
to the application folder ($MULE_HOME/apps) and start Mule. Open the URL

    http://localhost:8082/services/notifications/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

Depending on the build tool you are using (Ant or Maven), you can  build the 
example by simply running "ant" or "mvn".  This will compile the example classes
and produce a zip file that can be copied into the application folder 
($MULE_HOME/apps).
