1 / 617
文档名称:

Core Servlets and JavaServer Pages Volume I Core Technologies, 2nd Edition.pdf

格式:pdf   页数:617
下载后只包含 1 个 PDF 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

Core Servlets and JavaServer Pages Volume I Core Technologies, 2nd Edition.pdf

上传人:bolee65 2014/5/2 文件大小:0 KB

下载得到文件列表

Core Servlets and JavaServer Pages Volume I Core Technologies, 2nd Edition.pdf

文档介绍

文档介绍:Overview of On-Line Version
We hope you enjoy this PDF version of the international bestseller Core Servlets and
JavaServer Pages (Sun Microsystems Press). If you are interested in purchasing the
book, it is available through most major on-line and brick-and-mortar bookstores.
See details.
Interested in the sequel? Check out More Servlets and JavaServer Pages at
.
Looking for servlet and JSP short courses taught by the author?
Visit http://courses.. Available on-site at pany or at public
venues.
Complete searchable PDF version offered exclusively through the Java Lobby:
. Join now!
© Prentice Hall and Sun Microsystems. Personal use only; do not redistribute.
Chapter
Table of Contents
Acknowledgments xix
About the Author xx
Introduction xxi
Real Code for Real Programmers xxii
How This Book anized xxiii
Conventions xxvii
About the Web Site xxvii
Part 1
Servlets and 2
Chapter 1
Overview of Servlets and JavaServer Pages 4
Servlets 5
The Advantages of Servlets Over “Traditional” CGI 7
Efficient 7
Convenient 7
Home page for this book: .
Home page for sequel: .
Servlet and JSP training courses: http://courses..
v
© Prentice Hall and Sun Microsystems. Personal use only; do not redistribute.
vi Contents
Powerful 8
Portable 8
Secure 8
Inexpensive 9
JavaServer Pages 9
The Advantages of JSP 10
Versus Active Server Pages (ASP) 10
Versus PHP 10
Versus Pure Servlets 11
Versus Server-Side Includes (SSI) 11
Versus JavaScript 11
Versus Static HTML 12
Installation and Setup 12
Obtain Servlet and JSP Software 12
Bookmark or Install the Servlet and JSP API Documentation 14
Identify the Classes to the piler 14
Package the Classes 15
Configure the Server 16
Start the Server 17
Compile and Install Your Servlets 18
Chapter 2
First Servlets 20
Basic Servlet Structure 21
A Simple Servlet Generating Plain Text 23
Compiling and Installing the S