© The Author(s), under exclusive license to APress Media, LLC, part of Springer Nature 2022
J. Juneau, T. TelangJava EE to Jakarta EE 10 Recipeshttps://doi.org/10.1007/978-1-4842-8079-9_6

6. JDBC with Jakarta EE

Josh Juneau1   and Tarun Telang2
(1)
Hinckley, IL, USA
(2)
Hyperbad, India
 

The Java Database Connectivity (JDBC) API is a standard for accessing Relational Database Management Systems (RDBMSs) via Java. It has been in use for years and can be used when developing all types of Java applications, including desktop, stand-alone, and web. Almost every nontrivial application utilizes an RDBMS for storing and retrieving data. Therefore, it is important for application developers of all types to learn how to work with JDBC.

Enterprise application development ...

Get Java EE to Jakarta EE 10 Recipes: A Problem-Solution Approach for Enterprise Java now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.