-
Core Java
Constrast DataWeave and Java mapping operations
Main points: DataWeave 2.0 provides mapping capabilities Java and DataWeave can achieve the same mappings DataWeave mapping operator is less…
Read More » -
Software Development
What are Design Patterns?
Design patterns are solutions to known problems. The pattern represents an abstracted solution to a commonly experienced problem. As the…
Read More » -
Enterprise Java
Version control your RAML specifications
Version controlling your RAML RESTful API specifications allows you to continue maintaining previous version of your APIs. The API designer…
Read More » -
Core Java
Inline array definition in Java
There are occasion when it is more convenient to create an array inline. Here are several way to declare and…
Read More » -
Software Development
How to Hide CloudHub Properties?
Main points: property values can be hidden in Runtime Manager property names must be listed in the mule-artifact.xml file property…
Read More » -
Software Development
How to write clean code variables
We know how the code we write works, we understand it, we don’t need comments, it’s obvious, of course, we…
Read More » -
Enterprise Java
Richardson Maturity Model and Pizzas
The model, developed by Leonard Richardson, attempts to classify an API according to its adherence to the constraints imposed by…
Read More » -
Enterprise Java
RAML: Four ways to define examples
Defining an example body payload and response for a RESTful API endpoint is an essential aspect of designing a modern…
Read More » -
DevOps
Rebuild a Maven repository in 3 steps
In this blog post, I will show a way to very quickly rebuild a Maven repository without having to set…
Read More »