Andres Almiray

Recent Blogs

Configuring the Oracle JDBC drivers in a SpringBoot project - Take 2

An update on how the Oracle JDBC drivers may be configured with a Spring Boot 2.4.x application

Connecting to Oracle Autonomous Database with MyBatis

MyBatis has a long standing history of enabling developers to connect to databases using a lightweight approach on top of JDBC. This post shows how to use it to connect to an Oracle Autonomous Database.

Connecting to Oracle Autonomous Database using Jdbi

Jdbi is a lightweight data access/persistence library on top of JDBC. This post describes how to set it up to interact with Oracle Autonomous Database.

Mastering Maven: the Enforcer plugin

The Maven Enforcer plugin is a valuable addition to your developer toolbox. It can help you detect problems early on and during the build process.

Self contained JDBC scripts with Groovy and jbang

Groovy and jbang may be used to author self-contained scripts that rely on JDBC to connect to databases.

Receive the latest blog updates