| Class Date and Time |
Price
|
|
|---|---|---|
| Aug 9 - 12, 2010 10:00 AM - 5:00 PM ET | $1,700.00 or 4 vouchers | |
| Sep 27 - 30, 2010 10:00 AM - 5:00 PM ET | $1,700.00 or 4 vouchers | |
| Oct 11 - 14, 2010 10:00 AM - 5:00 PM ET | $1,700.00 or 4 vouchers | |
| Nov 8 - 11, 2010 10:00 AM - 5:00 PM ET | $1,700.00 or 4 vouchers | |
| Dec 6 - 9, 2010 10:00 AM - 5:00 PM ET | $1,700.00 or 4 vouchers |
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.
All students receive a course manual or book and all the class examples.
Students in private onsite classes will also receive:
Experience in the following areas is required:
Our computer technical requirements and setup process is easy, with support just a click away.
Posted on Jul 23, 2010 by rsakowski
I remember when Sun released JDK 1.08. It was dubbed the “classic” version. After a few years of feedback from developers, Sun made some meaningful ...
Posted on Jul 05, 2010 by rsakowski
I was asked to go into Java's database API (the JDBC) using the open source database, MySQL. The JDBC is included ...
Posted on Jun 27, 2010 by rsakowski
A common question students ask me is what’s the difference between a Java Application server and a Java EE Application server? Actually the question ...
Posted on Jun 21, 2010 by rsakowski
JavaServer Faces (JSF) is a web-based application framework. It is a request-driven MVC technology based on a component ...
Posted on Jun 07, 2010 by rsakowski
The following Struts Hello World application introduces the primary players in a Struts application. It might seem like a lot of work ...