Design Pattern

The Compensating Transaction Pattern

The Bird-Eye View A Compensating Transaction Pattern is a technique used to ensure consistency when multiple steps are involved in a …

16 min
Java

Serialising in Java - Birds Eye View

Serialisation in Java is implemented to convert the state of an object into a byte stream, which can be quickly persisted to a file or sent …

16 min
Secure Coding Practices

What is a Common Weakness Enumeration - CWE

CWE stands for Common Weakness Enumeration. It is a community-developed list of software and hardware weakness types that can serve as a …

9 min
EclipseStore

EclipseStore High-Performance-Serializer

I will introduce you to the serializer from the EclipseStore project and show you how to use it to take advantage of a new type of …

10 min
EclipseStore

How to start with EclipseStore - 01

We will take the first steps with the Eclipse Store here. I will show what the Eclipse Store is, how you can integrate it into your project …

7 min