
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.
Filed under: Mule ESB by David Dossot on Wednesday, September 29, 2010 | Social tagging: configuration > Mule ESB > patterns
13 Comments »

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 [...]
Filed under: Mule ESB by David Dossot on Tuesday, September 28, 2010 | Social tagging: configuration > Mule ESB > patterns
5 Comments »

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 [...]
Filed under: Mule ESB by David Dossot on Wednesday, September 1, 2010 | Social tagging: configuration > Mule 3 > Mule ESB > patterns > XML
2 Comments »

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: [...]
Filed under: Tomcat / Tcat Server by jasonb on Thursday, April 29, 2010 | Social tagging: Agile > configuration > howto > server.xml > tomcat tip
8 Comments »

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 [...]
Filed under: Mule ESB, MuleForge by fady.moussallam on Tuesday, July 7, 2009 | Social tagging: configuration > howto > LegStar
4 Comments »