See buying choices for this item to see if it's one of the millions that are eligible for Amazon Prime.

44 used & new from $0.53

Have one to sell? Sell yours here
 
 
Special Edition Using Java Server Pages and Servlets
 
 
Tell the Publisher!
I’d like to read this book on Kindle

Don’t have a Kindle? Get yours here.
 
  

Special Edition Using Java Server Pages and Servlets [ILLUSTRATED] (Paperback)

by Mark Wutka (Author)
4.2 out of 5 stars See all reviews (13 customer reviews)


Available from these sellers.


14 new from $5.60 30 used from $0.53

Customers Who Bought This Item Also Bought

Java Enterprise in a Nutshell (In a Nutshell (O'Reilly))

Java Enterprise in a Nutshell (In a Nutshell (O'Reilly))

by Jim Farley
4.3 out of 5 stars (25)  $29.67
HTML & XHTML: The Definitive Guide (6th Edition)

HTML & XHTML: The Definitive Guide (6th Edition)

by Chuck Musciano
4.1 out of 5 stars (149)  $31.49
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)  $24.23
Java Network Programming, Third Edition

Java Network Programming, Third Edition

by Elliotte Harold
3.8 out of 5 stars (35)  $26.37
JavaScript Pocket Reference (2nd Edition)

JavaScript Pocket Reference (2nd Edition)

by David Flanagan
3.6 out of 5 stars (18)  $9.94
Explore similar items

Editorial Reviews

Product Description
Special Edition Using JSP and Servlets starts by detailing the evolution of web servers that led to the creation of ASP and JSP. It explains both the limitations of previous technologies and the benefits that JSP provides including platform independence. Includes coverage of: organizing applications with multiple files and client-side objects, generating well-formed XML using JSP, storing data in cookies and sessions, interacting with Enterprise Java Beans, displaying dynamic graphics with Java 2D, and using RMI and Corba to enhance JSP applications. The final chapters demonstrate advanced JSP & Servlet techniques, including using JSP to create wireless & XML-based applications. Appendices provide an overview of popular JSP & Servlet runtime environments, including Jrun, Tomcat and ServletExec.

From the Back Cover
Special Edition Using JSP and Servlets starts by detailing the evolution of web servers that led to the creation of ASP and JSP. It explains both the limitations of previous technologies and the benefits that JSP provides including platform independence. Includes coverage of: organizing applications with multiple files and client-side objects, generating well-formed XML using JSP, storing data in cookies and sessions, interacting with Enterprise Java Beans, displaying dynamic graphics with Java 2D, and using RMI and Corba to enhance JSP applications. The final chapters demonstrate advanced JSP & Servlet techniques, including using JSP to create wireless & XML-based applications. Appendices provide an overview of popular JSP & Servlet runtime environments, including Jrun, Tomcat and ServletExec.

See all Editorial Reviews

Product Details

  • Paperback: 768 pages
  • Publisher: Que; illustrated edition edition (October 20, 2000)
  • Language: English
  • ISBN-10: 0789724413
  • ISBN-13: 978-0789724410
  • Product Dimensions: 9.1 x 7.4 x 1.7 inches
  • Shipping Weight: 2.6 pounds
  • Average Customer Review: 4.2 out of 5 stars See all reviews (13 customer reviews)
  • Amazon.com Sales Rank: #1,075,177 in Books (See Bestsellers in Books)

    Popular in these categories: (What's this?)

    #4 in  Books > Computers & Internet > Web Development > Programming > Java Server Pages
    #24 in  Books > Computers & Internet > Programming > Java > Servlets

Look Inside This Book

What Do Customers Ultimately Buy After Viewing This Item?

Special Edition Using Java Server Pages and Servlets
80% buy the item featured on this page:
Special Edition Using Java Server Pages and Servlets 4.2 out of 5 stars (13)
Java Network Programming, Third Edition
20% buy
Java Network Programming, Third Edition 3.8 out of 5 stars (35)
$26.37

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
 
Help others find this product — tag it for Amazon search
No one has tagged this product for Amazon search yet. Why not be the first to suggest a search for which it should appear?

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

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

 
13 of 13 people found the following review helpful:
5.0 out of 5 stars Fabulous Book, March 11, 2001
By Garth Grimm "garth_grimm" (Palo Alto, CA USA) - See all my reviews
I've never been so happy to find a book as I've been to find this one! If you're like me, this is the perfect book for you, and from what I can tell, it's one of a kind.

I'd seen books on Java (servlets), books on JSP, books on XML, and understand the concepts of presentation/application/data layers for web applications. Unfortunately, all the books seemed to treat these techonologies as if they were stand-alone solutions. The clear focus of this book is how to get these technologies to work together to provide an elegant, modular, and easily maintainable solution to application problems.

Even in the first chapters (basic JSP application), the book is already laying out it's primary theme. It specifically draws your attention to the way the JSP's use Java in two basic areas. The first half being the creation and manipulation of objects, and the second half being the presentation of the data. It then explains that in a few chapters you'll learn that the top half should be in a servlet and the JSP should focus on the second half.

IRT some of the other reviews I've read...

Yes, you need to know some Java. This book isn't going to explain classes, polymorphism, inheritance, or interfaces to you -- it expects that you know what they mean. But simply working through a few Sun trails or a Java-in-24-hours type book will be enough.

Also, if the phrase "multi-tier application architecture" sounds like a foreign language phrase, then this book isn't really focused toward the obstacles that you're currently dealing with. A good chunk (about 1/2, I'd say) of the book is meant to clear up how to use these technologies in a multi-tier environment. If you don't know what one is, then a lot of the book is going to seem irrelevant.

But if you do know what "multi-tier" means, and you have understanding of the technologies, this is the book that fills in the gaps involved with integrating them together in a single solution.

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



 
8 of 8 people found the following review helpful:
5.0 out of 5 stars A perfect addition the technical library, November 8, 2000
By Avery Harris (Atlanta, GA USA) - See all my reviews
Simply put - a must have for the serious web based application developer! Rarely (if ever) do you find a gem such as this, which serves as an unparalleled reference guide for the Java architect, provides a leg up for experienced software developers looking to delve into writing web applications using Java, as well as gives web designers some insight into server-side programming with Java. Nowhere else have I seen a work, in such a practical manner, fully explain Java web application architecture and how to implement JSP and servlets together, and apply them beyond HTML, to create XML documents and files and even applications for the wireless web! Also, where else do you find all this as well as indepth coverage of security, EJB, CORBA, and RMI?
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
11 of 13 people found the following review helpful:
2.0 out of 5 stars The book may be not for you, December 21, 2000
By Gonzalo Robert Diaz (Nashville, TN USA) - See all my reviews
(REAL NAME)   
Do not buy this book unless you have:

- A very good knowledge of the Java language - Some experiemce doing HTML pages - A good idea about how a web server applications work

Because the book will not bother to explain any of these points. It contains some good tips and highlights about JSP and servlet programming, but the subjects are so loosely organized that it cannot even be considered a tutorial on them. Part of the blame is to be attributed to the subject itself: it is a rapidly evolving one and there is not yet a standard way to address many of the issues covered in the book. But anyway ...

For example: by the middle of the book the author realizes that, after going through dozens of servlet code examples, he still hadn't told you how to invoke them! Then he presents a by all means insufficient half-page outline.

For example: There are some appendices about web servers, where in the web they are and how to make them work. If you know your way through web servers, these appendices are useless, if you don't, they are insufficient.

I am not saying that the book is bad, but after going through the previous reviews you may think that this book will transform you from an application developer into a web developer. Not so. It is aimed to a very specific kind of public that know their way into web programming and are looking for some conceptual highlights. By no means a tutorial or a structured reference.

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


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

3.0 out of 5 stars Good for syntax, bad for "Using Java"
This book has an excellent first few chapters. It really introduces the Java language, explains how it works, and makes it fairly easy to keep up. Read more
Published on August 22, 2001

5.0 out of 5 stars Must have for serious developers
I normally don't write book reviews but I saw this book had some poor reviews and felt it necessary to add my two-cents worth. Read more
Published on April 16, 2001 by Amber C Hayes

5.0 out of 5 stars Fabulous Book!!
I've never been so happy to find a book as I've been to find this one! If you're like me, this is the perfect book for you, and from what I can tell, it's one of a kind. Read more
Published on March 11, 2001 by Garth Grimm

4.0 out of 5 stars All for developing a Web Application
Correct cover of Servlets and JSPs issues and the relationships between them. How to work with each one, and how to combine them in different architectures. Read more
Published on March 1, 2001 by R.DE HERAS CALLEJA

5.0 out of 5 stars Good Examples of Practical Solutions
This is an excellent book for someone who wants to learn more about JSP and Servlets. There are great chapters on handling form data, working with cookies, using the Session,... Read more
Published on January 26, 2001 by Thomas J. Quaile

1.0 out of 5 stars poorly written book
this book was written in a hurry to make some quick bucks. it jumps from topic to topic without any focus. examples contain too many errors. Read more
Published on January 9, 2001 by Robert Smith

4.0 out of 5 stars One to have
MVC design pattern in J2EE is explained well.
Published on December 30, 2000 by Siva Palaniyandi

5.0 out of 5 stars Simple the Best
This book is great, simple the best.... nothing else matter.. Enjoy.
Published on December 13, 2000 by Marcio Di Pietro

5.0 out of 5 stars Superb, this is a relatively new one but THE BEST!
OK, before this the two top ones for JSP were:

1. Core JSP and Servlets (Marty Hall)
2. Web Development with JSP (or something like that)

My fav was NO. Read more

Published on November 6, 2000 by Shashank Tripathi

5.0 out of 5 stars Great examples, easy to read...
This book is more than I expected to get from a text on JSP and Servlets. It will suffice if you need a reference but is much more powerful if you want to build real world apps... Read more
Published on November 2, 2000 by Michael Connor

Only search this product's reviews



Customer Discussions

 Beta (What's this?)
New! See all customer communities, and bookmark your communities to keep track of them.
This product's forum (0 discussions)
  Discussion Replies Latest Post
  No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
  [Cancel]

   


Product Information from the Amapedia Community

Beta (What's this?)



Look for Similar Items by Category


Don't Slip and Slide

HeatTrak Heated Walkway

Keep your walkways safe and clear of snow and ice using the HeatTrak heated walkway.

Shop all HeatTrak heated walkways

 

Best Books of 2008

Best of 2008
Find our top 100 editors' picks as well as customers' favorites in dozens of categories in our Best Books of 2008 Store.
 

Buy Three Books, Get a Fourth Free

4-for-3 Books
Order any four eligible books under $10 and get the lowest-price book free in our 4-for-3 Books Store. See more details.
 

Pull It Together

Shop for drawer pulls
Well-chosen cabinet and drawer pulls provide unity and charm to your home's look.

Shop for drawer pulls

 
Ad

 

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.



Where's My Stuff?

Shipping & Returns

Need Help?

Your Recent History

  (What's this?)
You have no recently viewed items or searches.

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.

Look to the right column to find helpful suggestions for your shopping session.

Continue shopping: Top Sellers
Free
Free by Chris Anderson
Paranoia
Paranoia by Joseph Finder
The Adventures of Sherlock Holmes
The Adventures of Sherlock Holmes by Arthur Conan, Sir, 1859-1930 Doyle
Glenn Beck's Common Sense

Conditions of Use | Privacy Notice © 1996-2009, Amazon.com, Inc. or its affiliates