Skip to content

Files

Latest commit

fe29792 · Sep 4, 2024

History

History

java

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Aug 25, 2020
Oct 31, 2022
Jun 1, 2022
Jul 8, 2024
Nov 30, 2021
Nov 28, 2023
May 18, 2023
May 13, 2024
Jul 2, 2024
Jul 1, 2024
Jul 1, 2024
Oct 28, 2022
Jun 28, 2024
Feb 21, 2023
Jul 2, 2024
Jul 20, 2024
Sep 4, 2024
Jul 31, 2024
Jul 8, 2024
Jan 9, 2023
Aug 25, 2020
Oct 31, 2022
Dec 5, 2022
Oct 31, 2022
Jul 2, 2024
May 3, 2018

Java based examples

This is a repository of sample code that will demonstrate various concepts to assist Java developers in designing applications for accessing and processing data in the Oracle Database, leveraging Java Database Connectivity (JDBC), Universal Connection Pool (UCP); or running Java code directly in the database leveraging the embedded JVM (a.k.a. OJVM). We have just added the AoJ sub-repository for the Asynchronous Java Database Access (ADBA) over JDBC.

JDBC

Has the basic examples for JDBC and the Universal Connection Pool (UCP) code samples.

OJVM

Has code samples for running Java in the database foreground process for in-place processing using the embedded JVM.

HRWebApp

A complete end to end MVC application.

AoJ

Has code samples for learning the Asynchronous Database Access over vanilla/synchronous JDBC. This is for functional testing only.