Java EE: Servlets and JSP Fundamentals, Part 5 of 5
Interactive

Java EE: Servlets and JSP Fundamentals, Part 5 of 5

LearnNow Online
Updated Oct 26, 2018

Course description

This course provides the ideal starting point for developers just getting into Java EE programming. This course covers programming topics specific to Java Servlets and JavaServer pages (JSP). In addition to covering the basics, this course will cover more advanced topics including JDBC, JSP Standard Tag Library, Model/View/Controller (MVC), and JavaBeans.

Each LearnNowOnline training course is made up of Modules (typically an hour in length). Within each module there are Topics (typically 15-30 minutes each) and Subtopics (typically 2-5 minutes each). There is a Post Exam for each Module that must be passed with a score of 70% or higher to successfully and fully complete the course.


Prerequisites

This course is intended for Java programmers who build server-side web applications in leveraging Eclipse to streamline their development cycle. You should understand essential concepts of object-oriented programming and should be able to write simple Java programs with assistance.


Meet the expert

Susan Bryant

Susan Bryant is an experienced IT trainer and consultant with a broad array of skills. She has over 15 years experience in information systems with roles including systems consulting, project management, staff management, staff mentoring, and certified technical trainer. Susan has a strong technical knowledge of IBM WebSphere Application Server, WebSphere Portal Server, WebSphere Process Server, Lotus Domino, and web application development technologies including, Struts, JSF, EJBs and AJAX.

Video Runtime

103 Minutes

Time to complete

123 Minutes

Course Outline

Module 8

Browse Derby in Eclipse (05:01)

  • Introduction (00:47)
  • DEMO:Derby in Eclipse (14:06)
  • What is JDBC (01:01)
  • JDBC Architecture (00:42)
  • JDBC: Basic Steps (01:23)
  • Loading a Driver (01:57)
  • DB2 UDB JDBC Drivers (02:58)
  • Oracle JDBC Drivers (01:54)
  • Create a Connection (02:14)
  • Connection (01:34)
  • Statement (00:57)
  • PreparedStatement (01:51)
  • PreparedStatement advantages (01:05)
  • ResultSet (01:53)
  • ResultSet... (02:26)
  • Ex:JDBC Servlet w/Transactions (02:56)
  • Close the Connection (02:03)
  • DEMO:DBC Connect (22:49)
  • Summary (00:16)

Pooling and Data Sources (38:14)

  • Introduction (00:54)
  • Need for Connection Pooling (02:04)
  • Connection Pooling in JDBC 2.0 (00:54)
  • Connection Pooling (00:27)
  • Basic Steps: Connection Pooling (00:44)
  • Accessing a DataSource (02:15)
  • Types of JBoss Data Sources (00:40)
  • Adding JDBC drivers (00:31)
  • Configure Data Source (01:27)
  • Common Data Source Properties (02:09)
  • Connection Pool Properties (02:25)
  • Get a Connection (01:09)
  • Release Connection (01:39)
  • Connection Pool Example (01:53)
  • Resource References (02:30)
  • DEMO: Connections (15:53)
  • Summary (00:33)
;