35 used & new from $0.01

Have one to sell? Sell yours here
 
 
JavaServer Pages, Second Edition
 
 
Tell the Publisher!
I’d like to read this book on Kindle

Don’t have a Kindle? Get your Kindle here.
 
  

JavaServer Pages, Second Edition (Paperback)

~ (Author)
3.7 out of 5 stars  See all reviews (42 customer reviews)


Available from these sellers.


16 new from $0.01 19 used from $0.01

Formats

Amazon Price New from Used from
  Paperback -- $0.01 $0.01
There is a newer edition of this item:
JavaServer Pages, 3rd Edition JavaServer Pages, 3rd Edition 3.4 out of 5 stars (18)
$29.67
In Stock.
What Do Customers Ultimately Buy After Viewing This Item?
JavaServer Pages, 3rd Edition
62% buy
JavaServer Pages, 3rd Edition 3.4 out of 5 stars (18)
$29.67
JavaServer Pages, Second Edition
17% buy the item featured on this page:
JavaServer Pages, Second Edition 3.7 out of 5 stars (42)
Web Development with JavaServer Pages
17% buy
Web Development with JavaServer Pages 4.3 out of 5 stars (85)
Beginning JavaServer Pages
3% buy
Beginning JavaServer Pages 3.4 out of 5 stars (8)
$26.37

Customers Who Bought This Item Also Bought

JavaServer Pages Fast & Easy Web Development w/CD

JavaServer Pages Fast & Easy Web Development w/CD

by Aneesha Bakharia
JavaScript: The Definitive Guide

JavaScript: The Definitive Guide

by David Flanagan
4.4 out of 5 stars (290)  $31.49
Explore similar items

Editorial Reviews

Amazon.com Review

This comprehensive guide to JavaServer Pages (JSPs), a fast-growing technology for Web developers, teaches you how to embed server-side Java into Web pages, while also offering full access to other features such as JavaBeans, Enterprise JavaBeans (EJB), and JDBC database access. The reference JSP implementation is the freely available Apache Tomcat server, so it won't cost a thing to get started. All the example code in the book has been tested on Tomcat, in fact.

The first part of JavaServer Pages covers the essentials of HTTP and Java Servlets, on which JSPs are based. There is also a guide to installing Tomcat on your Windows or Unix system. The next part, aimed at Web page designers as well as programmers, covers JSP application development. There is material on scripting elements, error handling, managing user sessions, database access, security, and using XML and XSL with JSP. Part 3, for programmers, broadens the scope to include EJB and other Java components, developing custom tags, and achieving highly scalable applications using database connection pools. A comprehensive reference section finishes things off.

The author has been an active participant in the official servlet and JSP working groups, and this book is both well informed and well organized. It provides experts with invaluable tips and insights, while newcomers will find all they need to assess and implement their first JSP applications. --Tim Anderson, Amazon.co.uk --This text refers to an out of print or unavailable edition of this title.



Product Description

Written by a key contributor not only to the JSP specification, but also to the JSP and Servlet reference implementations, the second edition of this comprehensive guide to JavaServer Pages shows you how to embed server-side Java into Web pages, while also offering full access to other features such as JavaBeans, Enterprise JavaBeans (EJB), and JDBC database access. In addition, this book covers the new Java Standard Tag Library (JSTL) in exhaustive detail-- in fact, most of the examples are updated to use this groundbreaking new technology from Sun Microsystems, Inc. Filled with useful examples and the depth, clarity, and attention to detail that made the first edition so popular with web developers, JavaServer Pages, 2nd Edition is completely revised and updated to cover the substantial changes in the 1.2 version of the JSP specifications, and includes coverage of the new JSTL Tag libraries-an eagerly anticipated standard set of JSP elements for the tasks needed in most JSP applications, as well as thorough coverage of Custom Tag Libraries.

Product Details

  • Paperback: 684 pages
  • Publisher: O'Reilly Media; 2 edition (August 15, 2002)
  • Language: English
  • ISBN-10: 059600317X
  • ISBN-13: 978-0596003173
  • Product Dimensions: 9 x 7 x 1.3 inches
  • Shipping Weight: 2 pounds
  • Average Customer Review: 3.7 out of 5 stars  See all reviews (42 customer reviews)
  • Amazon.com Sales Rank: #1,642,053 in Books (See Bestsellers in Books)

More About the Author

Hans Bergsten
Discover books, learn about writers, read author blogs, and more.

Visit Amazon's Hans Bergsten Page

Look Inside This Book
Browse Sample Pages:
Front Flap | Table of Contents | First Pages | Index


Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 
(2)
(1)

Your tags: Add your first tag
 

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

42 Reviews
5 star:
 (20)
4 star:
 (5)
3 star:
 (7)
2 star:
 (4)
1 star:
 (6)
 
 
 
 
 
Average Customer Review
3.7 out of 5 stars (42 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
14 of 14 people found the following review helpful:
5.0 out of 5 stars The JSP BIBLE has arrived, December 6, 2001
By Mark Lowe (Huntington Beach, CA) - See all my reviews
This review is from: JavaServer Pages (Paperback)
This is hands down the best introduction to JSP coding. I've been through at least a dozen other publishers and no other book has been so clear and concise with all the relevant issues that plague serious JSP developers today. Usually a book will contain sections that aren't useful or don't deal with real life issues facing corporate programmers. This book handles everything from the most basic example to offering many perspectives of other programming theories. Having read the entire book, I'd have to say this book sets itself aside as THE best rendition of everything that makes for a great technical publication.

Many companies demand that you use best of breed coding methods before they will hire you on as a JSP developer. They want database connection pools, security considerations, localization of content, and they will typically force you to work with a number of different development environments and back-end servers. This book not only gives you the big picture, but it comes with WORKING EXAMPLES! I was able to use this book to learn how to install TOMCAT (the best JSP development environment) and watch the EXACT code in the book function flawlessly. I dare say having bought over 50 technical books in the last 10 years, this is an industry first. And the author examples every single line of code so you never get lost or confused about what is happening.

If you're asking yourself if you should buy this book, and you have a project requiring JSP knowledge and you've done either no or very little JSP coding, Hans will take you through a bottom up approach that will get you on the right path and make you look like an expert corporate programmer. It will be the first technical book in a long time that you've read cover to cover and wished there was more content to be had.

Anyone criticizing this book simply hasn't read it.

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
20 of 22 people found the following review helpful:
4.0 out of 5 stars A complete primer to JSP technology, January 11, 2001
By Cees van Barneveldt (Grand Rapids, MI United States) - See all my reviews
This review is from: JavaServer Pages (Paperback)
This a primer that describes the background JSP and server side programming in Java, as well it is a rather good tutorial for developing JSP. The JSP technology is based on the servlet technology, so it is very useful (I would say a must) to read a book on servlets first. "Java Servlet Programming" from Hunter & Crawford makes a good reading companion. It is complete and generally well written, but I have some points of critique.

The book consists of 3 parts (excl. appendices): a) Part 1 "JSP Application Basics" gives a good theoretical overview of the JSP technology and environment. b) Part 2 "JSP Appication Development" gives a complete overview for the developer of the actual JSP pages. But it also has stuff that is only relevant for Java developers (such a Java primer) and lots of examples that can only be understood by reading the chapters in part 3 of the book, meant for Java developers. c) Part 3 "JSP and J2EE and JSP Component Development" is meant for the hardcore Java developer and describes the development of Java Beans and JSP custom actions. It has very strong chapters about how JSP fits in the J2EE architecture and how it combines with servlets. There is also a short chapter about Java Beans, the description is good but the example is incomplete. The last two chapters about JSP Custom Actions and Database Access Components are difficult and rather messy.

General points of critique: A) The JSP architecture has as weakness that it does not clearly separate development of HTML content and Java code. Basically this technology shifts the burden from the Java servlet developer to the HTML content developer, who is now very afraid to break Java code embedded in the HTML page. This book suffers from the same problem: the chapter about JSP application development is written too much from a Java development background with too less consideration for the needs of the HTML developer. B) Things are not always explained in the right order, which makes examples difficult to understand. Especially the relation between JSP custom actions and tag libraries became clear to me at the very last moment.

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
15 of 16 people found the following review helpful:
5.0 out of 5 stars This book is too cheap !!!, March 17, 2001
By Sergio Oliveira "saoj" (Rio de Janeiro - Brazil) - See all my reviews
(REAL NAME)   
This review is from: JavaServer Pages (Paperback)
I cannot understand why some people did not like this book. It is definetly those kind of books that make O'Reilly one of the most respectful tech editors. I also have Core Servlets and JSP, which is awful compared to this one. The Core book just say 'do that to get that'. It does not say why, when, the advantages, drawbacks, alternatives, etc. It is just a reference book, it does not teach you anything useful, just the JSP syntax, so you may think that you know JSP, but you actually don't. I had this feeling because I first read the Core book. But then when I read the O'Reilly one I realized that I did not know anything about JSP. I was ashamed of thinking I once knew it. To conclude: If you want to be a JSP specialist buy the O'Reilly's book. If you want to know the syntax of JSP by the Core one.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews

5.0 out of 5 stars An essential reference text...
Review
So, you're surfing a web site and hit a web page that ends with the extension .jsp. Looks like a regular web page to you, and if you view the source, it still looks... Read more
Published on January 8, 2004 by Thomas Duff

4.0 out of 5 stars Examples are very good
This second-edition is very good...provides excellent coverage
of all JSP topics. The examples are VERY helpful. (I also use
the free Tomcat V4. Read more
Published on October 6, 2003 by the-yakker

5.0 out of 5 stars A great book to learn JSP
This book is by far the best book to JSP - the latest version. It gave me some ideas. This book is loaded with useful code. Read more
Published on August 16, 2003 by Michael Pucciarelli

3.0 out of 5 stars not for Java programmers
Excellent writing style. BUT, I concur with another reviewer - too many details are left out of the first few chapters and there is an over-reliance on the O'Reilly tag library. Read more
Published on May 22, 2003

5.0 out of 5 stars Excellent Book!
This book really gets you up to speed with JSP / JSTL! Clear information on the concepts and the background, lot's of real world examples that allow you to build your own... Read more
Published on February 24, 2003 by Thomas Amrein

5.0 out of 5 stars Great book
I'm a newbie, and I find the book to be clear and concise. I also have to admit that the author is quick to get back if you have questions! (Always a nice feature, IMHO.)
Published on February 21, 2003 by John B. Ferrigan

5.0 out of 5 stars Clear & Concise
Bergens did an amazing job of flowing the information for JSP for novice and advanced users. I would have liked a little more info on how to implement with Struts, but that's OK... Read more
Published on December 20, 2002 by Robert S. Sfeir

2.0 out of 5 stars Poorly edited
One problem I have with O'Reilly books is that the authors seem to have no sense of how to frame explanations for beginners. Read more
Published on December 20, 2002

1.0 out of 5 stars Pick a different book
First things first, I am commenting on the FIRST EDITION. Sadly, the author has chosen to use tags, custom tags in most of the examples. Read more
Published on November 8, 2002

3.0 out of 5 stars Disappointed. 2.5 stars.
Scattered throughout this book is some good introductory, conceptual material. Most the actual development advice is missing. Read more
Published on September 30, 2002 by Joe Campbell

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
 


Active discussions in related forums
Search Customer Discussions
Search all Amazon discussions
   




Product Information from the Amapedia Community

Beta (What's this?)


Look for Similar Items by Category


Look for Similar Items by Subject

 

Feedback

If you need help or have a question for Customer Service, contact us.
 Would you like to update product info or give feedback on images?
Is there any other feedback you would like to provide?

Your comments can help make our site better for everyone.



Your Recent History

 (What's this?)

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.