Web Development with Java and over one million other books are available for Amazon Kindle . Learn more

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: £20.22

or
Sign in to turn on 1-Click ordering.
 
   
More Buying Choices
Have one to sell? Sell yours here
or
Get a £10.85 Amazon.co.uk Gift Card
Web Development with Java: Using Hibernate, JSPs and Servlets
 
 
Start reading Web Development with Java on your Kindle in under a minute.

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

Web Development with Java: Using Hibernate, JSPs and Servlets [Paperback]

Tim Downey
3.5 out of 5 stars  See all reviews (2 customer reviews)
RRP: £44.99
Price: £39.59 & this item Delivered FREE in the UK with Super Saver Delivery. See details and conditions
You Save: £5.40 (12%)
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.
Want guaranteed delivery by Thursday, June 7? Choose Express delivery at checkout. See Details

Formats

Amazon Price New from Used from
Kindle Edition £29.69  
Paperback £39.59  
Trade In this Item for up to £10.85
Get an extra £5 when you trade in books worth £10 or more until June 30, 2012. Trade in Web Development with Java: Using Hibernate, JSPs and Servlets for an Amazon.co.uk gift card of up to £10.85, which you can then spend on millions of items across the site. Trade-in values may vary (terms apply). Find more products eligible for trade-in.

Frequently Bought Together

Customers buy this book with Head First Servlets and JSP: Passing the Sun Certified Web Component Developer Exam £28.70

Web Development with Java: Using Hibernate, JSPs and Servlets + Head First Servlets and JSP: Passing the Sun Certified Web Component Developer Exam
Price For Both: £68.29

Show availability and delivery details



Product details

  • Paperback: 290 pages
  • Publisher: Springer; 1st Edition. edition (25 Oct 2007)
  • Language English
  • ISBN-10: 1846288622
  • ISBN-13: 978-1846288623
  • Product Dimensions: 23.1 x 15.2 x 1 cm
  • Average Customer Review: 3.5 out of 5 stars  See all reviews (2 customer reviews)
  • Amazon Bestsellers Rank: 743,358 in Books (See Top 100 in Books)
  • See Complete Table of Contents

More About the Author

Tim Downey
Discover books, learn about writers, and more.

Visit Amazon's Tim Downey Page

Product Description

Review

From the reviews: "Downey summarizes ... clearly and succinctly, the focus of the book: Java servlets that use JavaServer Pages (JSP) and connect to a MySQL database using the Hibernate framework. The book covers precisely what the title says. ... At the end of the book, there is a one-page glossary of terms; a one-page list of additional resources, books, and Web sites; and a detailed eight-page index ... . In conclusion, I strongly recommend this book to readers who are interested in developing component-based systems ... ." (M. M. Tanik, Computing Reviews, December, 2008)

Product Description

This book jumps to the "good stuff" from the outset, allowing students to quickly start writing real applications. It introduces readers to a 3-tiered, Model-View-Controller architecture by using Hibernate, JSPs, and Java Servlets. This book uses existing powerful technologies such as JSP, JavaBeans, Annotations, JSTL, Java 1.5, Hibernate, Apache Velocity and Tomcat. It also presents Model 1 architectures using Servlets and JSP as alternatives to Perl and PHP. Written for novice developers, this book provides an introductory course in web development for undergraduates as well as web developers.

Inside This Book (Learn More)
Browse Sample Pages
Front Cover | Copyright | Table of Contents | Excerpt | Index
Search inside this book:

Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 

Your tags: Add your first tag
 

What Other Items Do Customers Buy After Viewing This Item?


Customer Reviews

4 star
0
3 star
0
1 star
0
Most Helpful Customer Reviews
4 of 4 people found the following review helpful
Format:Paperback
Having little previous experience of jsps \ Servlets \ Hibernate but plenty of Java, I wanted an intro in to the web side of things.

Ultimately I planned to end up using framework solutions ideally Spring MVC, but was keen to get a grounding in the basic workings of jsps \ Servlets first. To this end I purchased this book which seemed to tick all the boxes.

Basically it does exactly what it says on the tin. Leading the reader gently into web terminology \ flow in the first chapter and continuing on to build an MVC app which is gradually enhanced chapter by chapter with features such as session \ Request Attributes and data persistence through hibernate.

There is are also chapters dedicated to CSS and Hibernate which are great as a mini intro, but extra reading would likely be required outside the confines of the book applications.

The book ends by giving an assortment of smaller examples highlighting other areas such as use of cookies \ shopping cart application.

The only downside I found was when building up the examples while working through the chapters the code was widely dispersed with some being in the Appendix and some at the readers point in the chapter with potentially more at the end of the chapter. In the authors defense the code is available on the very neat user friendly accompanying website (along with working examples) so you can just download from there if needed, along with all required jars.

You will also need to know how to download and install MySQL but nowadays this is pretty easily done.

My opinion is that this book will definitely get you started down the jsp route and does that job very well. I was definitely not disappointed and learnt a lot from it, certainly a great springboard into the web development with jsps.

As companion books I would recommend Hibernate Made Easy: Simplified Data Persistence with Hibernate and JPA (Java Persistence API) Annotationsand Head First Servlets and JSP: Passing the Sun Certified Web Component Developer Exam (although the latter is a much larger indepth offering).
Comment | 
Was this review helpful to you?
Average 7 Aug 2011
Format:Paperback
Reasonable starter for someone wanting to get going on web development with java. Some of the sections were incredibly light for example the item on regular expressions if it was going to be covered needed far more explanation. The changing of folders each chapter was confusing if you are trying to 'build' as you read.
Overall average read.
Comment | 
Was this review helpful to you?
Most Helpful Customer Reviews on Amazon.com (beta)
Amazon.com:  7 reviews
8 of 9 people found the following review helpful
Web development using current Java technology 18 Jan 2008
By Elizabeth O'neil - Published on Amazon.com
Format:Paperback
The rapid changes in Java web technology have left a morass of outdated books. So it is refreshing to see this book using Java 5 annotations, JSP 2.0 with its EL (expression language), and Hibernate 3 annotations both for validation and for persistence. Unfortunately Spring is not covered, causing home-grown solutions for some things Spring could do. I didn't see any real errors in concepts, but there are gaps and statements that depend on the specific case being considered, where this dependency is not clear. For example, there is a statement on pg. 157 that only Hibernate can set the primary key for a row, but this is only true in the @GeneratedKey case in use in this example.

The helper code has no comments and scanty explanation. Some bad practices are in the code, such as HTML by generation by Java printlns and swallowed exceptions. Of course a teacher can fix up localized problems, so this book could be used in a web apps course, and has almost no competitors for a textbook there. It has questions and "tasks" at the end of each chapter, a first for such books in my experience. It covers the basic user interface techniques you need for a simple web app, and a little about multipage apps and MVC organization. There is nothing about a service API, or any layering in the app.
2 of 2 people found the following review helpful
Awesome !! 22 Sep 2008
By Iveen Duarte - Published on Amazon.com
Format:Paperback
I got my hands on a copy of this book, and I couldn't stop reading it. This books is really well written, its clear and understandable, a very rare feature in J2EE books.

If you are looking for a book to learn the basics of Web Development using Java, this is the one for you, it guides you through complicated concepts such as JSP-Servlets interaction, formerly-cryptic web application directory tree, with so much ease.

I highly recommend this title to all the developers/students/java enthusiasts that want to learn how to do Java Web Programming. Advanced programmers might find it somewhat basic, but still a very good conceptual reference.
4 of 5 people found the following review helpful
Web Development with Java: Using Hibernate, JSPs and Servlets 14 Mar 2010
By R. Stoops - Published on Amazon.com
Format:Kindle Edition|Amazon Verified Purchase
Pulled down the Kindle edition of the book and at first glance I was happy with the book. When you get into some of the later chapters from about 6 on, the book stops being a "type this in and run it" to see how it works which I fine very helpful when trying to learn a new technology. I've even went to the website to pull down the example from there thinking that I missed a step or two only to find that the not all the code is in its complete condition which did not help in the understanding of what the chapter was trying to accomplish.

If you are looking for a book that started with a basic web app and allowed you to add code building on the code that came before progressing to a more advance web app, I don't think this is the book of for you. I did get some useful information from this book but I was hoping for more.
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