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.
Group: org.mule.examples - All Dependencies
Hello Example · Shows how to configure multiple components to interact on a single request and how to manage event transformations.
Mule Echo Example · 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.
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 ESN Example · 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).
Bookstore Example: API · API classes needed to interface with the Bookstore.
Scripting Example · A simple example that demonstrates Mule's JSR-223 Scripting support.
Notifications Example · Demonstrates capturing and firing notifications and uses AJAX to send notifications to the browser.
VOIP Service Example · 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.
CEP Example · This example is an adaptation of the Drools Stock Tick example to run inside Mule.
Mule Example Launcher · Launches simple examples from within a web application
Foreach Example · 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.
Simple Loanbroker Example · A simple implementation of the loanbroker example from the Enterprise Integration Patterns book using the new constructs in Mule 3
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.
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
Flight Reservation Example · This example simulates a flight reservation system using some of the new features added in Mule 3.3.
GeoMail Example · A web based example that plots incoming emails on a world map. This example demonstrates how to use Ajax events with Mule.