Location:  Home» Web Dev » Client-Server Systems » Special Edition Using Java Server Pages and Servlets (Special Edition Using)  
Categories
Web Dev
Web Marketing
General Marketing
E-commerce
Subcategories
Paperback
Trade

Special Edition Using Java Server Pages and Servlets (Special Edition Using)

Special Edition Using Java Server Pages and Servlets (Special Edition Using)

enlarge enlarge 
Author: Mark Wutka
Publisher: Que
Category: Book

List Price: $39.99
Buy Used: $0.01
You Save: $39.98 (100%)



New (6) Used (26) from $0.01

Rating: 4.0 out of 5 stars 13 reviews
Sales Rank: 1000611

Media: Paperback
Pages: 768
Number Of Items: 1
Shipping Weight (lbs): 2.6
Dimensions (in): 9.1 x 7.4 x 1.7

ISBN: 0789724413
Dewey Decimal Number: 005.27
UPC: 029236724412
EAN: 9780789724410
ASIN: 0789724413

Publication Date: October 20, 2000
Availability: Usually ships in 1-2 business days

Similar Items:

  • Java Enterprise in a Nutshell (In a Nutshell (O'Reilly))
  • HTML & XHTML: The Definitive Guide (6th Edition)
  • Java Network Programming, Third Edition
  • JavaScript Pocket Reference (2nd Edition)
  • Core Servlets and Javaserver Pages: Core Technologies, Vol. 1 (2nd Edition)

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.


Customer Reviews:   Read 8 more reviews...

3 out of 5 stars Good for syntax, bad for "Using Java"   August 22, 2001
0 out of 3 found this review helpful

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. Once you start getting into the technologies that surround Java, such as database connections and CORBA, this book gets tough to follow. There is code example after code example with little or no explanation of what the code is doing step by step. I know that I like when the author walks me through code so I can understand the first time, and not have to look at more examples. This book does not do that. Overall I think there is material to be learned from this book, though I'm not sure if it's easily extracted. I haven't read the WROX JSP book, but from what I have seen, that might be a better way to go.


5 out of 5 stars Must have for serious developers   April 17, 2001
Amber C Hayes (Overland Park, KS United States)
1 out of 1 found this review helpful

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. This is probably the best servlet book I've ever read and I've read several. The book explains obscure points that aren't entirely clear in the specification itself and cautions against problems that aren't obvious unless you're a very experienced programmer. It also provides lots of invaluable suggestions for those of us trying to figure out exactly how the J2EE architecture should be implemented. If you're just learning servlets, Java, or web programming you probably want to start with a simpler book.


5 out of 5 stars Fabulous Book   March 11, 2001
Garth Grimm (Palo Alto, CA USA)
13 out of 13 found this review helpful

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.


5 out of 5 stars Fabulous Book!!   March 11, 2001
Garth Grimm (Palo Alto, CA USA)
4 out of 4 found this review helpful

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.


4 out of 5 stars All for developing a Web Application   March 2, 2001
R.DE HERAS CALLEJA (Madrid - Spain)
1 out of 1 found this review helpful

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. Also a good and useful explanation of the MVC paradigm and good examples of web applications develpment.

SEO and Marketing Tips
BETA RELEASE
Loans | Mobile Phones | Anime | Advertising | LoanCheap Books | Linens | iPod Sale | Layouts MySpace Игри
Magazin Ro Special Edition Using Java Server Pages and Servlets (Special Edition Using)