JSP developers encounter unique problems when building web applications that require intense database connectivity. MySQL and JSP Web Applications addresses the challenges of building data-driven applications based on the JavaServer Pages development model. MySQL and JSP Web Applications begins with an overview of the core technologies required for JSP database development--JavaServer Pages, JDBC, and the database schema. The book then outlines and presents an Internet commerce application that demonstrates concepts such as receiving and processing user input, designing and implementing business rules, and balancing the user load on the server. Through the JDBC (Java DataBase Connector), the developer can communicate with most commercial databases, such as Oracle. The solutions presented in MySQL and JSP Web Applications center on the open source tools MySQL and Tomcat, allowing the reader an affordable way to test applications and experiment with the book's examples.
Customer Reviews
Average Rating:
Rating: - The Worst Technical Book I've Ever Bought
This is without a doubt the worst technical book I have ever bought.
Some of the problems stem from the fact that most of the packages used are now out of date. Case in point: the book walks through the installation & configuration of Turbine (which is used for connection pooling), unfortunately the connection pooling part of Turbine has now been branched off into another project (and Tomcat now includes standard J2EE connection pooling anyway).
Rating: - Why would anyone give this book 5 stars
I have read this book from cover to cover and used many of the examples in some of my development. There are errors in the editing to be sure. For the most part most are minor e.g. links that end with .htm instead of .html will not work or if you create the database in mySQL, in my case on a Linux platform there are errors you will run into. These errors are limited to making sure you observe the case of the letters in creating and quering your database. This book is not for the beginner. It teaches ... Read More
Rating: - Poorly edited
I was encouraged when I first started reading this book, but soon I grew disappointed. The book is peppered with useful tips here and there, but in general it's too linear, as an earlier review mentioned. The book is more of a recipe for a web app than a general guide, and it wastes too much space on design process. But worse than that, it is fraught with errors, as if edited by someone who didn't understand the material. Letters have been dropped from words, referenced figures don't show what the referencing ... Read More
Rating: - Some valid information but stays strict to Turbine
I picked up this book as a reference for integrating our PHP and MySQL designs with JSP pages. However the author sticks to a single fundamental method of JSP development for MySQL which is using Apache's Jakarta Turbine classes. No information is given as to the other mechanisms available to utilize MySQL with Java such as MySQL Connector/J or Resin JDBC. I believe this book is a very shortsighted approach to the many tools available in the Java and JSP world. I think the Turbine approach is fine, but should ... Read More
Rating: - What the Doctor Ordered!
If you are using the Tomcat, MySQL, JSP configuration, this book is the absolute perfect marriage of these technologies. It covers every aspect of the implementation. It is required, however, that you do have a little background in 1 or more of these technologies. The examples are excellent and at times the book is a lighthearted read. Kudos to the author.