Buy New

or
Sign in to turn on 1-Click ordering.
or
Amazon Prime free trial required. Sign up when you check out. Learn more
Buy Used
Used - Good See details
Price: £2.79

or
Sign in to turn on 1-Click ordering.
 
   
More Buying Choices
Have one to sell? Sell yours here
My SQL and JSP Web Applications (kaleidoscope (SAMS))
 
See larger image
 
Tell the Publisher!
I’d like to read this book on Kindle

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

My SQL and JSP Web Applications (kaleidoscope (SAMS)) [Paperback]

James Turner
3.5 out of 5 stars  See all reviews (2 customer reviews)
RRP: £32.99
Price: £28.04 & this item Delivered FREE in the UK with Super Saver Delivery. See details and conditions
You Save: £4.95 (15%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In stock.
Dispatched from and sold by Amazon.co.uk. Gift-wrap available.
Only 1 left in stock--order soon (more on the way).
Want guaranteed delivery by Thursday, June 7? Choose Express delivery at checkout. See Details
Amazon.co.uk Trade-In Store
Did you know you can trade in your old books for an Amazon.co.uk Gift Card to spend on the things you want? Plus, get an extra £5 Gift Certificate when you trade in books worth £10 or more before June 30, 2012. Visit the Books Trade-In Store for more details.

Product details

  • Paperback: 576 pages
  • Publisher: Sams; 1 edition (27 Mar 2002)
  • Language English
  • ISBN-10: 0672323095
  • ISBN-13: 978-0672323096
  • Product Dimensions: 23.3 x 18.7 x 3.3 cm
  • Average Customer Review: 3.5 out of 5 stars  See all reviews (2 customer reviews)
  • Amazon Bestsellers Rank: 1,186,254 in Books (See Top 100 in Books)
  • See Complete Table of Contents

More About the Author

James Turner
Discover books, learn about writers, and more.

Visit Amazon's James Turner Page

Product Description

Product Description

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.

From the Back Cover

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.


Tag this product

 (What's this?)
Think of a tag as a keyword or label you consider is strongly related to this product.
Tags will help all customers organise and find favourite items.
Your tags: Add your first tag
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

Customer Reviews

5 star
0
2 star
0
1 star
0
Most Helpful Customer Reviews
5 of 5 people found the following review helpful
Format:Paperback
I bought this title in conjunction with the Wrox's 'Beginning JSP Web Development' for a project I was working on a little while ago. Coming from a programming background I thought the two would complement each other well but pretty much from the first chapter I realised that this book provided far more than what I needed in order to make my project work.

This title definitely rules out beginners, and unless you are fairly proficient in Java, and have a decent knowledge of SQL I would give this one a miss. Everything, and I mean everything, is covered: JavaBeans, Enterprise Java Beans, JDBC, Struts, LDAP/JNDI, integrating XML, the ANT build tool etc… and you are thrown in from the first page. If you are looking to get into the more advanced concepts involved in JSP, or looking to develop a fully professional, robust site or web application then this is the one. For an intermediate I would recommend Wrox’s ‘Beginning JSP Web Development’, and for complete beginners Mike McGrath’s ‘JSP in easy steps’.

Comment | 
Was this review helpful to you?
Format:Paperback
This is a pretty good book which covers most areas of interest for producing web applications. The only problem is that the examples and source code use out of date technology, an old version of Tomcat combined with a seperate resource for connection pooling. Later versions of Tomcat do not require Turbine for connection pooling, but the code provided relies on it, a real pain.
Comment | 
Was this review helpful to you?
Most Helpful Customer Reviews on Amazon.com (beta)
Amazon.com:  8 reviews
18 of 18 people found the following review helpful
Some valid information but stays strict to Turbine 6 Dec 2002
By Mark A. Symmonds - Published on Amazon.com
Format:Paperback
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 maybe have been a later chapter not most of the book. We developed our entire web site without the use of Turbine.

Some discussion is given to strategies with JNDI and LDAP, as well as EJB. There is also a healthy discussion of XML which I believe would be better suited for an XML book, but serves as nothing more than filler here, which could have been used to expand upon the other methods of JDBC.

I would have given this book three stars, but several errors in the code examples always bring down quality by at least one star. I expect a book written by a developer for the purpose of instruction to be error free in all code examples.

All in all the book appears to be a step by step tutorial to building a program according to the developer's linear scheme, rather than a comprehensive discussion of all the options available to a JSP/Servlet developer integrating with MySQL. Sadly this really is the only book available on the subject at this time.

8 of 8 people found the following review helpful
The Worst Technical Book I've Ever Bought 18 Aug 2003
By A Customer - Published on Amazon.com
Format:Paperback|Amazon Verified Purchase
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).

The other major problem is that a nearly every instance of example code is either sloppy and badly edited, or in some cases plainly doesn't even work without serious debugging.

If you must buy this book, don't even think about trying to follow the core example application without first downloading the source-code from the authors website. You WILL be needing it, even if only to 'fill in the blanks' from the poor instructions, and to help find the coding errors.

In conclusion, I would never recommend this book to anyone - even another experienced programmer trying to add JSP/Servlets to their repertoire.

Do yourself a favour, buy Murach's book instead.

10 of 11 people found the following review helpful
Good addition to a newby's JSP library 13 April 2002
By DW - Published on Amazon.com
Format:Paperback
I purchased this book in the hopes that it would provide a JSP newby like myself more coding examples than "Web Development with Java Server Pages" (Fields, Kolb) did. While the highly-revered Fields & Kolb book does a commendable job of explaining concepts, I always thought it was a bit light in content when it came to explaining how to get an application server and database up and running. (I'm primarily a front-end developer with limited Java and DB experience.)

"MySQL and JSP Web Applications" takes a different approach. It assumes you are already somewhat familiar with programming and database concepts (the author mentions this in the introduction), and jumps right in to topics like obtaining, installing, and configuring Apache Tomcat, Ant, and MySQL. After a cursory overview of JSP and SQL, we are treated to a nice overview of the role of functional requirements in application design. Very nice stuff here. After that, we dive headfirst into the design and development of a fictitious e-commerce site with shopping cart.

This book makes a great complement to the Fields/Kolb book. Unfortunately, there are some frustrating anomalies in the text (mostly in the installation / configuration sections) that seemed to have slipped by the technical editors. Still, the code examples and functional requirements discussion make it all worth the price of admission. A highly readable text, and I recommend it to anyone who wants to get up and running with database-driven applications using JSP.

Search Customer Reviews
Only search this product's reviews

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 

Search Customer Discussions
Search all Amazon discussions
   


Listmania!


Look for similar items by category


Look for similar items by subject


Feedback


Amazon.co.uk Privacy Statement Amazon.co.uk Delivery Information Amazon.co.uk Returns & Exchanges