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

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…
-

Learn Spring JPA By Example With Oracle Database Free
Spring JPA is a module of the Spring Data project that provides an abstraction over the…
-

Migrate Apache Kafka applications to Oracle Database: Part III
This article is the third post in a three-part series about progressively migrating Apache Kafka applications…
-

Migrate Apache Kafka applications to Oracle Database: Part II
This is the second post in a three-part series about migrating Apache Kafka applications to Oracle…
-

Dynamically load Spring properties from external repositories
With Spring Framework’s Property Sources, developers can configure their applications to dynamically load configuration from external…
-

Easily test Oracle Database applications with Testcontainers
Testcontainers is a powerful way to test Oracle apps, leveraging containers to quickly spin up disposable…
-

Migrate Apache Kafka applications to Oracle Database: Part I
In this article, we’ll walk through migrating a simple Apache Kafka Java application to Oracle Database…