Skip to content

JavaServer Pages

Best in textbook rentals since 2012!

ISBN-10: 0028643208

ISBN-13: 9780028643205

Edition: 2002

Authors: Robert Brunner

List price: $19.95
Blue ribbon 30 day, 100% satisfaction guarantee!
what's this?
Rush Rewards U
Members Receive:
Carrot Coin icon
XP icon
You have reached 400 XP and carrot coins. That is the daily max!

This guide is designed to help the reader through the intricacies of JavaServer Pages. A basic understanding of the HTTP model and the Servelet lifecycle are presented, followed by an installation of the Apache Server.
Customers also bought

Book details

List price: $19.95
Copyright year: 2002
Publisher: Penguin Publishing Group
Publication date: 5/1/2002
Binding: Paperback
Pages: 360
Size: 7.25" wide x 8.75" long x 0.75" tall
Weight: 1.342
Language: English

Getting Started with JSP
The Backgrounder
A Brief History of the Web
How the Web Works, or the HTTP Model
TCP/IP
Clients and Servers
HTTP
HTML
What About Dynamic Content?
Primordial Java
The Life and Times of a Servlet
Why JavaServer Pages?
Playing with Pets
Installing Java
The Java 2 Platform
The Java 2 Platform, Standard Edition
Introducing Apache, Jakarta, and Tomcat
Getting Your Own Tomcat
Installing Your Tomcat
Now What?
Using an Integrated Development Environment
Thinking About JSP Web Hosting
Building Your First JSP
Saying Hello
Looking at the JSP Itself
Seeing Is Believing
The Generated Servlet
Where There's a Will, There's a Way
Another Greeting
Yet Another Greeting
A Quick Tour of JSP
Understanding JSP Application Design
The Page-Centric Design Model
The Model 2 Design Paradigm
Implicit Objects
JavaBeans
JSP Tag Libraries
Taking Stock of JSP Elements
JSP Directives
JSP Actions
JSP Scripting Elements
Getting Into JSP
Exploring Scripting Elements
I Declare!
Global or Local?
Methods or Madness?
Just an Expression
Scriplets
Any Comments?
Hidden Comments
Scripting Comments
Output Comments
Can I Quote You?
Getting a Free Lunch
Reviewing Client Requests
Scoping It Out
Page Scope
Request Scope
Session Scope
Application Scope
Seeing the Request
Request Parameters
Attributes
Headers
Making a Response
Status Codes
Headers
Maintaining Information
Cookies
Sessions
All the Other Implicit Objects
Talking to the Container
Specifying the Lingo
Handling an Error
Controlling Output
The Rest of the Story
Mixing and MatchingJSP Pages
Digging the Context
Directing the Include
Executing Standard Actions
Dynamic Includes
Being Forward
Wrapping It Up!
Creating a Web Application
Sifting Through the Parts
Defining a Web Application
Exploring the Directory Structure
Exploring the Deployment Descriptor
Mapping JSP Pages
Bits and Pieces
Working on the Client
Extending HTML
Venturing Beyond HTML
Declaring XML
Which DTD?
Being Well-Formed
Adding Static Interactions
Adding Dynamic Interactions
Forming the Request
Specifying the Input
Action Forms
Using Cascading Style Sheets
Cascading What?
Selecting Selectors
The class Attribute
The id Attribute
Choosing Properties
Text Properties
Selecting Fonts
Making Borders
Lists and Tables
Controlling the Client
Using JavaScript
Combining JavaScript and XHTML
Handling Events
Verifying the Client
Using Forms and Applets
Using a Static HTML Login
Connecting Applets and JSP Pages
Working on the Server
Brewing With Beans
Grinding Beans
Using JavaBeans in JavaServer Pages
Mixing Beans with Forms
Forwarding Data
Introducing Servlets
And in This Corner--Servlets
The Servlet Life Cycle
Hello World, Servlet Style
Saying Hello
Filtering Servlets
Building a Filter
Deploying a Filter
JSPs, Beans, and Servlets, Oh My!
Rolling Out Tags
Introducing Custom Tags
Hello World, Tag Style
Building Full-Bodied Tags
Utilizing Third-Party Tag Libraries
Entering the Real World
Locking It Down
Securing Pages
Declaring Roles
The Basic Authentication Scheme
The Digest Authentication Scheme
The Form-Based Authentication Scheme
Securing Your Sockets
Auditing Your Application
Go Global, Stay Local
What's Your Locale?
Finding Locales
Numerical Formatting
Specifying Locales
Bundling Resources
The Rest of the Story
You've Got Mail
An E-Mail Primer
Making Messages
Checking Your List
Don't Forget to XML
Extensible What?
Making XML
Processing XML
Appendixes
Help, It Doesn't Work
The Jakarta Project Taglib: An Overview
Processing XML
Speak Like a Geek: The Complete Archive
Index