Customer Reviews


36 Reviews
5 star:
 (22)
4 star:
 (5)
3 star:
 (5)
2 star:
 (3)
1 star:
 (1)
 
 
 
 
 
Average Customer Review
Share your thoughts with other customers
Create your own review
 
 
Only search this product's reviews

The most helpful favorable review
The most helpful critical review


59 of 60 people found the following review helpful:
5.0 out of 5 stars Best Spring Tutorial So Far
If you're reading this, you probably don't need to be convinced about learning Spring. The question you're really asking yourself is, which book should I buy? Or should I just stick with the online docs and save some money? Or should I just download the code and start playing with it? I'm going to try to answer those questions.

First, Spring was born out...
Published on April 27, 2005 by Eiji Hirai

versus
10 of 11 people found the following review helpful:
3.0 out of 5 stars May be the best Spring book, but has ways to go...
I've heard that this is the best Spring book out thus far. That may be true, but that doesn't mean that it is an excellent book. For starters, the authors rely on textual descriptions far too much. Although their descriptions are good, a picture sometimes would really supplement the concept well. There is also some organizational problems. I want to get moving in...
Published on April 22, 2006 by Quality Man


‹ Previous | 1 2 3 4| Next ›
Most Helpful First | Newest First

59 of 60 people found the following review helpful:
5.0 out of 5 stars Best Spring Tutorial So Far, April 27, 2005
By 
Eiji Hirai (San Mateo, CA USA) - See all my reviews
(REAL NAME)   
This review is from: Pro Spring (Paperback)
If you're reading this, you probably don't need to be convinced about learning Spring. The question you're really asking yourself is, which book should I buy? Or should I just stick with the online docs and save some money? Or should I just download the code and start playing with it? I'm going to try to answer those questions.

First, Spring was born out of the thinking by Rod Johnson in "Expert One-on-One J2EE Design and Development", and later with this followup book co-authored with Juergen Hoeller in "Expert One-on-One J2EE Development without EJB". These books are excellent books in general and I highly recommend them. However, the first book is not really about Spring and is more about general enterprise application development strategies (and very good at that). The second is sort a essay on why EJB has failed, and also a short introduction to Spring along with the philosophy behind the design decision in Spring. However, it's too sparse to be a full-fledged Spring manual or tutorial. It's more a well-argued anti-EJB book with a short tour guide to Spring.

In contrast, Rob Harrop (who is also a Spring developer) has written the first truly comprehensive introduction and tutorial to Spring. It covers the whole gamut, from a clear introduction to why Dependency Injection makes a lot of sense, on Aspect Oriented Programming and how it applies to Spring, then on to a detailed coverage of how to use Spring for persistence, transactions, remoting, messaging, scheduling, email, and MVC web applications. He shows how to integrate with Hibernate, iBATIS, JDBC, JTA, JMS, Quarts, Struts, Velocity, etc.

What's amazing is that it covers Spring 1.2, which is still in release candidate stage, and gives you updates on the current stage of various supporting software, what to watch for in the near future and what the changes will most likely be. Just as one example, the Spring IDE plugin to Eclipse has really no online documentation to speak of since it's still relatively new, but this book shows you how to get it, install it, use it. The book has better documentation than the canonical website. That's just one example of many.

So how does this compare with the online docs for Spring? The online docs are good in most places, but there are still some big gaps in the documentation, whereas this book is nothing but exhaustive in its coverage and clearly superior in most places compared to the online-docs.

I've read both of Rod Johnson's books, the online docs and Rob Harrop's book, and this book is probably the best out there right now for its coverage of Spring, and it's also a one-stop shop. You don't really need anything else, unless you're looking to expand your knowledge with the other books into areas outside of Spring.

The only other book that might come close is the (as yet) unpublished book by Rod Johnson titled "Professional Java Development with the Spring Framework". However, that book is not out yet, so unless you can stall your Spring development for many months (hah, hah), I highly recommend Rob Harrop's book. Be productive and just get it.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


33 of 34 people found the following review helpful:
5.0 out of 5 stars Job Well Done - Both "Spring" and "Pro Spring", January 21, 2006
This review is from: Pro Spring (Paperback)
What is Spring? How good is "Pro Spring"? I will attempt to answer these questions based on my experiences with both.

Spring is a light-weight container and framework for building java applications, both J2SE and J2EE.

1. This means that, unlike other web frameworks, like struts, spring is not only limited to web applications.
2. "light-weight" does not mean that it is a tiny framework; rather it means that it is not an intrusive framework like EJB.

To support these claims, we can say that spring provides container and/or framework features for
1. Presentation Layer: Spring MVC, Spring Web flow, support for struts(and various other MVC frameworks)
2. Business Logic Layer: Transaction Management, Remoting, J2EE support(support for JMS, EJB, Mail etc), Job Scheduling support
3. Data Access Layer: JDBC support, ORM Support(Hibernate, JDO, iBatis etc), Database Exception Translation etc.
4. Common Features for all layers: Inversion of Control, Aspect Oriented Programming, Bean Factory, Application Context

By providing the above features (and more) in a light-weight fashion, spring introduces the following traits into your application
1. Ease of development
2. Non-Intrusive Source code
3. Good Design Patterns and Practices
4. Testable Design and Code... and much more

Both the above lists are by no means exhaustive, but is a good starting point on how you look at spring.

"Pro Spring" does a very good job of explaining all these features in very organized and easy to understand fashion. The best thing that I liked about this book was that, it was able to portray the bigger picture accurately and then zoom-in on individual items in a very orderly fashion. This helped me understand the individual parts of this extensive framework in the context of the bigger picture. BTW, version 1.2 of spring is covered in this book.

Now the "not-so-good" news: This book has 2 authors, Rob Harrop and Jan Machacek. They are both highly skilled spring developers, but I am afraid, one among them is not so great writer. I found that the chapters written by Rob Harrop were extremely clear. The chapters written by Jan Machacek were not very easy to read at least during my first pass. The silver lining here is that, the fundamentals of spring are written by Rob Harrop, which puts us in a better position to read Jan Machacek's work. Also, during my second and third passes, I was able to get a better value out of Jan Machacek's work, which means that we don't need to worry about this con if you are fine with reading a few chapters twice or thrice.

Overall, "Pro Spring" truly makes you a Spring Pro. I highly recommend this book, if you are seriously interested in learning and using spring.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


24 of 24 people found the following review helpful:
4.0 out of 5 stars Best way to learn Spring, February 16, 2005
This review is from: Pro Spring (Paperback)
After reading way too many docs about way too many web view technologies, I found Spring which was exactly what I was looking for to help me with the middle and back-end tiers. The only problem is that even though everyone says it's so well documented, the documents tend to be either in-depth reference manuals or really simple tutorials that only show one aspect of the framework.

I was very pleased to find this book, and after reading it, I feel very excited about starting a large spring adventure.

This book covers just about everything you need to know about Spring to build a full blown app, but more importantly it also shows you where/how to start (which is not so easy to figure out sometimes) and how to implement things in a very reusable way.

The organization of the book seems strange sometimes... having the huge sometimes confusing section about AOP in the beginning (chapters 6 & 7) really makes your brain spin, but by the time you get to chapter 11 (designing and implementing Spring applications) you can easily put things together and the previous sections make more sense.

The book takes you through building a blog application as it's main sample app, but all along the way there are many many tiny little code examples that are self-contained and demonstrate how a single concept works. This *does* work well to make sense of things, but I wish there was a section that only delt with building the sample app from start to finish all in one place.

Also, after downloading the sample app, I had a few problems running it.... there aren't any configuration instructions, even though you can choose any of 3 data layers, and once I built and deployed it, I found it was missing some jar dependencies. Once I put them in place, it did run as expected.

I think that the best thing about this book is probably the way in which it promotes good software design and reuse, even if you're not going to use Spring through the use of the DOM pattern, designing to interfaces, and testing.

All in all, this is a great book. If you're looking to build an application using Spring, read this book. It's the best resource for getting started, and will also make a great reference.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


17 of 17 people found the following review helpful:
5.0 out of 5 stars Builds up from the foundation, February 22, 2005
This review is from: Pro Spring (Paperback)
When I cracked open the first book dedicated solely to the Spring framework, I expected a rush job. After all, the book covers Spring 1.2, which hasn't been out there all that long. I was pleasantly surprised. It's tough for a book this fat to be this timely. But it is.

Let me start with what I liked the most about the book.

- The authors start with examples that don't use dependency injection at all. They refactor those exmaples, so you can see the value of the core design pattern supported by Spring. This, in my view, was nicely done. It's critical.

- The authors treat each topic completely before moving on to the next. For example, for the base container, they walk through the edge cases, like method injection and introduction, and explain the core problem that they solve. As early contributors of Spring, the authors were well positioned to do this.

- The example is simple. I think that there's been too much of a movement to building real business applications in books. These treatments quickly bog down into details, and distract from the topics that they're trying to cover.

- The sense of humor is there, and it's not overdone. I like having the obscenity filters as an AOP example. (I just wish that the book found some way to include a logging example...or not.)

- The book is comprehensive. It covers the core subjects of DI, AOP, persistence, messaging and remoting, but also some edge scenarios like mail, scheduling, and the like.

It's tough to find a down side, but if I had to pick, I'd say that the language bogs down at some points. This, in my opinion, falls on the editors, and not the authors. I do think that the order of the topics was a bit strange, like introducing AOP before establishing a need.

But I'm picking here. This book is very well done, and I'm glad I got it. I would definitely buy it again.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


17 of 17 people found the following review helpful:
5.0 out of 5 stars Very deep and complete, May 11, 2005
This review is from: Pro Spring (Paperback)
The depth of this book is matched only by it's heft. For a book this big you would expect something with a ton of screenshots and page after page of code, but such is not the case. In fact, this book has better exposition than a lot of APress book's I've read.

The authors do a very good job at not only explaining the technology but in providing some perspective on it's use as well. Between this book and Manning's "Spring Into Action" I would take this book.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


10 of 11 people found the following review helpful:
3.0 out of 5 stars May be the best Spring book, but has ways to go..., April 22, 2006
This review is from: Pro Spring (Paperback)
I've heard that this is the best Spring book out thus far. That may be true, but that doesn't mean that it is an excellent book. For starters, the authors rely on textual descriptions far too much. Although their descriptions are good, a picture sometimes would really supplement the concept well. There is also some organizational problems. I want to get moving in Spring, but they often show me Spring concepts that hardly anyone is using. It would have been better if they would have saved some of the esoteric Spring features for a separate chapter instead of intermingling it so much with real-world Spring. Although these authors know their stuff, some parts of the book I have to struggle and re-read over to grasp what they are explaining. Finally, I've found a few errors in this book. However there is no published errata on-line that I could easily find, and after being on the market for over a year, I find that lazy. (Note, I did find a place to submit errors but there was no listed errors.) In closing, this book has helped me with Spring, and I feel that the book could be excellent if the authors fine tune the book.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


7 of 7 people found the following review helpful:
5.0 out of 5 stars Comprehensive Coverage with tons of Real world examples, September 12, 2005
By 
Glen Smith (Canberra, Australia) - See all my reviews
This review is from: Pro Spring (Paperback)
For a new web project I've been learning the Spring Framework. Based on a few recommendations I'd read around the blogsphere I ordered a copy of Pro Spring and I've gotta say I've been hugely impressed.

I've been reading/implementing for around two weeks. When it arrived I was sure it was a lemon (how could it cover MVC in a measly 45 pages?). What I didn't count on was how *good* the examples are. Sure, you don't get the total coverage of a dedicated MVC book, but you get *excellent* coverage of more areas of the framework than you could possibly imagine.

The database-driven web app I'm building is using Velocity, iBatis, Postgres and Spring, and, even though I've used iBatis before, I've learned heaps of tricks while reading the Spring/iBatis integration chapter (like using inheritance in resultmaps). I've got parent/child selects and inserts going on, I've got my auditing going to the database (using a Spring HandlerInterceptor to check page access), I've got connection pooling and all sorts of cool stuff. And I've been having a ball all the way through.

Even the mail integration chapter is awesome! Gives great examples of generating rich html emails using Velocity with embedded images (exactly the thing I've always wanted to do with mail!).

The appendix on unit testing is also full of gems! What a great idea to have a transactional unit test that you can roll back when your test is done without touching your test db!

What has really surprised me about this book is the rich quality of the examples. There have really picked stuff that you want to do in the real world. In fact, the more I get into this book, the more battle tested it feels. It definitely has the feel of "we've built a dozen production apps in this framework, and here's the dirt on what we've learned along the way". I *love* that in a book!

I've had a scan through Spring in Action and at first glance it doesn't seem to have either the breadth or depth of Pro Spring. Matt Raible's Spring Live looks very cool, though (particularly since he has stuff in there about Spring WebFlow). Be good if SourceBeat provided a detailed table of contents, though, where you could see the details of what's covered before buying a copy (rather than just see the title of each chapter).

Anyways, Pro Spring gets a huge tick from me! Great job, Rob & Jan! And great stuff apress! Highly recommended!
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


7 of 7 people found the following review helpful:
5.0 out of 5 stars Very clear explanation, July 24, 2005
By 
ZhongDan LAN (Newark, New Jersey, USA) - See all my reviews
(REAL NAME)   
This review is from: Pro Spring (Paperback)
One of my friends bought both "Spring in Action" and this book, he recommended this book. I ordered and received the book one week ago, I spent all my spare time to read it and could not stop.

Rob Harrop really exaplained Spring very well.
I started to try Spring since some time, I read the online document and
"Expert One-on-One J2EE Design and Development", and "Expert One-on-One J2EE Development without EJB", but none of them is as clear as this book.

This books gives a very nice explanation to Dependency Injection and AOP, which Spring is based on. It first explains the programmtic way to use DI and AOP, then the declarative way in Spring framework, which helps readers to really understand the framework.

I also like a lot the part for data access (Hibernate and iBatis), middle tier (transaction, remoting, etc) and the web application part. I now start to understand
use of spring framework rather than try to remember it.

"Spring live" may be another good book
for spring web applications, but it's weak on other parts in spring framework.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


7 of 7 people found the following review helpful:
5.0 out of 5 stars All you need to know about Spring, May 6, 2005
By 
R. Warner (Jacksonville, FL United States) - See all my reviews
(REAL NAME)   
This review is from: Pro Spring (Paperback)
Pro Spring is a big, thick book that covers a big, thick topic--not thick as in obtuse, nor even dense and hard to comprehend, but thick as in many layers piled atop each other. Spring comprises many layers of technology that solve different problems, but work together under the Spring moniker. When I cracked this book, I knew nothing about Spring except that it was an IoC container. I knew enough about IoC to recognize its power, so the hype swirling about Spring led me to Pro Spring.

Both the concepts behind and the practice of using the various technologies wrapped into Spring unfold gradually through the pages of this book. At times, I felt they unfolded too slowly; I felt impatient as I absorbed, bite by bite, the behemoth of Spring. The authors don't skimp, however, when they cover a topic, but take the time and pages to explain a concept, then illustrate it through code and configuration. Proper understanding of Spring defies a mad dash through its usage, as I quickly learned. Still, I felt somewhat betrayed when I didn't learn about ApplicationContext until page 141. This likely reflects a matter of taste: I think I'd prefer a presentation of the big picture, then a breakdown of its constituent parts, rather than a presentation of the pieces, building up to a whole.

Although I felt a little impatient as I read, I'm astounded by how well this book covers each topic. I found myself thinking, "Well, I may not get this all in the first pass, but I'll dive into this book again and again as I tackle new facets of Spring." That, perhaps, is the strength of this book, and they way it can best be used: skim through it to get a handle on what Spring is and what it can do, and then zero in on those sections that interest you at a particular moment. The explanations and examples are fully fleshed out without becoming belabored, and I will continue to lean on this book as I learn to implement all the technologies in Spring. Well done, and well worth the investment.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


6 of 6 people found the following review helpful:
5.0 out of 5 stars Excellent Introduction to the Spring Framework, July 30, 2005
This review is from: Pro Spring (Paperback)
Provides concrete examples about all the features covered.

Much easier to follow for a Spring novice than Professional Java Development with the Spring Framework.

Perhaps after reading this book the material in Professional Java Development with the Spring Framework will make more sense. Like I said in the review of Professional Java Development with the Spring Framework, that book is not an introduction to Spring and assumes the reader has some knowledge about the framework.

This book assumes no such knowledge and can turn a complete Spring neophite into a pretty knowledgeable Spring developer.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


‹ Previous | 1 2 3 4| Next ›
Most Helpful First | Newest First

This product

Pro Spring
Pro Spring by Rob Harrop (Paperback - Mar. 2005)
$49.99 $27.31
In Stock
Add to cart Add to wishlist