Posts tagged Data source
🔥NoSQL Persistence on The Jakarta EE Platform With Google Firestore🔥
Published on 28 Feb 2023
by Priya Khaira-Hanks
Topics:
Java EE,
JakartaEE,
Java,
Data source,
Jakarta EE
|
0 Comments
This guide will introduce you to incorporating Firestore NoSQL database into your Jakarta EE application.
Using a Data Source with JDBC (Video)
Published on 16 Mar 2021
by Debbie Hoffman
Topics:
Payara Platform,
Data source
|
0 Comments
JDBC is part of the Java SE specification. In this simple demo video by Rudy De Busscher, learn how to define the data source within the JDBC framework in under 8 minutes.
Using Oracle Database with Payara Platform (Video)
Published on 24 Feb 2021
by Debbie Hoffman
Topics:
Payara Platform,
Data source
|
0 Comments
In this simple demo video by Rudy De Busscher, learn how to configure the connection to the Oracle Database and how to use it with JPA or JDBC framework, and various options for using it with the Payara Platform.
Using a MySQL with Payara Platform (Video)
Published on 08 Feb 2021
by Debbie Hoffman
Topics:
Payara Platform,
Data source
|
0 Comments
In this simple demo video by Rudy De Busscher, learn how to configure the connection to the MySQL database and how to use it with JPA or JDBC framework, and various options for using it with the Payara Platform.
Using PostgreSQL with Payara Platform (Video)
Published on 01 Feb 2021
by Debbie Hoffman
Topics:
Payara Platform,
Data source
|
0 Comments
In this simple demo video by Rudy De Busscher, learn how to configure the connection to the PostgreSQL database and how to use it with the Payara Platform using either the Admin Console, Asadmin CLI tool, or the DataSource definition.
Using a Data Source with JPA (Video)
Published on 19 Jan 2021
by Debbie Hoffman
Topics:
Payara Platform,
Data source
|
0 Comments
JPA is an object relational mapping framework. In this simple video, Rudy De Busscher shows you how to define the data source within the JPA framework in under 8 minutes.