by Claude | Oct 12, 2012 | Apache CXF, Mule
Mule is frequently used for proxying Web Service requests and replies. It’s quite possible we want to have SOAP requests validated before they are proxied. For example, according to the service’s WSDL, a request such as the following is invalid because the...
by Claude | Jul 18, 2012 | Mule, REST
Normally, a RESTful interface in Mule 3.2 is created using the Jersey Module. Adding the Jersey framework to your application may be an overkill for simple RESTful interfaces. Apart from this, Mule and Jersey don’t play well together when you try to move message...
by Claude | Jun 13, 2012 | Mule
When visiting our GitHub page, among our open source projects you’ll discover one called mule-module-iso8583. This project has been sitting there for quite a while but we never had the opportunity to talk about it. That is, until now :). ISO 8583 is a specification...
by Claude | May 18, 2012 | Android, Cordova, jQuery Mobile
These past few months I’ve been busy learning Cordova (a.k.a. PhoneGap) and jQuery Mobile (JQM) for a top-secret project we’re working on :P. One of the challenges I came across using these technologies is transitioning from one page container to another when the...
by Claude | Mar 20, 2012 | Bonita, Java
Bonita Open Solution end-users interact with forms to input and view process data as well as execute tasks. Sometimes we’ll want to change the appearance of these forms. While Bonita Studio allows us to modify the form HTML presented to the user, one might not...