This item is not eligible for Amazon Prime, but millions of other items are. Join Amazon Prime today. Already a member? Sign in.

75 used & new from $0.01
See All Buying Options

Have one to sell? Sell yours here
 
   
Tell a Friend
Java Servlet Programming
 
 
Are You an Author or Publisher?
Find out how to publish your own Kindle Books
 
  

Java Servlet Programming (Paperback)

by Jason Hunter (Author)
4.0 out of 5 stars  (155 customer reviews)


Available from these sellers.


75 used & new available from $0.01
Also Available in: List Price: Our Price: Other Offers:
Paperback (Illustrated) $44.95 $40.46 60 used & new from $1.92
 
   

Customers Who Bought This Item Also Bought

JavaServer Pages, 3rd Edition

JavaServer Pages, 3rd Edition by Hans Bergsten

3.4 out of 5 stars (14)  $29.67
Java Servlet & JSP Cookbook

Java Servlet & JSP Cookbook by Bruce Perry

4.1 out of 5 stars (7)  $29.67
Tomcat: The Definitive Guide

Tomcat: The Definitive Guide by Jason Brittain

4.1 out of 5 stars (19)  $26.39
JavaScript Definitive Guide

JavaScript Definitive Guide by David Flanagan

Enterprise JavaBeans

Enterprise JavaBeans by Richard Monson-Haefel

4.4 out of 5 stars (187) 
Explore similar items : Books (100)

Editorial Reviews
Amazon.com
This book is a superb introduction to Java servlets and their various communications mechanisms. It includes deep and comprehensive coverage of the Java Servlet API, and also of HTTP, non-HTTP socket communications, Remote Method Invocation (RMI), and more. Throughout, the authors present excellent illustrative code and go to much effort to explain why things work the way they do.

The authors (to their credit) do not assume that Java programmers will be familiar with transport protocols or what really goes on when a Web server operates. They begin by showing how to use servlets to generate static pages, then show how to get servlets to generate customized documents in response to requests from the client side. That alone will satisfy many readers' problems. However, the authors go on to tell how to track sessions with servlets, how to carry out secure transactions, how to get servlet threads to communicate with each other, and more. If it can be done with Java servlets, it's discussed in this book. Java Servlet Programming also includes a reference to the Java Servlet API, version 2. --David Wall

Product Description
A few years ago, the hype surrounding applets put Java on the map as a programming language for the Web. Today, Java servlets stand poised to take Java to the next level as a Web development language. The main reason is that servlets offer a fast, powerful, portable replacement for CGI scripts.

The Java Servlet API, introduced as the first standard extension to Java, provides a generic mechanism to extend the functionality of any kind of server. Servlets are most commonly used, however, to extend Web servers, performing tasks traditionally handled by CGI programs. Web servers that can support servlets include: Apache, Netscape's FastTrack and Enterprise Servers, Microsoft's IIS, O'Reilly's WebSite, and JavaSoft's Java Web Server.

The beauty of servlets is that they execute within the Web server's process space and they persist between invocations. This gives servlets tremendous performance benefits over CGI programs. Yet because they're written in Java, servlets are far less likely to crash a Web server than a C-based NSAPI or ISAPI extension. Servlets have full access to the various Java APIs and to third-party component classes, making them ideal for use in communicating with applets, databases, and RMI servers. Plus, servlets are portable between operating systems and between servers -- with servlets you can "write once, serve everywhere."

Java Servlet Programming covers everything you need to know to write effective servlets and includes numerous examples that you can use as the basis for your own servlets. The book explains the servlet life cycle, showing how you can use servlets to maintain state information effortlessly. It also describes how to serve dynamic Web content, including both HTML pages and multimedia data. Finally, it explores more advanced topics like integrated session tracking, efficient database connectivity using JDBC, applet-servlet communication, inter-servlet communication, and internationalization.

See all Editorial Reviews


Product Details
  • Paperback: 510 pages
  • Publisher: O'Reilly; 1st edition (December 15, 1998)
  • Language: English
  • ISBN-10: 156592391X
  • ISBN-13: 978-1565923911
  • Product Dimensions: 9.2 x 6.8 x 1 inches
  • Shipping Weight: 1.8 pounds
  • Average Customer Review: 4.0 out of 5 stars  (155 customer reviews)
  • Amazon.com Sales Rank: #565,846 in Books (See Bestsellers in Books)

    Popular in this category: (What's this?)

    #16 in  Books > Computers & Internet > Programming > Java > Servlets

    (Publishers and authors: Improve Your Sales)
  • In-Print Editions: Paperback (Illustrated) |  All Editions


Look Inside This Book
Browse Sample Pages:
Front Cover | Table of Contents | Excerpt | Index | Back Cover