or
Sign in to turn on 1-Click ordering.
 
 
More Buying Choices
19 used & new from £0.69

Have one to sell? Sell yours here
 
   
JavaServer Pages
 
See larger image
 

JavaServer Pages (Paperback)

by Hans Bergsten (Author)
3.7 out of 5 stars  See all reviews (7 customer reviews)
RRP: £31.95
Price: £28.76 & this item Delivered FREE in the UK with Super Saver Delivery. See details and conditions
You Save: £3.19 (10%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
Usually dispatched within 1 to 3 weeks.
Dispatched from and sold by Amazon.co.uk. Gift-wrap available.

8 new from £3.95 11 used from £0.69

Product details

  • Paperback: 684 pages
  • Publisher: O'Reilly Media, Inc, USA; 2nd Revised edition edition (3 Sep 2002)
  • Language English
  • ISBN-10: 059600317X
  • ISBN-13: 978-0596003173
  • Product Dimensions: 22.9 x 17.8 x 3.3 cm
  • Average Customer Review: 3.7 out of 5 stars  See all reviews (7 customer reviews)
  • Amazon.co.uk Sales Rank: 525,849 in Books (See Bestsellers in Books)

    Popular in these categories:

    #15 in  Books > Computing & Internet > Web Development > Web Scripting & Programming > JavaServer Pages
    #20 in  Books > Computing & Internet > Programming > Languages > Java > JavaServer Pages (JSP)
  • See Complete Table of Contents

Customers Viewing This Page May Be Interested in These Sponsored Links

  (What is this?)
   Java opens new browser window
Microsoft.com/VisualStudio  -  Try Visual Studio® 2010 Beta For Free. Quick & Easy Download! 
   .jsp Pages opens new browser window
www.stylusstudio.com/JSP-Tools/  -  Powerful JSP and XML Editing Tools Easy to Use, Download a Free Trial! 
   Java book for UK opens new browser window
www.ComputerManuals.co.uk  -  Computer Manuals Bookstore IT Books Quick, and Big Discounts 
  
 

Product Description

Amazon.co.uk Review

Here is a comprehensive guide to a fast-growing technology for Web developers. JavaServer Pages (JSPs) let you 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 does not cost anything to get started. All the example code in this book has been tested on Tomcat.

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, which is aimed at Web page designers as well as programmers, covers JSP application development. There are chapters on scripting elements, error handling, managing user sessions, database access, security, and the use of XML and XSL with JSP. Part III is for programmers, and broadens the scope to include EJB and other Java components, developing custom tags, and achieving highly scaleable applications using database connection pools. The book concludes with a comprehensive reference section.

The author has been an active participant in the official Servlet and JSP working groups, and his book is both well informed and well organised. 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 --This text refers to an out of print or unavailable edition of this title.



Product Description

JavaServer pages (JSP) enable Web developers to combine the flexibility of HTML with the power of Java components to capitalize on dynamic features for Web applications. The simplicity of JSP's component-based model, combined with the cross-platform power of Java, creates a Web development environment with enormous potential. 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 in to 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 detail - in fact, most of the examples are updated to use this new technology from Sun Microsystems, Inc. Filled with examples, this 2nd Edition is completely revised and updated to cover the 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

Suggested Tags from Similar Products

 (What's this?)
Be the first one to add a relevant tag (keyword that's strongly related to this product)
 
software
java
web site development
programming languages - java
jsp
ignore

Your tags: Add your first tag
 

 

Customer Reviews

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

 
2 of 2 people found the following review helpful:
5.0 out of 5 stars Pure Quality, 20 Jul 2001
By A Customer
Not very many people know how to write good books, even less know how to write good computer books. So i consider myself quite lucky to have come across such an informative, well writen, concise book that just happened to be on a subject i was keen to learn about. I just new after browsing through the book and reading a few chapters, that this would be the only JSP book i would ever need. The book is spilt into two parts, the first is intended to be understood by both designers and developers. But i don't know many designers who have the technical know how to understand whats being said in the first part. So any designer buying the book may be in for a steep learning curve - but hey what do i know - try it for yourselves. The second part is purely for developers, and i would say that if you don't know any java then the second part will be a struggle, but ultimately worthwhile if you are prepared to put the effort in. All in all, the book teaches you all you need to know about JSP's and how to intergrate them with servlets and beans. Excellent.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
1 of 1 people found the following review helpful:
2.0 out of 5 stars Easy to follow, but relies too much on authors code, 26 Feb 2002
By A Customer
Easy to follow and learn, but a lot of examples rely on using the authors Java beans and classes..which makes you feel like your learning how to use his software instead of concentrating entirely on JavaServer Pages.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
1 of 1 people found the following review helpful:
3.0 out of 5 stars Good in general, but room for improvement, 6 Nov 2001
By A Customer
This book treats the basics of JSP well - how beans work, the different JSP elements, how to embed Java into pages, flow control etc. It'll certainly get you up and running.

The author does rely rather heavily on his own tag libraries. If you're happy to use these without question you won't have any complaints. As a developer, however, you will to know how how to do this stuff for yourself. I found the section on developing actions somewhat too brief (esp. on the TagExtraInfo classes), and felt this could be lengthened, perhaps at the expense of chapters like 'Database Access' which relies completely on the aforementioned libraries.

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 Thumbs up!
It took me about 30 days to get through this book. It was very enlignening concerning JSP. It covered every relevant aspect of JSP, which I was pleased about. Read more
Published on 25 Jan 2003 by evo4ever

3.0 out of 5 stars Good introduction. Specifics very flawed
This book is a work of two parts. The first is a gentle introduction to JSP. The author has quite reasonably chosen to keep out of the way any issues concerning development of... Read more
Published on 4 Aug 2002 by howardsmiller

4.0 out of 5 stars Thorough Introduction to JSP
I had Java Client and Server/Servlet experience before reading this book, but had never touched JSP. Wanted to learn it rather than ASP, CGI etc. Read more
Published on 8 Mar 2001

4.0 out of 5 stars A good book for someone seeking to gain insight into JSP
This book deals with all the aspects of JSP in complete detail and has the user engrossed from the very beginning. Read more
Published on 18 Jan 2001

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
 

   


Look for similar items by category


Look for similar items by subject


Feedback

Ad

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.