Importing components into Mule

Bootstrapping component technologies into Mule can be accomplished using Spring beans. In the example below we demonstrates how to pull in Mule flows from a common component and changing the behavior of database caching to utilize C3P0. The import-resource XML stanza looks on the classpath for a resource named common-flows.xml. In our case, the common …