Web Development Using JDeveloper

Oracle Training Click here to contact us

Course Overview

This class will teach developers how to build applications using JDeveloper and Java technologies. The primary focus is to get developers familiar with building applications using JSPs, Servlets and JDBC. Students will be taught the basics of developing data-driven applications for the Web using a hands-on approach. They will be adequately prepared so that they can move on to the Advanced Web Development class that also is offered.

Course Goals

  • Gain a high level understanding of Web development with J2EE
  • Learn how to use the JDeveloper 10g IDE for basic Web development
  • Learn how to interact with the database through JDBC with hands-on exercises.

Prerequisites

  • Persons taking this class should be familiar with Java and HTML

Who Should Attend?

  • Programmers and developers

Course Materials

  • Introduction to Web Development Course Notes
  • Disk with Solutions to Hands-on Exercises

Duration

  • Two days

Tuition

  • $930

Course Outline

  • The JDeveloper interface
    • Code editor
      • Code completion
      • Macros
  • Web application topology
    • Model 1
    • Model/view/controller
  • JDBC
    • Driver types
    • Data sources
    • Batching
    • Understanding performance
    • Connection pooling
    • Statement objects
      • Prepared statement
      • Callable statement
    • Result Set objects
  • Servlets
    • Understanding the servlet API
    • JDeveloper servlet wizard
    • Using the servlet context
  • Java Server Pages
    • Using the JDeveloper debugger with JSP Pages
    • Proper object scoping
    • Using tag libraries
      • JSTL
  • JDeveloper's stand-alone OC4J instance
    • Configuring