This project has declared the following modules:
Name | Description |
---|---|
All Mule examples | This module does not publish any content itself, it's just a shorthand for referencing all examples at once. This is needed in the various distributions we package where we either nedd to include or exclude all examples. |
Bookstore Example | Bookstore Example App |
CEP Example | This example is an adaptation of the Drools Stock Tick example to run inside Mule. |
Echo Example | Is a simple component example that demonstrates how to expose a component over multiple transports (soap and stream). |
Error Handler Example | Demonstrates using Spring as the external container to provide the objects managed by Mule and how to publish events to multiple outbound endpoints. The example consists of two components; ExecptionManager and BusinessErrorManager. |
GeoMail Example | A web based example that plots incoming emails on a world map. This example demonstrates how to use Ajax events with Mule. |
GPS Walker Example | Simulates plotting GPS coordinates. To run directly in Maven use the 'mvn exec:exec' command and go to http://localhost:8081/index.html |
Hello Example | Shows how to configure multiple components to interact on a single request and how to manage event transformations. |
Loan Broker BPM Example | - |
Simple Loanbroker Example | A simple implementation of the loanbroker example from the Enterprise Integration Patterns book using the new constructs in Mule 3 |
Notifications Example | Demonstrates capturing and firing notifications and uses AJAX to send notifications to the browser. |
Scripting Example | A simple example that demonstrates Mule's JSR-223 Scripting support. |
Stock Quotes Example | This example demonstrates how to invoke an ASPX web service from Mule and transform the result using XSLT and deserialise the result to a StockQuote javabean. The examples demonstrates invoking the service using REST and SOAP. |
Loan Broker Example | Umbrella for different variations of the Loan Broker example. |
Mule Example Launcher | Launches simple examples from within a web application |