Java EE: Servlets, JSP, Security, and JS Faces, Part 1 of 4
Interactive

Java EE: Servlets, JSP, Security, and JS Faces, Part 1 of 4

LearnNow Online
Updated Oct 26, 2018

Course description

This course increases the skills of the Java EE developers learning about Servlets and JavaServer Pages (JSP). You will learn about servlet filters, event listeners, custom tags, and JSP tags. You will also take a look at more advanced Java EE programming concepts like security, annotations, and JavaServer Faces.

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

144 Minutes

Time to complete

184 Minutes

Course Outline

Module 1

JSP Expression Language (24:25)

  • Introduction (02:27)
  • JSP Expression Language (EL) (00:54)
  • Basic Usage (02:27)
  • Unified Expression Language (01:30)
  • Built-in Objects (00:59)
  • Working with Arrays and Maps (01:41)
  • Operators (01:09)
  • Full Example (01:16)
  • Demo: Expression Language (11:28)
  • Summary (00:29)

JSP and JSTL (49:25)

  • Introduction (00:46)
  • JSP Standard Tag Library (03:28)
  • Run Time Version (01:05)
  • Basic Tags (02:14)
  • Condition Tags (03:29)
  • Iterator Tags (02:52)
  • Internationalization (01:58)
  • Setting Preferred Locale (04:00)
  • Specifying Resource Bundle (01:45)
  • Display Translated Text (02:05)
  • Display Number (01:04)
  • Display Date (01:05)
  • Demo: JSP and JSTL (23:01)
  • Summary (00:28)

Advanced Tag Libraries (28:23)

  • Introduction (00:38)
  • JDBC Tags (01:08)
  • Specify Data Source (01:15)
  • Performing a Query (01:45)
  • Display Result (01:44)
  • Pagination Example (02:41)
  • Function Tags (01:52)
  • fn Functions (01:07)
  • Demo: Tag Libraries (15:17)
  • Summary (00:51)
Module 2

Servlet Filter API (23:10)

  • Introduction (01:24)
  • What is a filter? (02:41)
  • Uses for Filtering (00:59)
  • Features of filters (00:51)
  • The Filter Interface (01:20)
  • How A Filter Works (01:20)
  • In What Order? (00:55)
  • A Simple Logging Filter (02:09)
  • Configuring The Filter (01:21)
  • Demo: Creating a Filter (09:37)
  • Summary (00:27)

Filter Mapping (19:18)

  • Introduction (00:43)
  • Mapping the Filter (01:01)
  • The Web Deployment Descriptor (00:42)
  • Common filter tasks (00:57)
  • Request and Response Wrappers (01:15)
  • Demo:Filter Mapping (13:46)
  • Summary (00:51)
;