-
Enterprise Java
Work with the jOOQ DSL
This article is part of our Academy Course titled jOOQ – Type safe DB querying. jOOQ is a good choice…
Read More » -
Enterprise Java
Perform CRUD with Active Records
This article is part of our Academy Course titled jOOQ – Type safe DB querying. jOOQ is a good choice…
Read More » -
Enterprise Java
Comparing jOOQ with JDBC
This article is part of our Academy Course titled jOOQ – Type safe DB querying. jOOQ is a good choice…
Read More » -
Enterprise Java
Getting Started with jOOQ, H2, and Maven
This article is part of our Academy Course titled jOOQ – Type safe DB querying. jOOQ is a good choice…
Read More » -
Core Java
How to use Java 8 Functional Programming to Generate an Alphabetic Sequence
I’ve stumbled upon an interesting Stack Overflow question by user “mip”. The question was: I’m looking for a way of…
Read More » -
Software Development
There is no Such Thing as Object-Relational Impedance Mismatch
Much of the ORM criticism of the last decade missed the point, being inaccurate. By the end of this article,…
Read More » -
Software Development
Divided we Stand: Optional
Our recent article “NULL is Not The Billion Dollar Mistake. A Counter-Rant” got us a lot of reads, controversial comments,…
Read More » -
Software Development
jOOQ Tuesdays: Thomas Muller Unveils How HSQLDB Evolved into the Popular H2 Database
Welcome to the jOOQ Tuesdays series. In this series, we’ll publish an article on the third Tuesday every other month…
Read More » -
Core Java
Common SQL Clauses and Their Equivalents in Java 8 Streams
Functional programming allows for quasi-declarative programming in a general purpose language. By using powerful fluent APIs like Java 8’s Stream…
Read More »