Data Access Using JDBC

Java Spring 3.6    |    Intermediate
  • 8 videos | 51m 25s
  • Includes Assessment
  • Earns a Badge
Rating 4.4 of 28 users Rating 4.4 of 28 users (28)
The Spring Framework is an open source framework and inversion of controller container for the Java platform. Explore data access using JDBC.

WHAT YOU WILL LEARN

  • Recognize the various steps in configuring database access in a spring application
    Set up a jdbc driver class to help connect to a mysql database
    Declare a data source bean that can be used to connect to a running mysql server
    Declare a data source bean that gets its properties set from a properties file
  • Declare a data source bean that can provide a pool of database connections for an application to work with
    Create a data access object class that will be used to perform database operations
    Recognize what the jdbctemplate class is and some of the database access features it provides
    Use a data access object to retrieve records from a database

IN THIS COURSE

  • 4m 11s
    After completing this video, you will be able to recognize the various steps in configuring database access for a Spring application. FREE ACCESS
  • 3m 43s
    In this video, find out how to set up a JDBC driver class to help connect to a MySQL database. FREE ACCESS
  • Locked
    3.  Configuring a DataSource
    6m 10s
    Learn how to declare a data source bean that can be used to connect to a running MySQL server. FREE ACCESS
  • Locked
    4.  Using a Properties File To Configure a DataSource
    6m 47s
    In this video, you will declare a data source bean that gets its properties from a properties file. FREE ACCESS
  • Locked
    5.  Configuring a Connection Pool as a DataSource
    7m 32s
    Find out how to declare a data source bean that can provide a pool of database connections for an application to use. FREE ACCESS
  • Locked
    6.  Creating Data Access Objects
    6m 22s
    During this video, you will learn how to create a data access object class that can be used to perform database operations. FREE ACCESS
  • Locked
    7.  Getting Familiar with the JdbcTemplate Class
    2m 52s
    Upon completion of this video, you will be able to recognize the JdbcTemplate class and some of the database access features it provides. FREE ACCESS
  • Locked
    8.  Running a Query Against a MySQL Database
    13m 48s
    Find out how to use a data access object to retrieve records from a database. FREE ACCESS

EARN A DIGITAL BADGE WHEN YOU COMPLETE THIS COURSE

Skillsoft is providing you the opportunity to earn a digital badge upon successful completion on some of our courses, which can be shared on any social network or business platform.

Digital badges are yours to keep, forever.

PEOPLE WHO VIEWED THIS ALSO VIEWED THESE

Course Pointcuts
Rating 4.5 of 22 users Rating 4.5 of 22 users (22)
Rating 4.5 of 81 users Rating 4.5 of 81 users (81)
Rating 4.5 of 13 users Rating 4.5 of 13 users (13)