Nov 25
Often I ask myself: would it possible to build and/or deploy an integration solution such as an ESB on a PAAS platform, so create your Integration-As-A-Service solution from the binaries?
Obviously the first point would be to start from the right PAAS provider that offers enough freedom (e.g. regarding protocol such as SFTP), does not put too much constraints threading and usable libraries.
Optionally the PAAS providers also come with a decent, built-in queuing solution. Learned e.g. during the Spring University talk at Devoxx 2011 about support of CloudFoundry for RabbitMQ.
But while looking for a decent comparision of PAAS providers, didn’t get further than this comparison and the DeveloperWorks article.
PS: Integration As A Service of IAAS is not yet known on Wikipedia!
Nov 18
Google is bringing two-factor authentication to the masses: the Google Authenticator project. This is an open source implementation of pluggable authentication modules (PAM) and one time password generators for mobile devices.

One time password (OTP) are often small dongles. RSA, Vasco and Yubico are well known vendor of this hardware (with RSA getting hacked recently).
Google itself has two-step authentication already for a while. The two-step authentication uses an SMS of voice call to send an 6 digit code. For a while now, Google is using the one time password generators on mobile devices itself (although I can’t get it working for my own Google account).
Also other are adopting it, e.g. Lastpass is also supporting Google authentic
ator. To be clear, Google is not used for the actual authentication, only the (open source) implementation of Google is used.
Nov 14
Triggered by the upcoming Devoxx conference, I did some reading last weekend. With Fri Nov 11 as a national holiday in Belgium – because of the end of World War I – I had some extra time. Looked a bit into most recent development around HTML 5 and Android development.
Quickly I ended up diving deeper into REST. Must confess that I was very WS-* minded and was not really impressed by REST initially. But with the incompleteness of WS-* and the success of REST, I’m changing my mind.
So I ended up browsing through the book “Restful Java with JAX-RS“. This REST stuff triggered me into looking into different REST API’s, including the one from Dropbox. And Dropbox security is based on OAuth, which triggered me to dive (back) into OAuth.
Looked for an OAuth book on Safari and Amazon, but none (yet?) avaialble. So I ended up re-reading chapter 9 of the the book “REST in practice“. By the way, very good book, I like it. Some great links while looking around:
- The introduction on OAuth
- Good OAuth introduction by Yahoo
- Google Oauth Playground, so see OAuth live in action
While looking into OAuth, I started making the comparison with WS-Security and SAML in particular. With OAuth, no XML signing nor XML canonicalization, the option to use HMAC instead of keypairs and certificates. So simpler, but not simple!
Note: one of my I8C colleagues (Kim) just finished a project on DataPower appliance to implement OAuth support