Cloud & Engineering

We regularly write about our technical experiences (good and bad) and what we're learning from the market.

  • There are no suggestions because the search field is empty.

Tags

Devendra Khanolkar

Devendra Khanolkar
Find me on:

Recent Posts

Jumpstarting Camel Blueprint Testing

Posted by Devendra Khanolkar on 09 March 2016

Testing, tech, blueprint, fuse, camel

Blueprint is a dependency injection framework specification for OSGi, standardized by the OSGi Alliance group. Apache Aries is one of the several implementations of this spec.

There are a couple ways you can get Camel to work with an OSGi framework -

  • Apache Aries Blueprint
  • Spring Dynamic Modules (aka Spring DM)

...

Continue reading

LDAP Security in Mule

Posted by Devendra Khanolkar on 26 February 2015

tech, mule, ldap, security

On a recent client engagement we adopted SOAP over HTTP as our preferred communication channel for Web Service consumers. Since the transport protocol was HTTP, our next requirement was to setup HTTP Basic Authentication and role-based authorization. We tend to prefer simpler transport-level authentication over...

Continue reading