Main points: Validation module provides fixed data validation logicThere are two scopes: ALL and ANYThe ALL scope expects all validations to passThe ANY scope expects at [...]
Main points: The Mule email connector is used to send emailsEmail bodies can contain embedded imagesBase64 encoded image embedding not supported by most email clients The [...]
Main points Gmail has special setup requirementsMust set email for less secure app accessCannot account is two-factor authentication set up Mule email connector configuration [...]
Main points: Eclipse Marketplace Client allows Anypoint Studio to be extendedAnypoint Studio does not come with Eclipse Marketplace Client installedTo install it add the [...]
Main points: iterates over each key/value pair of an objectretrieves key, value and index from an objectinput is an object and output is an array What is the pluck function [...]
Main point: The map function transforms dataIf iterates over the elements in an array It applies a transformation to each elementApplies only to array inputIt can only output [...]
Main points: Property files allow centralization of propertiesProperty placeholders used instead of hard codingProperty file location must be configured in global [...]
Design patterns are solutions to known problems. The pattern represents an abstracted solution to a commonly experienced problem. As the solution is abstracted it is language [...]
We know how the code we write works, we understand it, we don’t need comments, it’s obvious, of course, we wrote it. This is what we all think and its true [...]
In this blog post, I will show a way to very quickly rebuild a Maven repository without having to set up a project. Step 1: Delete all artifacts Cleanse your Maven repository [...]