Feb 5, 2015
Data mapping and transformation with Camunda Spin and Java 8
Working with text based data formats such as Xml and JSON is a common requirement when implementing BPMN processes. Since version 7.2 Camunda provides an optional library which is called Camunda Spin. Spin is a lightweight wrapper library which provides a easy to use API when working with text based data formats such as XML and JSON. In this post I show how the Camunda Spin can be used for implementing data transformations and mapping in combination with the Java 8 Stream processing API and contrast this to the classical Java 6 / 7 way of doing it. Example The example we use is how to transform a list of The Big Bang Theory episodes (provided as…
By Daniel Meyer