There are currently no upcoming Live eLearning classes. Please contact us if you would like us to schedule a class.
This two-day module introduces 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.
Each student in our Live Online and our Onsite classes receives a comprehensive set of materials, including course notes and all the class examples.
Experience in the following areas is required:
Our computer technical requirements and setup process is easy, with support just a click away.

Posted on Nov 12, 2010 by rsakowski
In C/C++ memory management is handled by the programmer. Even after a programmer has put in a lot of effort to ensure the code is free of memory management ...
Posted on Aug 11, 2010 by rsakowski
A common misconception about JavaServer Pages is that they are executed by the web container. Actually they only supply the web ...
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 May 22, 2010 by rsakowski
In a standard Java EE web application, a client typically submits information via an HTML or JSP form. The information is handed a Java servlet or another ...