Develop Domain-Driven based Backends with EclipseStore
EclipseStore is a unique storage technology that stores Java object-graphs natively, which decouples us from ugly serializations for (No)SQL databases and limitations in using their datatypes and queries.
This automatically leads to a real Domain-Driven oriented approach of working and persisting Java objects. We will take a tour through the main features of EclipseStore and show how Java code will look like and how easy is testable, if we get rid of Non-Java conveniant database systems.Level:Intermediate