Project Modules

This project has declared the following modules:

NameDescription
All Mule examplesThis 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 ExampleBookstore Example App
CEP ExampleThis example is an adaptation of the Drools Stock Tick example to run inside Mule.
Mule Echo ExampleThis example shows how to add message processing components, in this example Logger and Echo, to a Flow. By doing so, you can perform custom logging in your Mule application. Logging is useful to introspect the current message and create logging events for your specific needs.
Error Handler ExampleDemonstrates 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 ExampleA web based example that plots incoming emails on a world map. This example demonstrates how to use Ajax events with Mule.
GPS Walker ExampleSimulates plotting GPS coordinates. To run directly in Maven use the 'mvn exec:exec' command and go to http://localhost:8081/index.html
Hello ExampleShows how to configure multiple components to interact on a single request and how to manage event transformations.
Loan Broker BPM Example-
Simple Loanbroker ExampleA simple implementation of the loanbroker example from the Enterprise Integration Patterns book using the new constructs in Mule 3
Flight Reservation ExampleThis example simulates a flight reservation system using some of the new features added in Mule 3.3.
Foreach ExampleThis example demonstrates how to use Foreach to add information to each message in a collection using some of the new features of Mule 3.3.
Notifications ExampleDemonstrates capturing and firing notifications and uses AJAX to send notifications to the browser.
Scripting ExampleA simple example that demonstrates Mule's JSR-223 Scripting support.
Stock Quotes ExampleThis 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 ExampleUmbrella for different variations of the Loan Broker example.