Have one to sell? Sell yours here
JavaServer Pages, Second Edition
 
See larger image
 
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.

JavaServer Pages, Second Edition [Paperback]

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


Available from these sellers.


Textbook Student FREE Two-Day Shipping for Students. Learn more

Formats

Amazon Price New from Used from
Paperback --  
There is a newer edition of this item:
JavaServer Pages, 3rd Edition JavaServer Pages, 3rd Edition 3.4 out of 5 stars (18)
$28.46
In Stock.

Book Description

059600317X 978-0596003173 August 15, 2002 Second Edition

Since its inception in 1999, Enterprise Java has taken the Java programming community by storm--developers have realized its potential for building distributed applications. Today, JavaServer Pages (JSP) continues to harmonize how web designers and programmers create dynamic web sites. JSP builds on the popular Java servlet technology and makes it easier to develop dynamic web applications--even if you're not a hard-core programmer.

JavaServer Pages, 2nd Edition is completely revised and updated to cover the substantial changes in the 1.2 version of the JSP specification, and also includes detailed coverage of the new JSP Standard Tag Library (JSTL)--an eagerly anticipated specification of a set of JSP elements for the tasks needed in most JSP applications. This book starts off by illustrating how JSP capitalizes on the power of Java servlets to create effective, portable web applications. It shows how to get started using the Apache Tomcat server, and provides detailed coverage of JSP syntax and features, error handling and debugging, authentication and personalization, and how to use JSTL for database access, XML processing, and internationalization.

JavaServer Pages recognizes the different needs of the two groups of professionals who want to learn JSP: page authors interested in using JSP elements in web pages, and programmers concerned with learning the JSP API and using JSP effectively in an enterprise application. If you're in the latter group, this book also teaches you such advanced topics as integrating servlets and JavaBeans with JSP, using the popular Apache Struts MVC framework to illustrate how it's done. Finally, the author presents how to develop custom tag libraries, using realistic examples that you can use as a springboard for your own JSP libraries.

"This is a complete, comprehensive, and most of all, practical book. The author excels at sharing his vast expertise so web developers can make the most out of JavaServer Pages and related web technologies." --Pierre Delisle, JSP Standard Tag Library Specification Lead

Customers Who Bought This Item Also Bought


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.

About the Author

Hans Bergsten is the founder of Gefion Software, a company focused on Java services and products based on the J2EE technlogies. Hans has been an active participant in the working groups for both the servlet and JSP specifications from the time they were formed. He also contributes to other related JCP specifications, such as JSP Standard Tag Libraries (JSTL), and helped get the development of the Apache Tomcat reference implementation for servlet and JSP started as one of the initial members of the Apache Jakarta Project Management Committee.


Product Details

  • Paperback: 684 pages
  • Publisher: O'Reilly Media; Second Edition 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 Best Sellers Rank: #2,625,152 in Books (See Top 100 in Books)

More About the Author

Discover books, learn about writers, read author blogs, and 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.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


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 
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.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


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.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

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











Only search this product's reviews



What Other Items Do Customers Buy After Viewing This Item?


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 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
   
Related forums


Listmania!


Create a Listmania! list

So You'd Like to...


Create a guide


Look for Similar Items by Category


Look for Similar Items by Subject