by Indira Vishnampet | Oct 24, 2018 | Blog, MuleSoft
In May of 2018, Salesforce finalized a $6.5 billion move to acquire the application and data integration company, MuleSoft. They are hoping to provide their customers with revolutionary data services. The company’s acquisition will pave the way for cloud...
by XTIVIA | Sep 27, 2018 | Blog, MuleSoft
1. Objects (dw::core::Objects) DataWeave 2.0 Object related functions are: divideBy, entrySet, mergeWith, nameSet & valueSet. divideBy: Divides object into sub-objects with properties. dwl script: {a: 1, b: true, a:2, b:false} divideBy 2 Output: [ {...
by XTIVIA | Sep 25, 2018 | Blog, MuleSoft
About the JMS Connector: The JMS connector enables the application to exchange messages using the JMS implementation of our own choice. Its main features include: Pub/Sub pattern support on any given destination. Listen/Reply pattern support on any given destination....
by XTIVIA | Sep 11, 2018 | Blog, MuleSoft
MuleSoft best practices for JSON Schema Validation provide a reliable method to validate JSON data structure using the JSON Schema specification. It validates input data at runtime and verifies whether they match a referenced schema or not. We can match against...
by XTIVIA | Aug 28, 2018 | Blog, MuleSoft
In DataWeave 2.0, functions are categorized into different modules: Core (dw::Core) Arrays (dw::core::Arrays) Binaries (dw::core::Binaries) Encryption (dw::Crypto) Diff (dw::util::Diff) Objects (dw::core::Objects) Runtime (dw::Runtime) Strings (dw::core::Strings)...
by XTIVIA | Jul 26, 2018 | Blog, MuleSoft
Digital transformation can be easier when you use MuleSoft APIs to connect legacy technology, applications, and cloud-based solutions. But let’s back up a minute… what is digital transformation anyway? Digital transformation is a mindset focused on maximized...
by XTIVIA | Jul 24, 2018 | Blog, MuleSoft
This post was originally published on DZone. DataWeave is a new feature of Mule3 that allows us to convert data to any kind of format, such as XML, CSV, JSON and POJO’s, etc. In Mule 3, we use both MEL and Dataweave for writing the mule messages. Among these,...