|
Description
JSP technology
enables Web designers to include Java programs in their
web pages and inter-mix them with HTML. Using JSP, developers
can access other Java objects, making it ideal for creating
dynamic content for web pages. ASP is Microsoft's solution
for server side scripting. While at high level they both
accomplish similar functionalities, each uses totally different
technologies.
Objectives:
This course
aims to teach ASP programmers the full set of JSP techniques.
It makes frequent references to corresponding ASP concepts
so ASP programmers can quickly relate JSP concepts to their
familiar ASP concepts. Since Java experience is not required
for this course, students will first be taught the basics
of Java programming and JavaBeans technology. Using numerous
examples and exercises, students will be quickly brought
up to speed to a level where they will feel comfortable
with non-GUI Java programming. On completion, attendees
will be able to:
- Generate
dynamic web pages using JSP technology
- Embed
Java Programs in HTML
- Create
JSP tags and scriptlets
- Build
thin web browser based clients using JSP
- Deploy
JSP pages on a servlet engine or an application server
Audience:
This course
is designed for ASP developers who have no Java experience.
Those who have Java and JavaBeans experience should take
the Rapid JavaServer Pages
(JSP) for ASP Programmers course instead.
- Architects
- Designers
- Consultants
- Developers
Duration:
4 Days
Course
Outline:
Java Fundamentals
- Java
architecture
- Java
system and language concepts
- Objects,
Classes & Methods
- Control
structures and primitives
- Threads
and concurrent programs
- Exceptions
- Interfaces
and Packages
- Applets
- Java
Class Model
- Java
Development Environment
- Overview
of the Java Core Libraries
- Standard
utilities (the java.util package)
- I/O utilities
(the java.io package)
Component
Based Programming
- JavaBeans
- Component
development in Java
- Managing
Bean properties
- Handling
Bean events
JavaServer
Pages (JSP)
- Introduction
to JavaServer Pages
- Commonalities
between JSP and ASP
- Differences
between JSP and ASP
- Servlets
and how JSP works
- JSP basics:
directives, scripting elements, etc.
- JSP implicit
objects ( compare to ASP built-in objects )
- JSP Session
Management
- JavaBeans
and JSP ( compare to COM and ASP )
- Error
handling in JSP ( compare to that in ASP )
- Using
JDBC in JSP
- Tag extensions
( Custom Tags )
- JSP architecture
- Using
the JSP technology to build web application
|