or
Sign in to turn on 1-Click ordering.
 
 
Express Checkout with PayPhrase
What's this? | Create PayPhrase
Sorry!
More Buying Choices
23 used & new from $2.00

Have one to sell? Sell yours here
 
   
JavaServer Pages Developer's Handbook
 
 
Tell the Publisher!
I’d like to read this book on Kindle

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

JavaServer Pages Developer's Handbook (Paperback)

~ (Author), Mark Szolkowski (Author) "THIS FIRST CHAPTER WILL INTRODUCE YOU to the big picture surrounding JSP technology..." (more)
Key Phrases: spservice method, tag handler object, dynamo application server, Internet Explorer, Apache Axis, Sun Microsystems (more...)
3.2 out of 5 stars  See all reviews (5 customer reviews)

List Price: $54.99
Price: $37.52 & this item ships for FREE with Super Saver Shipping. Details
You Save: $17.47 (32%)
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
Upgrade this book for $4.99 more, and you can read, search, and annotate every page online. See details
In Stock.
Ships from and sold by Amazon.com. Gift-wrap available.

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

Want it delivered Tuesday, November 10? Choose One-Day Shipping at checkout. Details
11 new from $11.85 12 used from $2.00

Editorial Reviews

Product Description

JavaServer Pages Developer's Handbook gives practical, in-depth implementation advice on building robust JSP applications. Learn how to use JSP within enterprise Java applications, and when working with databases and Enterprise JavaBeans. Incorporate JSP tag libraries and frameworks, including Struts, to simplify page construction. This book covers JSP 2.0 and Servlets 2.4 including the expression language, filters, and expanded support for XML in JSP applications.

Create custom tags to automate common functions, interact with Enterprise JavaBeans, and ensure security and reliability in JSP applications. The authors demonstrate transforming and presenting XML data, building Web Service applications, and deploying JSP applications using Jakarta Tomcat. At the end of the book, you'll build a complete working Web application incorporating many of the topics discussed.



From the Back Cover

JavaServer Pages Developer's Handbook gives practical, in-depth implementation advice on building robust JSP applications. Learn how to use JSP within enterprise Java applications, and when working with databases and Enterprise JavaBeans. Incorporate JSP tag libraries and frameworks, including Struts, to simplify page construction. This book covers JSP 2.0 and Servlets 2.4 including the expression language, filters, and expanded support for XML in JSP applications.

Create custom tags to automate common functions, interact with Enterprise JavaBeans, and ensure security and reliability in JSP applications. The authors demonstrate transforming and presenting XML data, building Web Service applications, and deploying JSP applications using Jakarta Tomcat. At the end of the book, you'll build a complete working Web application incorporating many of the topics discussed.


Product Details

  • Paperback: 840 pages
  • Publisher: Sams (June 9, 2003)
  • Language: English
  • ISBN-10: 0672324385
  • ISBN-13: 978-0672324383
  • Product Dimensions: 8.6 x 7 x 2 inches
  • Shipping Weight: 2.8 pounds (View shipping rates and policies)
  • Average Customer Review: 3.2 out of 5 stars  See all reviews (5 customer reviews)
  • Amazon.com Sales Rank: #1,809,517 in Books (See Bestsellers in Books)

More About the Author

Nick Todd
Discover books, learn about writers, read author blogs, and more.

Visit Amazon's Nick Todd Page

Inside This Book (learn more)




Tag this product

 (What's this?)
Think of a tag as a keyword or label you consider is strongly related to this product.
Tags will help all customers organize and find favorite items.
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

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

 
3 of 3 people found the following review helpful:
4.0 out of 5 stars Great for developers, November 29, 2003
By cassian78 "cassian78" (Orlando, FL United States) - See all my reviews
I'm a seasoned ColdFusion and Java developer who wanted to learn JSP. I found this book to be fast moving, with many examples and solid explanations of the topics at hand. You'll find coverage on using JavaBeans, EJBs, and J2EE containers with JSP to prime you for books dedicated to each of those subjects, along with great explanation on when to use what, and how JSP fits into the J2EE framework. Chapters are around 30-40 pages each, with enough detail to get you started whilst wheting your appetite for your own experimentation on Tomcat. I read the book in less than 2 weeks and felt comfortable with all the material covered.

I would not recommend this book to an inexperienced developer. There are a handful of minor code and example errors (such as an OS X screen shot for no reason!) which might confuse somebody new to Java and web development in general. Also, the coverage for configuring Tomcat, taglibs, etc. is probably not comprehensive enough for a newbie - you'll have to read the Jakarta docs to get some of the examples working. Of course, this is also a great way to learn how to configure the platform, since you're going to have to learn these things sooner or later anyway.

If you are already in web development and need a fast paced, comprehensive resource for learning JSP, I recommend this book wholeheartedly. This is a great starting point for learning J2EE as a framework.

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 As a servlet guy I like this book., March 25, 2004
I am a hard core Java Servlet guy. Never really had much desire for JSPs. To me Servlets was "real" programming and JSP's were for folks who didn't like Java programming. But after reading through this book I am beginning to like JSP's. It's a great quick reference for using JSP's with JavaBeans. It's a bummer there isn't any coverage of JavaServer Faces; that would have been an excellent addition to this book.
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 Very good introduction to JSP, November 17, 2003
By A Customer
Quite comprehensive coverage of JSP2.0 especially JSTL.

The book attempts to cover a lot of topics. Web applications, JNDI, XML,XSLT, JDBC and JSTL. Even a smattering of Struts and EJBs.

One thing I liked about the book is the fact that everything is covered with an intent to portray the way a JSP utilizes these technologies. JSTL tag coverage is comprehensive. The authors keep coming back to the JSTL tags to show how they simplify matters and achieve the view and model separation.

In short read this book if you want to :
1. Learn all the Jsp directives.
2. Familiarize yourself with the JSTL core, xml,sql and internationalization tags.
3. Write your own JSP tags. The custom tags treatment can be improved but it does get the point across.
4. Acquire an understanding 'under the hood'. Generated servlets are listed and analyzed to give an idea to the user as to how the jsp code was processed by the servlet container.

Tomcat 4.1 and a preview version of Tomcat that incorporates JSP 2.0 were used to demonstrate the book's material.

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 Javaserver pages developer's handbook
This is one of the worst book I've read.
At first I was impressed by the good presentation of the book (schemas, layout, structure etc... Read more
Published on January 27, 2004 by A. D. LE

3.0 out of 5 stars Very Average
This book is good in many ways, giving a good overview of JSP's. It lets itself down by not providing enough information to get the "in text" examples working, and the... Read more
Published on November 11, 2003 by Matthew Williams

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
   


Listmania!


Create a Listmania! list

So You'd Like to...


Create a guide

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.