Project Group: org.mule.examples

All Mule examples

org.mule.examples : mule-examples-all

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.

Last Version: 3.5.0-bighorn

Release Date:

Loan Broker Example: Shared classes

org.mule.examples : mule-example-loanbroker-common

Umbrella for different variations of the Loan Broker example.

Last Version: 3.5.0-bighorn

Release Date:

Mule Echo Example

org.mule.examples : mule-example-echo

This 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.

Last Version: 3.5.0-bighorn

Release Date:

Hello Example

org.mule.examples : mule-example-hello

Shows how to configure multiple components to interact on a single request and how to manage event transformations.

Last Version: 3.5.0-bighorn

Release Date:

Stock Quotes Example

org.mule.examples : mule-example-stockquote

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.

Last Version: 3.5.0-bighorn

Release Date:

Last Version: 3.5.0-bighorn

Release Date:

CEP Example

org.mule.examples : mule-example-cep

This example is an adaptation of the Drools Stock Tick example to run inside Mule.

Last Version: 3.5.0-bighorn

Release Date:

GPS Walker Example

org.mule.examples : mule-example-gpswalker

Simulates plotting GPS coordinates. To run directly in Maven use the 'mvn exec:exec' command and go to http://localhost:8081/index.html

Last Version: 3.5.0-bighorn

Release Date:

Scripting Example

org.mule.examples : mule-example-scripting

A simple example that demonstrates Mule's JSR-223 Scripting support.

Last Version: 3.5.0-bighorn

Release Date:

Flight Reservation Example

org.mule.examples : mule-example-flight-reservation

This example simulates a flight reservation system using some of the new features added in Mule 3.3.

Last Version: 3.5.0-bighorn

Release Date:

Foreach Example

org.mule.examples : mule-example-foreach

This 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.

Last Version: 3.5.0-bighorn

Release Date:

Simple Loanbroker Example

org.mule.examples : mule-example-loanbroker-simple

A simple implementation of the loanbroker example from the Enterprise Integration Patterns book using the new constructs in Mule 3

Last Version: 3.5.0-bighorn

Release Date:

Loan Broker Example: Credit Agency EJB

org.mule.examples : mule-example-loanbroker-credit-agency

Umbrella for different variations of the Loan Broker example.

Last Version: 3.5.0-bighorn

Release Date:

Loan Broker ESN Example

org.mule.examples : mule-example-loanbroker-esn

The Loan Broker example application is based on the example presented in the Enterprise Integration Patterns book. This chapter of the book is available online so you can see a detailed description of the application here (http://www.eaipatterns.com/ComposedMessagingWS.html).

Last Version: 3.5.0-bighorn

Release Date:

Mule Examples

org.mule.examples : mule-examples

Mule Example Applications

Last Version: 3.5.0-bighorn

Release Date:

Error Handler Example

org.mule.examples : mule-example-errorhandler

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.

Last Version: 3.5.0-bighorn

Release Date:

GeoMail Example

org.mule.examples : mule-example-geomail

A web based example that plots incoming emails on a world map. This example demonstrates how to use Ajax events with Mule.

Last Version: 3.5.0-bighorn

Release Date:

Last Version: 3.5.0-bighorn

Release Date:

Notifications Example

org.mule.examples : mule-example-notifications

Demonstrates capturing and firing notifications and uses AJAX to send notifications to the browser.

Last Version: 3.5.0-bighorn

Release Date:

Loan Broker Example

org.mule.examples : mule-example-loanbroker-parent

Umbrella for different variations of the Loan Broker example.

Last Version: 3.5.0-bighorn

Release Date:

Last Version: 3.5.0-bighorn

Release Date:

Mule Example Launcher

org.mule.examples : mule-example-launcher

Launches simple examples from within a web application

Last Version: 3.3.0-EA

Release Date:

Loan Broker ESB Example

org.mule.examples : mule-example-loanbroker-esb

Umbrella for different variations of the Loan Broker example.

Last Version: 3.1.2

Release Date:

Bookstore Example: API

org.mule.examples : mule-example-bookstore-api

API classes needed to interface with the Bookstore.

Last Version: 3.0.0-RC2

Release Date:

Last Version: 3.0.0-RC2

Release Date:

Bookstore Example: Admin Webapp

org.mule.examples : mule-example-bookstore-admin-webapp

This is a webapp which runs inside the firewall and is used to manage the inventory of the bookstore.

Last Version: 3.0.0-RC2

Release Date:

Bookstore Example: Customer Webapp

org.mule.examples : mule-example-bookstore-webapp

This is a webapp which runs in the customer-facing DMZ and communicates with Mule via secure web services.

Last Version: 3.0.0-RC2

Release Date:

Web App Example

org.mule.examples : mule-example-webapp

Is a webapp that provides an interface to some of the examples here such as the LoanBroker, Hello World and Echo examples. It also provides examples of accessing Mule using REST style service calls and is itself an example of how to embed Mule in a webapp.

Last Version: 3.0.0-RC2

Release Date:

VOIP Service Example

org.mule.examples : mule-example-voipservice

The Voip Service example is taken from a Java.net featured article, Provisioning Services Through ESB (http://today.java.net/pub/a/today/2005/10/18/service-provisioning-through-esb.html) describes how to orchestrate services through abstraction, providing a VOIP provisioning example developed using Mule.

Last Version: 2.0.0-M2

Release Date:

Loan Broker Example

org.mule.examples : mule-example-loanbroker

The Loan Broker example application is based on the example presented in the Enterprise Integration Patterns book. This chapter of the book is available online so you can see a detailed description of the application here (http://www.eaipatterns.com/ComposedMessagingWS.html).

Last Version: 1.3.3

Release Date:

Loan Broker ESB Example

org.mule.examples : mule-example-loanbroker-esb-parent

Demonstrates the Loan Broker using a typical ESB architecture with a shared Message Bus and is based on the example presented in the Enterprise Integration Patterns book. This chapter of the book is available online so you can see a detailed description of the application here (http://www.eaipatterns.com/ComposedMessagingWS.html).

Last Version: 1.3.3

Release Date:

Loan Broker ESB Example: Credit Agency EJB

org.mule.examples : mule-example-loanbroker-esb-credit-agency

Demonstrates the Loan Broker using a typical ESB architecture with a shared Message Bus and is based on the example presented in the Enterprise Integration Patterns book. This chapter of the book is available online so you can see a detailed description of the application here (http://www.eaipatterns.com/ComposedMessagingWS.html).

Last Version: 1.3.3

Release Date:

  • 1