hot-topics mule and the cloud what's new in mule 3 apache tomcat tips and tricks developer tools

Pattern-Based Configuration: Hello Web Service Proxy!

David Dossot on Wednesday, September 29, 2010

After the introduction of Simple Service, the configuration patterns series continues! The second pattern we would like to introduce is Web Service Proxy. Proxying web services is a very common practice used for different reasons like security or auditing. This pattern allows a short and easy configuration of such a proxy.

Pattern-Based Configuration: Hello Simple Service!

David Dossot on Tuesday, September 28, 2010

As announced before, Mule 3 will offer pattern-based configuration artifacts that will allow you to perform common configuration tasks with the least amount of XML. This first post opens the series where each of these patterns will be introduced. The first configuration pattern we’d like to present is called: Simple Service. Its goal is as [...]

Sweet XML: How pattern-based configuration will sugarize your Mule

David Dossot on Wednesday, September 1, 2010

Configuring Mule involves XML, and though using a decent XML editor can help a lot (thanks to the contextual help it provides from Mule’s schemas), there is still a enough angle brackets to warrant a coffee break as projects get more complicated. As the number of services in a Mule project increases, so does the amount [...]

Including Files Into Tomcat’s server.xml Using XML Entity Includes

jasonb on Thursday, April 29, 2010

Once in a while I get questions about whether Apache Tomcat implements a way to include other files in server.xml, Tomcat’s main configuration file.  The answer is that there is a way to do it, and that Tomcat didn’t have to implement a new feature for it to work.  The way to do it is: [...]

LegStar for Mule Patterns

fady.moussallam on Tuesday, July 7, 2009

Introduction A pattern is a generic solution to a generic problem that is likely to occur over and over again. Patterns, for the purpose of this article, form a language that system designers can use like recipes: “if you find this type of problem, then you can apply this type of solution”. In the domain [...]