-
Core Java
Memento Pattern
Without violating encapsulation, capture and externalize an object’s internal state so that the object can be restored to this state…
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 » -
Enterprise Java
Solve the facility location problem
We have created a new quickstart that extends OptaPlanner use case portfolio with the facility location problem and also demonstrates…
Read More » -
Software Development
New Metric: the Distance of Coupling
Encapsulation, as you know, is one of the four key principles in object-oriented programming. Encapsulation, according to Grady Booch et…
Read More » -
Agile
Automation Testing for Agile teams | How to Make it Right
The world is witnessing the rise of Agile methodologies in software development. They require a new approach to software testing,…
Read More » -
Enterprise Java
Kicking the Tires of Jakarta EE 9 with Payara
We’ve been hearing all about it. Jakarta EE 9 will be released in November 2020. The Jakarta EE working group…
Read More » -
Core Java
Java Based Akka application Part 1: Your base Project
Akka is a free, open-source toolkit and runtime for building highly concurrent, distributed, and resilient message-driven applications on the JVM.…
Read More » -
DevOps
Docker Tutorial Part 2 – The good the bad and the IP
In this second part of docker tutorial, I’ll explain basics of networking in docker with stand-alone containers. Remember from the…
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 »