+-----------------------+
| 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/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 |
+----------------------+
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).
