Java SE: XML, Security, and JUnit, Part 16 of 18
Interactive

Java SE: XML, Security, and JUnit, Part 16 of 18

LearnNow Online
Updated Oct 25, 2018

Course description

This course explores Java SE topics that provide the finishing touches when building professional Java applications using Eclipse. Students will learn about parsing XML documents using both SAX and DOM methodologies. Students will understand how to take advantage of distributed objects, add security, use the Java Native Interface (JNI) and utilize Test-Driven Design through JUnit. This course concludes with a detailed look at Java features introduced with recent versions of Java.

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 programmers who are familiar with Java and want to learn about the advanced features of Java. Students should have a good understanding object-oriented programming using Java.


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

125 Minutes

Time to complete

165 Minutes

Course Outline

Architecture

Architecture Design (38:26)

  • Introduction (03:00)
  • Tiered Architectures (01:42)
  • 2 Tier Architecture (01:03)
  • 3 Tier Architecture (01:53)
  • N Tier Architecture (01:11)
  • Presentation Layer (02:24)
  • HTML Clients (02:29)
  • Java Server Pages (02:00)
  • Middle Tier (01:55)
  • Java Applications (01:46)
  • Enterprise JavaBeans (03:46)
  • COM/CORBA (01:32)
  • Message Oriented Middleware (02:37)
  • Demo: Whiteboard (10:22)
  • Summary (00:40)

Architecture Technologies (28:11)

  • Introduction (00:35)
  • Model View Controller (02:50)
  • Advantages/Disadvantages (01:57)
  • Model 1 Architecture (01:12)
  • Model 2 Architecture (01:07)
  • Extensible Markup Language (02:37)
  • XML (03:40)
  • Demo: Whiteboard (12:54)
  • Summary (01:15)
SAX Parsing

SAX Parsing (37:09)

  • Introduction (00:56)
  • SAX (01:41)
  • How it Works (01:49)
  • Core SAX2 Handler Classes (01:47)
  • SAX2 DefaultHandler (00:48)
  • SAX Events (02:39)
  • Ignorable Whitespace (00:41)
  • XML Reader Interface (00:47)
  • XMLReader Features (01:36)
  • XMLReader Factory (01:21)
  • Prepare SAX Parser Object (01:04)
  • Parse XML with SAX - Steps (01:12)
  • Define an Event Handler (01:16)
  • Prepare SAX Parser Object (02:18)
  • Demo: SAX Parsing (16:24)
  • Summary (00:42)

SAX Parsing 2 (22:02)

  • Introduction (00:38)
  • Define an Event Handler (00:59)
  • Element Attributes (01:03)
  • Get Number of Attributes (00:52)
  • Get Name of Attributes (01:00)
  • Get Attribute Values (00:44)
  • Get Attribute Types (00:51)
  • Example: Define Event Handler (00:33)
  • Characters (01:22)
  • Using Characters (00:33)
  • Error Handling (00:55)
  • ErrorHandler Interface (02:30)
  • Parse XML Document (01:24)
  • Run the SAX Application (00:26)
  • Entity Resolver (00:30)
  • Locator (00:26)
  • Document Locator (00:51)
  • Demo: SAX Parsing 2 (05:35)
  • Summary (00:42)
;