IT programming books related reviews
Title: Professional Apache Tomcat
Publisher: Wrox
Authors: Chanoch Wiggers, Ben Galbraith, Vivek Chopra, Sing Li, Debashish Bhattacharjee, Amit Bakore, Romin Irani, Sandip Bhattacharya, Chad Fowler
Rating: 5/5
I was quite pleased with this book. I've been active on the Tomcat mailing lists for many months, and have seen the level of frustration experienced by new users firsthand due to the existing Tomcat documentation. While lack of solid documentation is one of the problems most open source projects face, there are always books written as supplements, and of the Tomcat books I have read, this one stands out far above the rest.In particular, I found the chapters on Shared Tomcat Hosting (Chapter 19), Log4J (Chapter 18), Server Load Testing (Chapter 20), and the web server connectors to be the most valuable. Most of the traffic on the mailing lists is generated from problems using the connectors, and the authors went to great lengths to explain their configuration and usage in a clear and concise manner, even in a load balancing environment.For systems administrators in a corporate or ISP environment, the chapter on shared hosting is worth the price of the book all by itself. It lays out how to handle shared hosting with Tomcat solo as well as integrated with Apache, and also describes setting up a separate JVM for each virtual host, something that can be critical to making system administration easy. After all, you don't want a problem with one client's Tomcat to cause problems for other clients.The book deserves the use of the word "Professional" in its title, as it goes way beyond simply setting up Tomcat to work with servlets and JSP. Especially in later chapters, the issues encountered by administrators and developers in a professional or corporate, mixed-use environment are covered concisely and thoroughly.All told, one of the better technical books I have read, and I have read more than I care to count. In addition to being a solid reference, this book gave me information I was able to use at an advanced level right away on my own servers for my own clients. You can't ask for more than that.
Title: Oracle High-Performance SQL Tuning
Publisher: McGraw-Hill Osborne Media
Authors: Donald K. Burleson
Rating: 5/5
I have a very complex system with lots of subqueries, and I was unable to find good tuning information until I tried the techniques in this book.The book is simple to understand and explains the internals of complex Oracle SQL operations.I have been very heppy with the results from my tuning, and I am thankful to find this textbook.
Title: SQL Server 7 Data Warehousing
Publisher: Osborne Publishing
Authors: Michael J. Corey, Michael Abbey, Ian Abramson, Larry Barnes, Benjamin Taub, Rajan Venkitachalam
Rating: 1/5
When I purchased this book it was with the intent of learning what a data warehouse is and how best to implement one from a conceptual level. It has accomplished that goal admirably. If you are a seasoned SQL person and want to know what the DW buzz is about, buy it. If you are an IS executive trying to make a decision on how best to proceed with your own warehouse, but it. However, if you are looking for a How-To guide for on the serious implementation details (ie: DTS), you should go over the fundamentals of SQL 7 somewhere else.
Title: Oracle SQL & PL/SQL Annotated Archives
Publisher: Osborne/McGraw-Hill
Authors: Kevin Loney, Rachel Carmichael
Rating: 3/5
The book shows a lot of scripts that show the dictionary tables in a nice report. If you know your way around in the dictionary (mainly V$% and DBA_% tables) and are not interested in a nice layout, most of the scripts are not that hard to make yourself.
Title: How to Use Google : The 30 Most Important Tips, Hacks and Tricks
Publisher:
Authors: Tod Sacerdoti
Rating: 2/5
Are you new to the web ? Did you see Google for the first time yesterday ? If you answered Yes, probably this Book is perfect for you. I am a Search Engine Optimization Consultant and I bought this book for a client of mine. After reading this Book he is happy and then I am all set here to say, This book/ebook is Good. Worth the price for the effort by Tod Sacerdoti. If you need more details about this ebook from me, feel free to reach me. My contact details are available at www.nakulgoyal.com !!
Title: Oracle SQL High-Performance Tuning (2nd Edition)
Publisher: Prentice Hall PTR
Authors: Guy Harrison
Rating: 5/5
I do a lot of SQL tuning for Oracle. This book is the best book I have read in this subject. It is not bias, it is clear, easy to understand, with good practical examples. It is written for a truly expert in Oracle SQL tuning. Using plain english the author explains a lot of concepts that are fundamental for a successful SQL tuning effort. I read the 1st edition more than once, and I am reading the 2nd edition for the second time. If you already have the first edition, it is worth to purchase the second edition that has been updated and feeded with additional elements. If you only have the time to read one book in Oracle SQL tuning, this is your book.
Title: Sams Teach Yourself Microsoft SQL Server 2000 in 21 Days (2nd Edition, Book Only)
Publisher: Sams
Authors: Richard Waymire, Rick Sawtell
Rating: 5/5
This is a well written book that covers a lot of topics...in the end you'll have a very clear understanding of SQL Server 2K from both the administration and programming perspectives. I disagree with the other reviews posted on here about this book being too wordy or poorly organized. Perhaps those folks work for Oracle :-) There is a lot of material covered in this book, and for the most part, it's concise and doesn't adopt a condescending attitude towards the reader. In my search to learn SQL Server, I've found this book to rank at the top for general coverage of most of the DBA and programmer/user topics you encounter.Worth your time to read, and money to spend.
Title: Apache Server for Dummies
Publisher: For Dummies
Authors: Ken A. L. Coar
Rating: 5/5
This book brings out the ease with which Apache server can be implemented in any setting. It is a great book for beginners. The examples are clear and the text is well written with good step-by-step action. Although we implemented Apache on a Linux (RedHat 6x) in a learning environment (Intranet setting) already consisting of NT, Unix, and Novell servers, this book provided the filler and substance that the on-line Apache documentation couldn't so that we turned up the server before deadline. Our students and instructors now use Apache 1.3.6 to more fully teach web design, web server mechanics, and other web topics better and more fully thanks to the start we got with this book. For instance, the Bare-Bones HTTPD.CONF file (page 72) works and is the foundation for more developed and advanced topics. I recommend this book to beginners, lab technicians who are charged with making the Server work, and those who need a really good overview of the esoteric commands in Apache.
Title: MCDBA SQL Server 7 Database Design, Study Guide (Exam 70-29)
Publisher: McGraw-Hill Companies Rating: 4/5
This book is a waste of paper! It is full of errors. The examples are basic and when they are not full of errors do not illustrate or reinforce the points in the book. It does not follow a logical flow when discussing the concepts. I must agree that this one was rushed to press! It did nothing to prepare me for the exam! Nor did it give me any new information on the product. Save your $$$ and put it toward your exam (since you'll likely take it twice!)
Title: Code Centric: T-SQL Programming with Stored Procedures and Triggers
Publisher: Apress
Authors: Garth Wells
Rating: 5/5
This book is full of well documented code samples that clearly explain concepts presented in the book. The author provides different levels of code which allow beginners to gain proficiency and experienced developers to learn alternative approaches to solve problems. There is a real focus on using Transact-SQL as a programming language to solve real-world problems.I urge you to visit the web site for the book (SQLBook.com) and download the sample chapters. That will give you a good idea of the book's content and level of detail. You can also look through the table of contents. I found Code Centric to be helpful and informative.

