
evangelina.martinez on Friday, December 2, 2011
You might have noticed that under certain circumstances Mule will add its own Soap Headers to the CXF calls. This can be a problem in some situations. For example, let’s say I’m communicating with a remote web service that is not expecting these extra headers. This will probably result in a validation failure and leave [...]
Filed under: Mule ESB, Mule iON by evangelina.martinez on Friday, December 2, 2011 | Social tagging: CXF > Mule ESB > Mule Tip
No Comments »

john.demic on Wednesday, November 30, 2011
Validating data can be easy with Mule if your message payloads are in certain formats. XML payloads, for instance, can be verified for correctness via XML schema or XPath filters. Payload type filters and OGNL expression evaluation can go a long way in asserting your POJO payloads are correct. Payloads with less structure, like Map or [...]
Filed under: Mule ESB, Mule iON, MuleForge by john.demic on Wednesday, November 30, 2011 | Social tagging: developer tools > DevKit > how to > Mule ESB
No Comments »

Mateo Almenta Reca on Tuesday, November 15, 2011
We are pleased to announce the Beta Milestone 5 release of Mule Studio, the graphical design tool for Mule ESB. At its core, it is based on the Eclipse Development Platform which many developers are already familiar with. But we have added significant functionality to it to achieve a very tight integration to Mule ESB. This makes [...]
Filed under: Mule ESB, MuleSoft by Mateo Almenta Reca on Tuesday, November 15, 2011 | Social tagging: developer tools > Eclipse > Mule 3 > Mule ESB > Mule Studio
8 Comments »

Ross Mason on Thursday, November 3, 2011
The recently introduced PubSubHubbub module opened the door to server-push web-based integration with Mule. This approach, which is more resource friendly than the traditional pull integration that relies on polling resources, is currently gaining a lot of traction as is the industry is moving towards realtime and streaming web APIs. In this blog, we’ll discover you how easy [...]
Filed under: Mule ESB, Mule iON by Ross Mason on Thursday, November 3, 2011 | Social tagging: Mule ESB > Mule iON > PubSubHubBub
2 Comments »

Emiliano Lesende on Tuesday, November 1, 2011
We spent a good portion of 2011 working about our Cloud Connect initiative. That initiative has brought us the wonderful Cloud Connect DevKit, a brand-new MuleForge and lots of cloud connectors. We are extremely pleased with how all turned out and we think that the Cloud Connect DevKit played a huge part into the success [...]
Filed under: Mule ESB, Mule iON, MuleForge by Emiliano Lesende on Tuesday, November 1, 2011 | Social tagging: Cloud Connect > developer tools > DevKit > Filter > ion > JAXB > Mule ESB > POJO > Transformer
10 Comments »

David Dossot on Wednesday, October 26, 2011
In the vast majority of cases, HTTP requests are processed synchronously: the operation that the client wants to perform on the targeted resource is executed by the same thread and the result is returned right away. This is usually done by connecting the HTTP layer directly to the service layer. This post demonstrates a slightly different [...]
Filed under: Mule ESB by David Dossot on Wednesday, October 26, 2011 | Social tagging: configuration > http > jms > Mule ESB > pattern
4 Comments »

Ross Mason on Tuesday, October 25, 2011
I wrote an article recently on InfoQ about how REST replaced SOAP on the web. The comments rolled in and I found myself if a debate that I have had many times before – “why do I need an integration platform?” There are a number of answers to this, but stripping features away the key [...]
Filed under: Mule ESB, Tech Ramblings by Ross Mason on Tuesday, October 25, 2011 | Social tagging: concepts > loose coupling > Mule 3 > Mule ESB
7 Comments »

Eugene Berman on Friday, October 21, 2011
Jasypt is an open source Java library which provides basic encryption capabilities using a high-level API. This library can be used with Mule to avoid clear text passwords for connectors and endpoints.First, download the latest Jasypt distribution, unpack it and copy icu4j and jasypt jars to MULE_HOME/lib/user directory.
Filed under: Mule ESB by Eugene Berman on Friday, October 21, 2011 | Social tagging: Jasypt > Mule 3 > Mule ESB > Security
No Comments »

Ross Mason on Wednesday, October 19, 2011
Who doesn’t know about Redis? It’s harder and harder to find someone giving a positive answer to this question as the popularity of this key/value store is constantly increasing. With an extensive support for diverse data structures, file-based persistence, a publish/subscribe engine and an upcoming (and highly anticipated) support for clustering, it is indeed not [...]
Filed under: Mule ESB, MuleForge by Ross Mason on Wednesday, October 19, 2011 | Social tagging: Connector > Mule ESB > MuleForge > Redis
No Comments »

Ross Mason on Monday, October 10, 2011
I think most agree that this years JavaOne had turned a corner. The dark cloud over the future of Java under Oracle’s stewardship had lifted and there was a lot more interesting things happening with the platform. The hot topic was Java 7, and its EE counterpart. Walking away from the conference I had some [...]
Filed under: Mule ESB, Mule iON, Tech Ramblings by Ross Mason on Monday, October 10, 2011 | Social tagging: javaone11 > Mule ESB > Mule iON
2 Comments »