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.
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 some experience with Java
and JavaBeans. Experience in developing database applications
would also be helpful.
- Architects
- Designers
- Consultants
- Developers
Prerequisites
Duration:
2 Days
Course
Outline
- Introduction
to JavaServer Pages (JSP)
- 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