ParaNamer Maven plugin
ParaNamer Ant tasks
ParaNamer Generator
A Doxia module for Xhtml source documents.
A Doxia module for Almost Plain Text source documents.
A Doxia module for iText source documents.
A Doxia module for Xdoc source documents.
A component to write books like user manuals and guides in any format supported by Doxia.
A Maven plugin for Doxia.
A Doxia module for Rich Text Format source documents.
A Doxia module for LaTeX source documents.
A Doxia module for FML source documents.
A Doxia module for Docbook source documents.
A Doxia module for Twiki source documents.
Doxia core classes and interfaces.
Doxia modules for several markup languages.
Doxia Sink API.
Doxia is a content generation framework that provides powerful techniques for generating static and dynamic content, supporting a variety of markup languages.
A Doxia module for Confluence source documents.
Spring's controller framework for implementing reusable UI flows
Spring's module for developing rich web applications using JSF
Spring's module for decorating web pages with behaviors using leading JavaScript toolkits
The Spring Data Binding Framework: An utility module used by other Spring projects
Standard Maven wagon support for s3:// urls
A Java library for parsing command line options
This EasyBeans extension provides a JAX-WS 2.0 web service container based on Apache CXF (http://cxf.apache.org).
OpenHMS Common Utilities
Archetype for Mule 1.4 and above transport projects.
Extended Bobber Custom Archetype Creator
A tool for generating visual representations of configuration Xml config files
Tools for building and working with Mule projects.
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.
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.
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.
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.
A simple example that demonstrates Mule's JSR-223 Scripting support.
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).
Umbrella for different variations of the Loan Broker example.
Shows how to configure multiple components to interact on a single request and how to manage event transformations.
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.
Is a simple component example that demostrates how to expose a component over multiple transports (soap and stream).
Mule Example Applications
This is a meta pom for referencing all transports as once as needed by various mule distributions we publish
A Mule transport that enables event sending and receiving over XMPP (Jabber).
A Mule transport for Quartz. This transport supplies a receiver for jobs scheduled with Quartz.
Adds Oracle-specific functionality to the standard Mule JMS transport.
A Mule transport for Udp Multicasting. This transport supplies a Multicast Data Packet dispatcher and client implementation.
A Mule transport for Udp Connectivity. This transport supplies a Udp Data Packet dispatcher and client implementation.
Classes which allow Mule to integrate with JBoss jBPM via the BPM Connector.
A Mule transport for JDBC connectivity.
Allows JBI components to interact with Mule. Note this is different from Mule-JBI, which is a JBI (JSR-208) implementation based on the Mule framework.
A Mule transport for Ftp Connectivity.
A Mule transport for Email Connectivity. This transport supplies a Pop3 connector, Smtp connector and a Mail connector which is an aggregation of the two.
A Mule transport for Ejb Connectivity that allows you to invoke an ejb object using an endpoint.
A Mule transport for RMI Connectivity.
Allows Mule events to initiate and/or advance processes in an external or embedded Business Process Management System (BPMS). It also allows executing processes to generate Mule events.
This is a meta module that allows easy referencing of all modules. This is needed in our various distributions we publish.
Mule WS-Security uses Apache's WSS4J and XFire's WSS4JHandlers to secure WebServices using SOAP
A Mule transport for Soap Connectivity using Axis.
A Mule transport for SOAP connectivity using XFire, a STaX-based SOAP stack.
A Mule transport for Jms Connectivity.
A Mule transport for SOAP connectivity. The transport will use Axis, Glue or XFire depending on which is on the classpath.
Support for Scripting Mule Services and embedding Mule inside scripts
Provides extensions to use PicoContainer with Mule, such as using the container as a factory for Mule managed objects.
A Mule implementation of PGP security using cryptix libraries.
A Mule transport for File Connectivity. This transport allows files to be read and written to directories on the local file system. The transport can be configured to filter the file it reads and the way files are written, such as whether binary output is used or the file is appended to.
Support for filtering events using OGNL notation.
Provides access to the Jotm transaction manager for User and Xa transactions.
A Resource Adapter implementation that allows a Mule instance to be deployed to a JBoss application server and exposes Mule services via the JCA connector architecture.
A Resource Adapter implementation that allows a Mule instance to be deployed to a Java EE application server and exposes Mule services via the JCA connector architecture.
Sources and resources for a Resource Adapter
This module is the parent for the core jca module (jca-core) and all appserver specific jca modules. It serves mainly as a container for dependencies which are common to all jca modules
Mule Jaas Support exposes Jaas Authentication providers and Method interceptors to authentication event traffic via endpoints.
Provides extensions to use HiveMind with Mule, such as using the container as a factory for Mule managed objects.
Classes used to boot up the Mule server
Mule Acegi Support exposes Acegi Authentication providers and Method interceptors to authentication event traffic via endpoints and method level authorisation on components.
Provides extensions to use the Spring framework with Mule such as utilising the the Spring container to build components managed by Mule.
A Mule transport for Http Connectivity. This transport supplies a simple Http Server implementation.
A Mule transport used as the interface to Java's System.out and System.in objects, typically for testing purposes.
A Mule transport for Socket connectivity using SSL authentication. This transport supplies a tcp Server and client implementation over SSL.
A Mule transport for Tcp Connectivity. This transport supplies a tcp Server and client implementation.
A Mule transport that enables event sending and receiving over VM or embedded memory queues. These queues can be persistent or transient.