Have one to sell? Sell yours here
Sorry, this item is not available in
Image not available for
Colour:
Image not available

 
Tell the Publisher!
I’d like to read this book on Kindle

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Inside Servlets: Server-side Programming for the Java Platform [Paperback]

Dustin R. Callaway
4.6 out of 5 stars  See all reviews (7 customer reviews)

Available from these sellers.


Formats

Amazon Price New from Used from
Paperback --  
Amazon.co.uk Trade-In Store
Did you know you can trade in your old books for an Amazon.co.uk Gift Card to spend on the things you want? Visit the Books Trade-In Store for more details. Special Offer until June 30, 2013: Receive an additional £5 promotional Gift Certificate, when you trade-in at least £10 worth of books. Learn more.

Book Description

4 May 2001 0201709066 978-0201709063 2

Java servlets are the killer app for server-side programming. They represent the first cross-platform solution for server-side development that delivers the performance developers require -- and they've been incorporated into nearly every leading Web server platform. Inside Servlets, Second Edition teaches developers all they need to build robust, powerful servlets with Sun's new Servlets 2.2 API. It combines detailed, real-world projects, a comprehensive API reference, and extensive new coverage of crucial topics ranging from security to database integration. The book starts with a brief, crystal-clear introduction to servlet technology and architecture -- and then dives into the sophisticated techniques Java developers need to make the most of their servlets. Dustin Callaway provides a complete development framework for building Internet applications, as well as three start-to-finish sample servlets. He also offers outstanding, code-rich explanations of key techniques such as state/session management, cookies, thread-safe servlets, JDBC database access, cross-request communications, request forwarding, and partitioning. This Second Edition adds extensive coverage of deployment, servlet security and authentication, internationalization, JavaServer Pages, and more.


Product details

  • Paperback: 912 pages
  • Publisher: Addison Wesley; 2 edition (4 May 2001)
  • Language: English
  • ISBN-10: 0201709066
  • ISBN-13: 978-0201709063
  • Product Dimensions: 18.3 x 4 x 23.4 cm
  • Average Customer Review: 4.6 out of 5 stars  See all reviews (7 customer reviews)
  • Amazon Bestsellers Rank: 1,629,358 in Books (See Top 100 in Books)
  • See Complete Table of Contents

More About the Author

Discover books, learn about writers, and more.

Product Description

From the Back Cover

Java™ servlet technology, an integral part of the Java 2 Enterprise Edition (J2EE) platform, has become the de facto standard for creating dynamic, data-driven Web applications. By conforming to the Java™ Servlet API, developers can guarantee that their server-side programs will run on any J2EE-compliant platform that fully supports Java.

Written for the thousands of Web programmers, designers, and consultants who want to expand their repertoire of development tools or enhance their servlet programming skills, Inside Servlets, Second Edition, provides exactly the information needed. It offers important background information on Web technologies, an inside look at Java servlet technology, a hands-on servlet tutorial, and a guide to advanced servlet programming for creating sophisticated, high-performance Web sites.

This second edition has been thoroughly updated to incorporate versions 2.2 and 2.3 of the Java Servlet Specification. In addition, the book has been expanded to provide in-depth coverage of such vital topics as security, JavaServer Pages™, packaging and deployment, advanced database access techniques, and servlet troubleshooting.

Within this book you will find an introduction to Web technologies that explains such fundamentals as TCP/IP, firewalls, proxy servers, sockets, MIME, and HTTP. A servlet tutorial offers information on basic servlet structure, demonstrates how to write and run your first servlet, and previews the Servlet API. Inside Servlets then moves on to advanced servlet concepts and techniques. Lastly, a complete reference to the Servlet API is provided.

Specific topics featured include:

  • Writing thread-safe servlets
  • Servlet debugging
  • HTTP redirects
  • Cookies and session management
  • Server-side includes
  • Request forwarding
  • Servlet chaining
  • Database access with JDBC™
  • Security and encryption
  • JavaServer Pages (including custom tag libraries)
  • Packaging and deployment
  • Servlet troubleshooting
  • Separating content from presentation using a servlet-based template framework
  • Servlet filtering and application lifecycle events (introduced in Servlet API 2.3)

In addition, Inside Servlets, Second Edition, contains an entire section devoted to real-world examples of servlets in action, with detailed explanations and complete source code.

The web site accompanying this book contains the source code and compiled class files for all sample code; JRun 3.0 from Allaire; SevletExec 3.0 from New Atlanta Communications; Resin 1.2 from Caucho Technology; Apache Tomcat 3.1 and 3.2; MySQL database and JDBC(TM) driver; JBuilder 4 Foundation Edition from Borland; and many other valuable servlet development tools.



0201709066B06292001

About the Author

Dustin R. Callaway is a well-known Internet programmer, consultant, trainer, and author. He currently works as a senior software engineer for Financial Fusion, Inc., a leading provider of financial services software. Dustin holds a B.S. degree in computer science from Brigham Young University and is the founder of SourceStream, an Internet consulting and software development firm. He can be reached via e-mail at dustin@insideservlets.com or on the Web at www.InsideServlets.com.

0201709066AB06152001


Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

Customer Reviews

3 star
0
2 star
0
1 star
0
4.6 out of 5 stars
4.6 out of 5 stars
Most Helpful Customer Reviews
1 of 1 people found the following review helpful
5.0 out of 5 stars Excellent introduction to servlets 12 July 1999
By A Customer
Format:Paperback
This book does an excellent job of clearly and concisely showing how to create production-quality servlets. It provides useful foundation material about protocols and the Web, which you can skim if you already know this stuff. The servlet topics themselves are presented in a step-by-step manner that never leaves you "hanging". Anyone with basic Java programming skills should find this book suitable. Programmers with some familiarity with servlets should also find some useful suggestions for more effective techniques.

I highly recommend it.

Comment | 
Was this review helpful to you?
4.0 out of 5 stars Excellent intro into Servlets 10 Nov 1999
Format:Paperback
Good primer, although it doesn't cross into the JSP world
Comment | 
Was this review helpful to you?
5.0 out of 5 stars The best book to get started with Servlets! 26 July 1999
By A Customer
Format:Paperback
This book encapsulates everything you need to know to get started with Servlets. The examples and reference materials were expertly put together. I highly recommend this book to anyone serious about learning Servlets.
Comment | 
Was this review helpful to you?
4.0 out of 5 stars A Good Servlet Primer 7 July 1999
By A Customer
Format:Paperback
I have been developing websites for three years using Perl, ColdFusion, ASP, and Netscape's Live wire. This book made Sun's Java Servlet API as straight forward as any web development technology I have come across. I cannot believe I did not take the Java plunge sooner! If I did have a complaint it would be a lack of deeper coverage of JDBC and more source code on the CD. However, this book did make me comfortable enough to do my own investigations in newsgroups, listservers, and resource sites.

This is an ideal Servlet primer, but do not expect to find any tutorials on the Java language itself - this is pure Servlet API.

Comment | 
Was this review helpful to you?
4.0 out of 5 stars New to servlets? This will help. 28 Jun 1999
By A Customer
Format:Paperback
While this book spends a considerable percent of its pages on "Introduction to the Web" and servlet basics (you don't get to write "Hello World" till chapter 5!), it does take off from chapter 7. There are good examples and the accompanying CD has everything you need to start trying out servlets on your own machine.

I bought this book primarily to find more info on implementing servlets for JDBC database access; and I wish they could have covered this topic more comprehensively (they only devote 15 pages to this topic)... but what they did give me was more than enough to get started on a dynamic database-driven web application.

While I am experienced at other methods, I knew close to nothing about servlets; so I found this book's pace quite appropriate. For those who code Java in their sleep, this book will probably not help very much.

Buy this book if you want concise, clear-cut, introductory examples in servlet programming.

Comment | 
Was this review helpful to you?
5.0 out of 5 stars Started writing servlets right away! 25 Jun 1999
By A Customer
Format:Paperback
I am certainly not new to programming, but I WAS new to Java servlets. And even though I hadn't written a lick of Java before this book, it was not very hard to follow along. One of the great things about this book is that it's not a monster in size! I got through it in a few days and I'm ready to put my first servlets into production. It covers a lot of topics in just the right detail. I was extremely pleased. I've also e-mailed the author with some questions and he has been amazingly receptive and helpful. Go buy this book! And tell Dustin that Neil sent ya!"
Comment | 
Was this review helpful to you?
5.0 out of 5 stars Clear explanations and real-world code examples 11 Jun 1999
By A Customer
Format:Paperback
This book gives you everything you need to get started writing server-side Web applications in Java. It takes you through essential background information, such as the HTTP protocol and TCP/IP, explains how to install and configure a web server to run Java servlets, and builds usable applets using clear explanations and real-world code examples.
Comment | 
Was this review helpful to you?
Would you like to see more reviews about this item?
Were these reviews helpful?   Let us know
Search Customer Reviews
Only search this product's reviews

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 

Search Customer Discussions
Search all Amazon discussions
   


Listmania!

Create a Listmania! list

Look for similar items by category


Feedback