Blog:

Vaadin and jOOQ: Match Made in Heaven

Have you ever had to write an application that didn’t do much other than display and change data? And did you use a Single Page Application framework like Angular, a REST API, and Hibernate?

Have you ever had to write an application that didn’t do much other than display and change data? And did you use a Single Page Application .....

09.03.2022

Java 16 Records with JPA and jOOQ

The new Java version 16 includes a new feature: Records

The new Java version 16 includes a new feature: Records.....

20.04.2021

Type Safe SQL in Java

No matter if you are using frameworks like JPA, MyBatis or Spring Data JDBC you always end up declaring the SQL statements as a Java String.

No matter if you are using frameworks like JPA, MyBatis or Spring Data JDBC you always end up declaring the SQL statements as a Java String......

28.06.2019

Java Persistence Done Right

When it comes to accessing relational databases with Java, people usually think of two options: SQL or ORM

When it comes to accessing relational databases with Java, people usually think of two options: SQL or ORM.....

07.06.2019