Repository

Artifacts/Jars

Popular Tags

ajax analysis annotations ant apache api archetype aspect asynchronously beans binding bpm build buildsystem bytecode cache cms codecoverage codehaus collections concurrency container database directory distributed doc eclipse ejb esb format framework graph graphics hadoop hibernate html http ide imap io jbi jdbc jdo jini jms jmx jndi jsf jsp language logging mail maven metadata microsoft mock net osgi parser pdf persistence plugin pool portal portlet query regexp rmi rpc rss ruleengine scheduling scm scripting security server servlet soa soap socket spring ssh svg swt system taglib template testing transaction ui web webdav webframework webserver webservice workflow xml xquery xslt

[See All Tags]
home » org.mule.examples

Group: org.mule.examples



Artifact Last Version Popularity Description
mule-example-loanbroker-common (50)
Loan Broker Example: Shared classes
3.4.0
mule-example-loanbroker-common-tests (50)
Loan Broker Example: Shared classes for unit tests
3.4.0
mule-example-hello (50)
Hello Example
3.4.0 Shows how to configure multiple components to interact on a single request and how to manage event transformations.
mule-example-echo (50)
Mule Echo Example
3.4.0 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.
mule-example-stockquote (50)
Stock Quotes Example
3.4.0 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.
mule-examples-all (48)
All Mule examples
3.4.0 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.
mule-example-loanbroker-credit-agency (50)
Loan Broker Example: Credit Agency EJB
3.4.0
mule-example-loanbroker-esn (50)
Loan Broker ESN Example
3.4.0 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).
mule-example-scripting (50)
Scripting Example
3.4.0 A simple example that demonstrates Mule's JSR-223 Scripting support.
mule-example-errorhandler (50)
Error Handler Example
3.4.0 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.
mule-example-loanbroker-bpm (45)
Loan Broker BPM Example
3.4.0
mule-example-loanbroker-esb (41)
Loan Broker ESB Example
3.1.2
mule-example-bookstore (19)
Bookstore Example
3.4.0 Bookstore Example App
mule-example-bookstore-api (12)
Bookstore Example: API
3.0.0-M4 API classes needed to interface with the Bookstore.
mule-example-gpswalker (25)
GPS Walker Example
3.4.0 Simulates plotting GPS coordinates. To run directly in Maven use the 'mvn exec:exec' command and go to http://localhost:8081/index.html
mule-example-loanbroker-simple (14)
Simple Loanbroker Example
3.4.0 A simple implementation of the loanbroker example from the Enterprise Integration Patterns book using the new constructs in Mule 3
mule-example-notifications (25)
Notifications Example
3.4.0 Demonstrates capturing and firing notifications and uses AJAX to send notifications to the browser.
mule-example-cep (14)
CEP Example
3.4.0 This example is an adaptation of the Drools Stock Tick example to run inside Mule.
mule-example-launcher (9)
Mule Example Launcher
3.3.0-EA Launches simple examples from within a web application
mule-example-voipservice (13)
VOIP Service Example
2.0.0-M2 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.
mule-example-loanbroker-esb-credit-agency (5)
Loan Broker ESB Example: Credit Agency EJB
1.3.3
mule-example-flight-reservation (5)
Flight Reservation Example
3.4.0 This example simulates a flight reservation system using some of the new features added in Mule 3.3.
mule-example-foreach (5)
Foreach Example
3.4.0 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.
mule-example-loanbroker-parent (50)
Loan Broker Example
3.4.0 Umbrella for different variations of the Loan Broker example.
mule-examples (56)
Mule Examples
3.4.0 Mule Example Applications
mule-example-webapp (34)
Web App Example
3.0.0-M4 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.
mule-example-loanbroker (5)
Loan Broker Example
1.3.3 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).
mule-example-loanbroker-esb-parent (5)
Loan Broker ESB Example
1.3.3 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).
mule-example-bookstore-webapp (12)
Bookstore Example: Customer Webapp
3.0.0-M4 This is a webapp which runs in the customer-facing DMZ and communicates with Mule via secure web services.
mule-example-bookstore-parent (12)
Bookstore Example
3.0.0-M4 Bookstore Example App
mule-example-bookstore-admin-webapp (12)
Bookstore Example: Admin Webapp
3.0.0-M4 This is a webapp which runs inside the firewall and is used to manage the inventory of the bookstore.
mule-example-geomail (30)
GeoMail Example
3.4.0 A web based example that plots incoming emails on a world map. This example demonstrates how to use Ajax events with Mule.