Locale Page...  Global  |  Germany  |  UK  |  USA
Your privat CyberGadget - The finest Resources for Web-Designer, Web-Master and Web-Developer!
Quick Search
Advertisement
Partner & Friends
Developersdex
Tutorial Guide
Send News    Add URL / Entry    Tag it:digg it!Stumble It!YahooMyWeb!del.icio.us!Simpify!reddit!Netvouz!Ma.gnolia!FurlIt!Blogmarks!BlinkList!
Books: Other

AVG Rating: 8.00
  Added 24 Jan 05   Updated 03 Dec 08
Tomcat 5 Unleashed (Unleashed)  
37.53 $
New from 5.00 $
11 Used from 4.85 $

Author Lajos Moczar
Publisher Sams
Publication Date 2004-08-26
Paperback - 768 Pages
ISBN 0672326361

Amazon Reviews
amazon.com:

Tomcat is the most widely used Java-based Web application server available, and the latest version, Tomcat 5.x, has a variety of features that allow developers and administrators to create and maintain sophisticated enterprise-level Web applications.

As open-source technologies like Tomcat have become more popular and more powerful, developers and organizations increasingly want to be able to create open source technology-based applications with the same scalability, security, and stability traditionally associated with commercial software.

Tomcat Unleashed is a comprehensive book that shows readers how Tomcat 5.x can meet such expectations and use it as the cornerstone of the modern enterprise. The book includes detailed, hands-on coverage of the use of Tomcat in the enterprise and the integration of Tomcat with other components - databases, LDAP servers, Web servers and particular Web application frameworks like Struts and Cocoon.

amazon.com:

Getting the most bang for their buck is a goal for every company, large or small. That is why open-source technologies are becoming so popular. However, organizations are often wary of the scalability, security and stability that open-source technologies offer. Tomcat Unleashed is a comprehensive guide that will show you how Tomcat 5.x can meet these expectations and more. Detailed, hands-on coverage of Tomcat 5.x will teach you how to deploy it at an enterprise level, as well as integrate it with other components, including databases, LDAP and web application frameworks. Get the most bang for your buck with Tomcat Unleashed.

amazon.com:
Tomcat is the most widely used Java-based Web application server available, and the latest version, Tomcat 5.x, has a variety of features that allow developers and administrators to create and maintain sophisticated enterprise-level Web applications. As open-source technologies like Tomcat have become more popular and more powerful, developers and organizations increasingly want to be able to create open source technology-based applications with the same scalability, security, and stability traditionally associated with commercial software.Tomcat Unleashed is a comprehensive book that shows readers how Tomcat 5.x can meet such expectations and use it as the cornerstone of the modern enterprise. The book includes detailed, hands-on coverage of the use of Tomcat in the enterprise and the integration of Tomcat with other components - databases, LDAP servers, Web servers and particular Web application frameworks like Struts and Cocoon.
[ Add a Comment ]Amazon Customer Comments
Too heavy at beginning to be usefulRating: 2
18 Oct 2006 @ amazon.com
After a useful chapter 1 "Quickstart", the text plunges quickly into mind-boggling complexity, including lengthy initial "Security basics", philosophic "Overview of JEE application development", "Web application principles", "Web application design", and a do-it-my-way "Setting up a development environment" chapters. Do we have to have Ant and MySQL installation at the start? Finally, chapters 9 and 10 are helpful for those who either persevered or skipped ahead.

Publishers should require better writing skills from their authors and "cut-the-crap".
Best One I Found on TomcatRating: 5
06 Sep 2006 @ amazon.com
There are quite a few Tomcat books. This is, easily, the best I found so far. Since Tomcat is the servlet container of choice at our shop, I ordered every book I could find on Tomcat.

Basically, Lajos Moczar writes with a lot of passion about best practices. And, they happen to be opinions that I mostly agree with and enforce!
great overviewRating: 5
09 May 2006 @ amazon.com
This is a great introduction - very clear, very easy to read! My goal was to configure already installed tomcat for a new domain in a very short period of time. This is the second book I tried to read on Tomcat - and in contrast with the first one (I spent 3 hours on one chapter because it just did not sink in), this is very easy to udnerstand for a beginner.
This book does not only go into how to do something, it also explains "why," so you can begin to understand the basic principles of Tomcat set up and quickly catch on.
great resourceRating: 5
28 Feb 2006 @ amazon.com
writer uses very close reader relationship approach and book reading flows like butter,

it creates a nice context alongside to make learning of tomcat less dry and more realistic

good job

great resourceRating: 5
27 Feb 2006 @ amazon.com
writer uses very close reader relationship approach and book reading flows like butter,
it creates a nice context alongside to make learning of tomcat less dry and more realistic
good job
Top flight TomcatRating: 5
14 Oct 2005 @ amazon.com
I took a while to study the books about the Tomcat server and finally settled on this one. When I got into it, it was better than I thought it would be. If you want to learn how to work with Tomcat 5 (there’s also good information on Tomcat 4), this is the one. It takes a pragmatic and practical approach and covers every topic you need to implement a production Tomcat server. I have no criticisms of this book and no regrets for having ordered it.
Very limited useRating: 2
06 Jul 2005 @ amazon.com
This book should be about Tomcat 5 with some supporting examples that are related to configuring and running Tomcat. It is not the case here. There are pages and pages of complete JSP implementations, quite detailed explanation about implementing MVC controller for example, JAAS (good thing but more useful for EJB’s; I’d rather read something about JDBC authentication that is used in servlets, but there is none about it here), or a lot of other approaches to JSP and servlets (with full code spanning several pages). Great thing. But what about Tomcat? Oh, yeah, and .... "you run all these great things with Tomcat". That’s pretty much it. This is a book about JSP development and not even a bit about Tomcat. I already know JSP and the reason Im buying this book because I need to know about.....Tomcat! The book should also cover Tomcat 5.5. Not a word inside about 5.5 (hardly anything about 5.0!) So, do not waste money on this book. Get APRES’s Pro Jakarta Tomcat 5 by Matthew Moodie if you wanna know anything about Tomcat 5.0 AND 5.5 (both covered with examples given for both, and some JSP code ONLY to help you understand how Tomcat works!)
shows how to implement a framework for a web appRating: 4
04 Oct 2004 @ amazon.com
If you program Java servlets and JSPs, chances are good that you are using Tomcat. It provides a very well debugged container for your applications. Here, Moczar walks you through version 5, the very latest.

He takes a lot of the mystery about what J2EE is, if you decide to use Tomcat to hold J2EE applications. He illustrates with a very common 3 tier architecture - client, middle and back tiers. Most crucially, with the middle tier being subdivided into a presentation layer, controller, business logic and a lowest layer that talks to the back tier. A lot of the book essentially fleshes out how Tomcat acts as a container to hold that middle tier. Plus, within that tier, how JSPs and servlets can be used to make each layer. Of course, there are many details. But if you keep the overall framework clear in your mind, then you should have no problem following his narrative.

The last part of the book is more suited for Tomcat sysadmins. Programmers usually will not need much material from this section.
Add a Comment!  You must login first, to write an comment/review!
Topic / Title / Summary ...


Comment / Review


 

© 2001 - 2008 CYGAD.NET | All rights reserved. | Terms of Service | About | Time data: GMT +1! | Portal Release X2.6.1 Beta | RunTime: 0.8178
Optimized for Internet Explorer Internet Explorer 6.0+, Firefox Firefox 1.5+!