SpringBoot
AI blog Database docker Duality Views Go Graph Java JDBC JMS JPA JSON Kafka livesql microservices MongoDB NodeJS Observability OCI oraclefree Oracle Text ORDS PDB performance PL/SQL python security selectai Spatial SpringBoot Testcontainers True Cache TxEventQ TypeScript Vector Search
-

Unlocking Session Visibility with Oracle Client Info
Monitoring database interactions is critical for performance tuning, debugging, and security. With Oracle AI Database, you…
-

How to write a custom tracer for Oracle Database JDBC
In this article, we’ll implement a custom JDBC tracer for Oracle Database based on the OJDBC…
-

Oracle JDBC Tracing with Spring Boot OpenTelemetry
Oracle’s JDBC Driver can export traces to an OpenTelemetry backend – let’s walk through how to…
-

Tracing a Spring Boot JMS app with Oracle Database Free
In this article, we’ll use OpenTelemetry tracing to instrument a Spring JMS application with Oracle Database…
-

Spring Boot + Oracle Database
In this article, we’ll explore several Oracle Database integrations with Spring Boot from the Spring Cloud…
-

Event-driven CDC, all within the database
In this article, we’ll describe a simple Spring Boot app that implements event-driven CDC (Change Data…
-

Use JMS for asynchronous messaging in Spring Boot
Java Message Service (JMS) is an API that provides a standardized way for Java applications to…
-

Spring Data MongoDB with Oracle Database’s MongoDB API
MongoDB is a popular, open-source NoSQL database that stores data in a flexible, JSON-like format, making…
-

Spring JPA: Paging, Sorting, and Filtering
Using friendly tools from Spring JPA, you can easily page, sort, and filter your data, automatically…
-

Spring JPA By Example: One-to-One, Many-to-One, and Many-to-Many
When we work with entities in JPA, they’re are often related to other entities expressed using…