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

Have one to sell? Sell yours here
 
   
Web Development with JSP
 
See larger image
 

Web Development with JSP (Paperback)

by Duane K. Fields (Author)
4.5 out of 5 stars  See all reviews (4 customer reviews)
RRP: £40.50
Price: £29.22 & this item Delivered FREE in the UK with Super Saver Delivery. See details and conditions
You Save: £11.28 (28%)
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
In stock.
Dispatched from and sold by Amazon.co.uk. Gift-wrap available.

Only 1 left in stock--order soon (more on the way).

Want guaranteed delivery by Wednesday, November 11? Choose Express delivery at checkout. See Details
5 new from £26.48 6 used from £14.99

Frequently Bought Together

Customers buy this book with Murach's Java Servlets and JSP by Andrea Steelman

Web Development with JSP + Murach's Java Servlets and JSP
Price For Both: £64.50

One of these items ships sooner than the other. Show details

  • This item: Web Development with JSP by Duane K. Fields

    In stock.
    Dispatched from and sold by Amazon.co.uk.
    This item Delivered FREE in the UK with Super Saver Delivery. See details and conditions

  • Murach's Java Servlets and JSP by Andrea Steelman

    Usually dispatched within 1 to 3 weeks.
    Dispatched from and sold by Amazon.co.uk.
    This item Delivered FREE in the UK with Super Saver Delivery. See details and conditions


Customers Who Bought This Item Also Bought

Murach's Java Servlets and JSP

Murach's Java Servlets and JSP

by Andrea Steelman
5.0 out of 5 stars (2)  £35.28
Head First Servlets and JSP: Passing the Sun Certified Web Component Developer Exam

Head First Servlets and JSP: Passing the Sun Certified Web Component Developer Exam

by Bryan Basham
4.2 out of 5 stars (12)  £24.03
Spring in Action

Spring in Action

by Craig Walls
4.8 out of 5 stars (13)  £22.73
jQuery in Action

jQuery in Action

by Bear Bibeault
5.0 out of 5 stars (3)  £18.35
Beginning JSP, JSF & Tomcat Web Development: From Novice to Professional

Beginning JSP, JSF & Tomcat Web Development: From Novice to Professional

by G & Sekler, M Zambon
4.7 out of 5 stars (3)  £24.27
Explore similar items

Product details

  • Paperback: 800 pages
  • Publisher: Manning Publications; 2 edition (13 Nov 2001)
  • Language English
  • ISBN-10: 193011012X
  • ISBN-13: 978-1930110120
  • Product Dimensions: 23.1 x 18.5 x 4.6 cm
  • Average Customer Review: 4.5 out of 5 stars  See all reviews (4 customer reviews)
  • Amazon.co.uk Sales Rank: 687,206 in Books (See Bestsellers in Books)

    Popular in this category:

    #24 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?)
   Web Development CMS opens new browser window
www.Ektron.com  -  SEO Friendly CMS - Web Development Register for an Instant DEMO 
   Suppliers of JSP products opens new browser window
www.allpark.co.uk  -  0845 094 2217 for next day delivery or purchase securely on-line 
   Jsp Web Development opens new browser window
www.stylusstudio.com/JSP-Tools/  -  Powerful JSP and XML Editing Tools Easy to Use, Download a Free Trial! 
  
 

Product Description

Amazon.co.uk Review

Java Server Pages, JSP, is a Java based template system for constructing Web sites to deliver dynamic Web page content. In this regard it's similar to ASP or Cold Fusion. The book is written by site developers who choose to use it during Sun's development of JSP 1.0: pretty brave. It also covers the newer JSP 1.1 release.

JSP works by providing a set of HTML-like tags which are interpreted by the JSP container (which in turn is usually supported by Java servlets) rather than by embedding the page generating code in the program code. This makes it easier to maintain sites. The authors make a good fist of showing how to use JSP with Beans, explaining JSP directives (which specify scripting languages, for example), and using it with JNDI and other Java technologies.

As with so much Web server programming, anything practical requires a mixture of technologies and programming languages to work. JSP is no exception. As a result, most of the book is taken up with examples--ranging from the trivial to the eminently practical - showing how to use JSP for various task types and which Java technologies best expedite it. This isn't the end, though, as JSP can be used with non-Java languages--an adventure fortunately left to the student.

JSP comes late to the dynamic Web page feast, and is certainly no easier than ASP--and arguably more complex than Cold Fusion--but for Java programmers it has the huge advantage of being well integrated with the existing Java technologies. The authors are to be congratulated on an impressive and convincing JSP exposition. --Steve Patient --This text refers to an out of print or unavailable edition of this title.



Product Description

The second edition of the bestselling Web Development with JavaServer Pages updates and expands the original. In the entirely rewritten first part of the book the authors provide a gentle introduction to the important technologies on which JSP depends. The book then launches into its updated coverage of the JSP 1.2 and Servlet 2.3 standards. New chapters on servlet filters, tag-library validation, and non-HTML content are filled with fresh examples.

This second edition shares the strengths of the first, based on the authors' substantial experience with real-world development. The book covers the complete feature set of JSP 1.2, and both the advantages and the "gotchas" associated with those features. Its depth of coverage has been an important contributor to this book's success.

You'll learn how to use databases in web applications, how to separate the look of a web page from its underlying business logic, and even how to design elegant and scalable application architectures. You can learn from and modify the many examples to get up to speed quickly. And you will develop a deep understanding of JSP technology.

What's inside:

  • HTTP and Java Servlets
  • Dynamic web scripting
  • Tag-based JSP programming
  • Custom tags
  • JSP components
  • Servlet- and page-centric application designs
  • Working with databases
  • Servlet filters
  • JSP for non-HTML content
  • Tons of examples and real code



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)
 
jsp

Your tags: Add your first tag
 


 

Customer Reviews

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

 
3 of 3 people found the following review helpful:
5.0 out of 5 stars Excellent book, 12 Dec 2001
This book covers aspects of JSP from the java developers perspective. It includes examples using Java Patterns so that you can quickly build your own applications with JSP. The chapter on distributing your application by describing the WAR file structure was very useful. The examples are pitched at a high enough level for you to feel confident that you have a good grounding in JSP after reading the book. As all good JSP books there is considerable mention of servlets and examples are given to illustrate the servlet centric model. My only criticism is that perhaps there are too many examples that use scripting elements as opposed to JSP tags.
Having said that there are many books on Tag development and it was probably right to focus on the basics first.
The detailed description of bean scope was very clear and there are examples of using the RequestDispatcher class which are missing from many books on JSP.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
2 of 2 people found the following review helpful:
5.0 out of 5 stars The ultimate JSP reference book, 25 April 2001
By A Customer
This has turned out to be one of those books which I just cannot do without. It is clear and concise enough to act as an introduction to JavaServer Pages for someone who has had little or no exposure to the technology, with a nice logical layout and introduction to each topic. It is also, however a very good technical reference book and as well as covering all the features of JSP gives good guidance on how to implement a real world web-based application by discussing sensible architectural design choices and helping decide which is the most logical to implement based on the skill set of your developers, team size and application complexity etc.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
2 of 2 people found the following review helpful:
4.0 out of 5 stars Book overview - nice nuggets, 7 Jun 2000
By A Customer
After completing a small JSP development, half this book was 'revision' for what I had already done - but a good half of the book expanded my knowledge. I'm showing some of the technical nuggets of information to other JSP development staff and getting sharp intakes of appreciation.
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

4.0 out of 5 stars Great book, peters out towards the end though
Overall this is a good book. I'm new to web development but have worked with Java and distributed applications for about four years. Read more
Published on 22 Jan 2003 by mhc_research

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
 

   


Listmania!


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.