Java Training Overview
This four-day course develops skills in JavaServer Pages, or JSP, which is the standard means of authoring dynamic content for Web applications under the Java Enterprise platform. It treats JSP 2.0, including older features such as scriptlets but focusing on newer features and techniques, including JSP expressions and the JSTL. At the end of the course, students will be well prepared to author JSPs for small- or large-scale Web applications, either “by hand” (they use only a text editor in class) or using an authoring tool.
The first module begins with an introduction of Web applications in general, shows how Java servlets and JSPs establish a framework for writing Web applications, and then covers JSP 2.0 features in detail, from scripting elements to use of dedicated JavaBeans to JSP expressions, and quick introductions of JSTL and custom tag development.
By the end of the module students will be able to create their own JSP applications, including interactive applications using HTML forms and pages that perform fairly complex processing using scripts and or actions. Although scripting is covered, the scriptless authoring style encouraged by the JSP 2.0 specification is emphasized, and students will be well equipped to develop concise and effective JSP applications.
The second module covers the JSTL, or JSP Standard Tag Library, actually a set of four custom tag libraries that establish a portable standard for common processing tasks in JSP. JSTL is a major part of the new scriptless authoring style encouraged (and enabled) by the JSP 2.0 specification. This module covers all four JSTL libraries in depth:
Each individual tag in each library is covered, with precise syntactic rules shown in a standard format in the student guide, and JSTL techniques and best practices are discussed for each library. An extensive set of example applications illustrates common usage of each major group of actions, and the module culminates with a wrap-up workshop that brings core, SQL, and XML techniques to bear in a single application.
Java Training LEARNING OBJECTIVES
Java Training Prerequisites
Knowledge of HTML and background in Web applications will be helpful but is not strictly necessary. Deep Java experience is not required, but some familiarity with the language is recommended for some of the exercises.
Java Training Course duration
4 days
Java Training Course outline
Module 1. Introduction to JSP 1. Web Applications | |
| |
2. JSP Architecture | |
| |
3. Scripting Elements | |
| |
4. Interactive JSP Applications | |
| |
5. Using JavaBeans | |
| |
6. The Expression Language and the JSTL | |
| |
7. Advanced JSP Features | |
| |
Module 2. The JSP Standard Tag Library 1. Effective JSTL | |
| |
2. The Core Actions | |
| |
3. The Formatting and i18n Actions | |
| |
4. The SQL Actions | |
| |
5. The XML Actions | |
| |
Appendix A. Learning Resources | |
Hardware - minimal: | 500 MHz, 256 meg RAM, 500 meg disk space. |
Hardware – recommended: | 1.5 GHz, 512 meg RAM, 1 gig disk space. |
Operating system: | Tested on Windows 2000 Professional. Course software should be viable on all systems which support a J2SE 1.4 SDK. |
Software: | All free downloadable tools. |