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.
Echo ExampleIs a simple component example that demonstrates how to expose a component over multiple transports (soap and stream).
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
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.
Mule Example LauncherLaunches simple examples from within a web application