Java and Databases: Guide to JDBC, Hibernate and Spring Data

You can use this guide to understand how to connect to and query any database in Java. Covers JDBC API, as well as frameworks like Hibernate, jOOQ or Spring Data. Read more

Similar

Pattern Matching for Java

This document explores a possible direction for supporting pattern matching in the Java Language. This is an exploratory document only and does not constitute a plan for any specific feature in any specific version of the Java Language. This document also... (more…)

Read more »

The Cost of Java’s EnumSet

It’s been about a decade since I last worked in Java and much has changed. I thought I’d brush up by re-reading Effective Java by Joshua Bloch which has since received a new edition. It was once my guiding star for Java. However, after an additional decad... (more…)

Read more »