Editors' Pick

Trending Posts

Popular Post

Recent Posts

O …

Only SQL?

Introduction

Storing data is something that is important in software architecture. There are a lot of data storage engines and especially NoSQL (Not Only SQL): Cassandra, MongoDB, etc.. And nowadays, we want everything: scalability, high availability and consistency.

Read more Details
post-thumb

Java 9: discovering modules

After some tough negotiations within the JCP (Java Community Process), OpenJDK 9, the Reference Implementation of Java Standard Edition, is to be released on September 21 2017. It will bring about 80 new features, the most important one being Java Platform Module System (JPMS), more known by its project name Jigsaw. For the rest of this article, I will use both terms (JPMS and Jigsaw) without differentiation.

Read more Details