Home Company Information Consulting Course Catalog Contact Us Request a Quote Government Corporate
 


Profile


e-Catalog


Contact
J2EE Developing JSPs

Course Status: Released Courseware Features
Course Language: English  
Course Duration: 3 Hours  
Deployment Options: Online, Interactive CDs, Network,  

Audience
Java developers who want to achieve an understanding of how web application components are developed for the Java 2 Enterprise Edition (J2EE) platform; business analysts, system architects, technical managers, and technology evaluators who are interested in gaining an overview of Java web-component technologies
Prerequisites
A good working knowledge of the Java language, specifically the Java 2 Standard Edition (J2SE) development kit APIs; familiarity with object-oriented analysis and design techniques, distributed component development concepts, and web development concepts would be useful
Course Aim
This learning path describes how the Java(TM) 2 Enterprise Edition (J2EE) servlet and JavaServer Pages (JSP) technologies can be used to create web-application components.
Learning Objectives
To outline the relationship between JavaServer Pages (JSPs) and servlets, to describe how to create JSPs, and to explain how they fit into the web tier of the J2EE platform
Topics Covered
Introduction to JavaServer Pages
Overview of JSP technology
JSP scripting elements
JSP directives
Using JavaBeans in JSPs
Coding a JSP that uses a currency converter JavaBean
Custom tags in JSPs
JSP custom tag basics
Coding a basic JSP custom tag