48 used & new from $0.32

Have one to sell? Sell yours here
 
 
Web Development with Java Server Pages
 
 

Web Development with Java Server Pages (Paperback)

~ (Author), Mark A Kolb (Author)
4.3 out of 5 stars  See all reviews (85 customer reviews)


Available from these sellers.


9 new from $5.99 39 used from $0.32

Formats

Amazon Price New from Used from
  Paperback, May 14, 2000 -- $5.99 $0.32

Customers Who Bought This Item Also Bought

JavaServer Pages, 3rd Edition

JavaServer Pages, 3rd Edition

by Hans Bergsten
3.4 out of 5 stars (18)  $29.67
Core Servlets and Javaserver Pages: Core Technologies, Vol. 1 (2nd Edition)

Core Servlets and Javaserver Pages: Core Technologies, Vol. 1 (2nd Edition)

by Marty Hall
4.1 out of 5 stars (33)  $40.94
Java Servlet & JSP Cookbook

Java Servlet & JSP Cookbook

by Bruce W. Perry
3.8 out of 5 stars (8)  $29.67
Beginning JSP Web Development

Beginning JSP Web Development

by Jayson Falkner
Java Servlet Programming (Java Series)

Java Servlet Programming (Java Series)

by Jason Hunter
4.0 out of 5 stars (155)  $40.29
Explore similar items

Editorial Reviews

Amazon.com Review

Web Development with JavaServer Pages is truly an excellent and in-depth tutorial in the effective use of JSPs to build Web applications. Geared toward the Web designer or intermediate Java programmer who's making a transition to JSPs for the first time, this text contains a wealth of information on basic and advanced techniques.

This tutorial is as good as any that's available, and covers all of the necessary JSP directives and syntax. For each directive, possible attributes are listed in convenient tables, which makes this also a worthwhile reference to everyday JSP development that explores the nooks and crannies of JSP APIs, and how pages are built (and cached) on today's JSP platforms.

Web Development with JavaServer Pages also does a good job of showing how to design JavaBean components and integrate them into your JSPs through tags. (Ideally, beans should do the calculation and "thinking" on the middle tier, while JSPs work on the front end.) You'll learn the right way to proceed with JSPs and beans--reinforced via a number of effective code samples. A larger example, a Web database of frequently asked questions (FAQs), demonstrates the big picture with JSPs and beans. Final chapters turn toward a useful aspect of JSP, custom tags, which allow Java programmers to extend the set of available tags for JSP front-end designers. There's even a sample of interactive tags, in which tags work together with other tags, with sample code.

Filled with plenty of details that carry the reader well beyond the basics, this text is one of the better available tutorials for learning JSPs. Its no-nonsense presentation style and useful examples can help put JSP development into the hands of anyone who has some prior HTML or Java experience. --Richard Dragan

Topics covered:

  • Overview of JavaServer Pages (JSPs)
  • Server-side scripting languages, compared
  • The advantages of Java servlets and JSPs
  • Tutorial for basic JSP (tags and directives, expressions and scriptlets, flow control, and comments)
  • JSP implicit objects, including request, response, and out
  • Tutorial for simple JavaBean components
  • The JSP useBean, setProperty, and getProperty tags
  • Defining bean properties, including indexed properties
  • Sample beans for JSPs
  • Quick tutorial for JDBC and Java database programming
  • Web application architecture using JSPs and beans
  • Servlets vs. JSPs
  • Introduction to Enterprise JavaBeans
  • Case study for an FAQ database
  • Web archive (WAR) files, and deploying JSP-based Web applications
  • Advanced topics in JSP development, including using cookies, error pages, JavaScript, and validating HTML form data
  • Sample JSPs, including banner ads and a random-quote generator
  • Custom tag libraries (basic and advanced interactive tags)
  • Running Tomcat
  • Combining JSPs with applets
  • JSP syntax reference


Review

"This is the only other one of the JSP books that I consider outstanding...I give it an unbiased enthusiastic endorsement." -- Marty Hall, author of Core Servlets and JavaServer Pages

Salient language leads the reader from simple to complex Web development with JSP. Clear, concise, comprehensive, and an enjoyable read overall. -- Web Builder Magazine

the authors make it a point to discuss the technology thoroughly with well-placed examples...without a doubt the best book I've read on JSP development. -- Web Techniques Magazine

Product Details

  • Paperback: 554 pages
  • Publisher: Manning Publications; 1st edition (May 15, 2000)
  • Language: English
  • ISBN-10: 1884777996
  • ISBN-13: 978-1884777998
  • Product Dimensions: 9 x 7.4 x 1.4 inches
  • Shipping Weight: 2.2 pounds
  • Average Customer Review: 4.3 out of 5 stars  See all reviews (85 customer reviews)
  • Amazon.com Sales Rank: #382,447 in Books (See Bestsellers in Books)

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

    #1 in  Books > Computers & Internet > Web Development > Programming > Java Server Pages

More About the Author

Duane K. Fields
Discover books, learn about writers, read author blogs, and more.

Visit Amazon's Duane K. Fields Page

Look Inside This Book


What Do Customers Ultimately Buy After Viewing This Item?


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).
 
(53)
(38)
(23)
(4)

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

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

 
25 of 25 people found the following review helpful:
5.0 out of 5 stars One of the better book!, August 5, 2000
By A Customer
This is presently, one of two better books on JSP. The other book is "core servlets & jsp" by M. Hall. Hereby, I will compare these two books:

1. I like the clarity of Hall's book. Hall expained everything very well although he did not touch as much depth as Fields & Kolb. Fields & Kolb's book was also well written, although a little on the verbose side; but it has the advantage of reaching further in depth: for example, the use of token handling to prevent re-execution of critical requests when the users push refresh...

2. The code examples in both books are excellent and worked very well. Again, Hall's examples lack some depth. For example, the databases examples are pretty poor and another key examples such as the Travel Agency examples are not as nearly as complete. Fields & Kolb's examples, some of them probably require more of your attention, reach far more in depth. I particularly like the examples on databases and customtags, expecially the examples on FAQ which is really outstanding.

My conclusion is the two books complement each other pretty well and you should buy both. And forget about those wrox books which are often an horror when it comes to testing the code examples. And you know, in programming, without good codes, you don't learn much!

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



 
41 of 44 people found the following review helpful:
5.0 out of 5 stars Great tutorial on JSP with in-depth coverage of custom tags, April 4, 2000
If you are new to Java Server Pages this is the book to start with. It covers the basics on JSP construction, bean creation and connection and how work with data bases. There is a section on how to architect JSP applications to make their construction easier.

The book is full of easy to understand examples. They range from the simple "hello world" to the complex (and useful) FAQ manager.

There is also in-depth coverage on how to build your own custom tag libraries. Until now you needed to wade into the Sun Java docs, this book makes custom tags painless.

If you are serious about JSP / XML combinations, this is the book to get started with.

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



 
32 of 34 people found the following review helpful:
5.0 out of 5 stars An Excellent Book on JSP, June 25, 2000
Just finished reading this excellent book. I believe this is one of the best well-written books ever since Java came into existence. The things I liked about this book are:

- The authors spent a lot of time explaining the fundamentals of JSP in detail, thereby providing a very good foundation.

- The chapters "Architecting JSP application" and "An example JSP project" have been very useful for me. In fact, I am using the concepts and examples presented in these chapters for a project that I am working on.

- The tips, notes, and warnings throughout the book are very useful in applying JSP technology in the real world.

- The support sites, author-online at the Manning web site are available for us to ask questions to the authors and also for discussion on JSP. I have personally found these sites to be extremely useful.

I hope to see the following things in the next version of the book:

- An exclusive chapter on the fundamentals of servlets and how it ties with JSP.

- An exclusive chapter on how JSP and EJB can work together - A real world "non-trivial" example will certainly help.

- I would also like the authors to address some of the concerns that Jason Hunter (Author of JAVA servlet programming, by O'Reilly) listed on his site,

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

1.0 out of 5 stars Entirely too technical
This book is exactly what I *didn't* need. I have a project due in 2 weeks, I don't know JSP and need to create something Yesterday. Read more
Published on November 13, 2007 by T. Justin Lilly

1.0 out of 5 stars Practically Useless
This book is subtitled, "A practical guide for designing and building dynamic web services". Yeah, right. Read more
Published on October 5, 2005 by Craig Cecil

5.0 out of 5 stars Best JSP book
This has been a very good buy for me. It explains all the JSP concepts well and also has very good information on javabeans. Read more
Published on August 20, 2004 by Java Cup

5.0 out of 5 stars Amazing JSP introduction book
This book can also be used as reference.

Great care is also shown in providing lot of code examples that are on the point in each chapter. Read more

Published on March 2, 2004 by Kishore Dandu

4.0 out of 5 stars Great book but not for NEW JSP programmers
Several months ago I was tasked with building several web applications using Java Server pages and had practically NO time to learn and even less help from peers. Read more
Published on October 1, 2003 by T. Radke

5.0 out of 5 stars A very nice JSP book
It covers JSP in pretty detail and in simple language.
Published on June 3, 2003

5.0 out of 5 stars Classic JSP Book
This is the best JSP book available -- and the only one you'll need.

The book's examples are very helpful -- helped me develop my school project, which was based on Java/JSP... Read more

Published on January 22, 2003 by S. Kubasek

5.0 out of 5 stars Outstanding reference
I have worn out the binding on this book during my recent struggle learning JSP. Coming from a non-java web scripting background (PHP, ASP, Perl), Java is different enough to... Read more
Published on December 13, 2002 by J. Trelfa

2.0 out of 5 stars vague for beginners, worthless for professionals
This book doesn't depict every aspect of JSP technology in a clear and concise manner and is poorly organized. Read more
Published on December 8, 2002 by YM Lai

3.0 out of 5 stars thin paper and too many words
With so many highly rated reviews, I'm just amazed.

This book is wordy to the point of being boring. Read more

Published on November 27, 2002 by Guy E. Thompson

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
 

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.