© Josh Juneau 2020
J. JuneauJakarta EE Recipeshttps://doi.org/10.1007/978-1-4842-5587-2_5

5. JDBC with Jakarta EE

Josh Juneau1 
(1)
Hinckley, IL, USA
 

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 has proven to be more productive for developers when working directly with Java objects as opposed to database access. While ...

Get Jakarta EE Recipes: A Problem-Solution Approach 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.