List of programming books reviews starting with J
just wastage of money
Just the facts with no fluff
Just a great book
Just what I needed
Just Getting Started
Just the book I wanted
Judge this book by its title
Title: Sybase Transact SQL Guidelines Best Practices
Publisher: Isosf Software
Authors: Mich Talebzadeh, Ryan Thomas Putnam
Rating: 5/5
My colleague attended Sybase TechWave 2004 and received a copy of this book from Sybase. I have read it and I like its style. The authors have tried to explain complex topics in practical terms. I was most impressed by chapters covering Data Access, Query Tuning, Cursors and Joins. I recommend it to every Transact SQL developer Sybase or Microsoft. It covers practical aspects without being tedious.
Title: Sams Teach Yourself SQL in 10 Minutes, Third Edition
Publisher: Sams
Authors: Ben Forta
Rating: 5/5
This is a thin reference book, actually. The name is somewhat misleading in that there are no exercises generally associated with "Teach yourself X in Y time" type books. Although I don't work extensively with databases, it's a good reference book to recall how to structure queries in a manner that's simple and straightforward.
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: 4/5
This book covers the basics including code snippets for the vast majority of files showing how a basic configuration might look.
This book covers the directory layouts required for a successful installation and the corresponding files which need to be in those directories. Fairly good coverage is given to each of the elements (with examples) contained in those files. Generally, the book helped me breeze through installation of java and Tomcat. The book provides separate examples for a windows installation and linux installation, which was most appreciated. However, I did struggle mightily when it came time to configuring Tomcat with Apache. As mine was not a "standard" setup. At the point where I needed a broader understanding of how these components meshed, I realized the book offers a well written, nicely organized description of the basics. Providing a holistic understanding of the interactions wasn't included.
Title: Oracle SQL*Plus: The Definitive Guide
Publisher: O'Reilly
Authors: Jonathan Gennick
Rating: 4/5
I'm a newbie, as far as ORACLE is concerned, I have used a similar Database management system - UniVision, which has it's own language (Vision), I found this book an excellent introduction/guide to SQL*PLUS. So much so, that I've recommended it to colleagues and customers who are more experienced than I am - and they all agree with me. Splendid stuff.
Title: Upgrading to PHP 5
Publisher: O'Reilly
Authors: Adam Trachtenberg
Rating: 5/5
I've been scripting PHP since PHP3. It was a good wakeup call to let me know I might not know everything about PHP anymore. Sessions were a cool new thing in PHP4, then superglobals in 4.1, and both were easy to understand and implement, but I couldn't seem to find a decent explaination of what was coming up in PHP5 and how to use it since there isn't a lot of code to read as examples (as of this writing). This was the answer for me. The book has 10 chapters; I got my money's worth after I finished chapter 2.
This book takes a seasoned PHP4 programmer and shows how PHP5 adds new features that reduce clunkyness that you just had to live with in PHP4. I can't even think how many different implementations I've seen of preventing SQL injections for MySQL queries. 4 pages explained how the MySQLi extension wiped out one of my complete MySQL classes that exists for nothing other than SQL injection and error handling. Albeit if I read the php.net manual, I could have figured some of it out on my own, but not with the helpful notes that Adam includes.
You should get this book if you write PHP4 classes, use MySQL <= 4.0.x, or you're thinking about switching to SQLite because you're weary about future support of MySQL in PHP and all the licensing changes from MySQL AB. I don't much like XML, so I skipped that chapter. I don't have any applications where I could use the streams, SOAP, Tidy, or Reflection functionality, so I can't speak on those either cause I skipped them, too.
Even though I didn't read half the book, the other half was worth it anyway.

