J-310 - Dynamic Web Content Using Java Server Pages (JSP)
Course
J-310
Price:
$495.00
Software Assurance Value:
Not Eligible
Duration:
1 Days
SQLSoft Course J-310 Dynamic Web Content Using Java Server Pages (JSP)
Table of Contents
Introduction
Audience
At Course Completion
Prerequisites
Certified Professional Exams
Student Materials
Course Outline
Introduction
Java Server Pages (JSP) are the presentation side of the J2EE Architecture.
This course teaches how to combine HTML templates with Java code to take advantage
of J2EE APIs.
Topics include scriptlets, taglibs, use of JavaBeans, cookies, and other session
tracking techniques.
For an overview of all of our Java training, visit the Java
Curriculum page. You will find descriptions of different skill levels and
Java platforms (J2SE, J2EE) you may encounter as a Java Developer.
Return to Top
Audience
Developers who need to create dynamic Web content using Java Server Pages in
the J2EE environment.
Return to Top
At Course Completion
At the end of this course, the student will be able to:
- Describe the J2EE three-tiered, NCA-compliant architecture and its components.
- Describe the functions of the Client Tier, Data Tier, and Middle Tier.
- Describe the difference between a Web Server and an Application Server.
- Code and deploy JSPs in a Web Server.
- Describe how JSPs become servlets.
- Use scriptlets.
- Use the implicit objects.
- Track session information using Cookies.
- Use JavaBeans within a JSP.
- Create and use custom tags and taglibs.
Return to Top
Prerequisites
Before attending this course, students must have completed:
- J-145, Java Programming for the Enterprise
—OR—
- J-240, Advanced Java Programming
Return to Top
Certified Professional Exams
This course introduces some of the topics found in the following Certified
Professional exam:
- 310-081
Sun Certified Web Component Developer for the Java 2 Platform, Enterprise
Edition 1.4
For more detailed information about curriculum paths and exams, see the Java
Training Roadmap and Certification Track and the Java
Certification pages.
Return to Top
Student Materials
The student kit includes a workbook, a CD-ROM with examples and exercise answers,
and other necessary materials for this class.
Return to Top
Course Outline
Getting Started
- Dynamic Web Content
- The JSP Solution
- JSP Syntax
- Variables and Expressions
- Implicit Objects
- page and taglib Directives
- Include and Forward
- Exception Handling
Forms and JavaBeans
- HTML Forms
- JavaBeans
- JavaBeans and JSP
- Bean Properties
- Property Types
- Properties and Forms
- Bean Scopes
Scriptlets
- Scriptlet Syntax
- Declarations
- Scriptlets and HTML
- Database Access
- JDBC in JSP
- JavaBeans and JDBC
- EJBs from JSP
- JSP and XML
Tag Libraries
- Custom Tags
- Using Custom Tags
- Defining Tags
- Tag Library Descriptor Files
- Tags with Attributes
- Struts
Session Tracking
- Session Strategies
- Cookies
- Cookie Properties
- HTTPSession
- Mapping Sessions to JavaBeans
- Serialized JavaBeans
- User Preferences
- Implicit User Preferences
Return to Top