+-----------------------+
| 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/MULE3EXAMPLES/Notifications+Example

+---------------------+
| 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 following
URI in your browser:

    http://localhost:8082/services/notifications/index.html

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