The Nordic region is already a hotbed for tech startups and has the ingredients to attract more investment from the established tech giants https://goo.gl/u3A4uJ #Technology #IoT
Data Transformation: XML to JSON And JSON to XML With Apache Camel
1.0 Overview
Apache Camel provides a rich set of libraries to perform XML to JSON and JSON to XML transformation.
* marshalling => converting from XML to JSON
* un-marshaling => converting from JSON to XML.
2.0 Explicitly Instantiating the DataFormat
We need to instantiate the XmlJsonDataFormat from package org.apache.camel.dataformat.xmljson.XmlJsonDataFormat and make sure that camel-xmljson is added in your pom.xml or an installed camel-xmljson feature. https://goo.gl/RnnBvq #DataIntegration #ML

