In this post I’ll show you how to make use of the Official Oracle Database scripts for creating Docker container. We use Maven and the Docker Maven plugin to customize the container further.
Spring Boot supports the Java Object Oriented Querying out of the box. This is the first post of a series that builds a database centric application based on Spring Boot from scratch and which guides you to build a cloud native, database centric application.
13 years ago, I visited my first IT conference ever, the DOAG in Mannheim 2003. This year, I will be speaking myself at #DOAG2016 about creating database centric applications with Spring Boot and jOOQ in German (see abstract below). After a successful premier of speaking in the IT circus earlier this year at Spring I/O […]
Most people slice their cakes like this: Image by Elaine Ashton and in most cases not horizontally but still many developers, like i did in the past, slice their packages that way. Really, just slapping classes into packages named “Model”, “View” and “Controller” doesn’t implement that pattern. @jensschauder has written much more eloquent than i […]
Lately i’ve been evaluating jOOQ as a core database tool for ENERKO Informatik. Though i’ve got quite some experience (and good experience!) with Hibernate and Spring Data JPA, we have some projects around that are quite old but not outdated. They are in need for an UI/UX and some architectural make over, but the data […]