Customer Reviews


6 Reviews
5 star:
 (5)
4 star:    (0)
3 star:    (0)
2 star:
 (1)
1 star:    (0)
 
 
 
 
 
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


11 of 11 people found the following review helpful:
5.0 out of 5 stars Great intro to scalable designs for Ruby programmers
I'm a little tired right now to give a thorough review, but I wanted to get something down to benefit other potential buyers. First off, let me give some background on myself so you have a point of reference. I've been programming web software and services as a hobby for the last 10 years. My forte has always been with Perl, with a recent desire to try newer languages...
Published 16 months ago by Jason W. Dixon

versus
2 of 3 people found the following review helpful:
2.0 out of 5 stars Lacks depth
I was disappointed reading this. It does have patches of good information but I felt that nearly every chapter would mention a problem space or an area of interest, mention 6 or products or libraries, ramble on about intricacies of a single library, show a few code examples for a very limited scenario, then move on to the next chapter. After reading the book...
Published 2 months ago by David Barri


Most Helpful First | Newest First

11 of 11 people found the following review helpful:
5.0 out of 5 stars Great intro to scalable designs for Ruby programmers, September 11, 2010
Amazon Verified Purchase(What's this?)
I'm a little tired right now to give a thorough review, but I wanted to get something down to benefit other potential buyers. First off, let me give some background on myself so you have a point of reference. I've been programming web software and services as a hobby for the last 10 years. My forte has always been with Perl, with a recent desire to try newer languages like Python and Ruby. My particular interest in this book stems from a new project I'm working on that lends itself to a service-oriented design from the get-go. I have no other experience with Ruby or Rails except for short periods of "play time" with Rails when it first became popular, years ago. But I'm *very* experienced with service-oriented and scalable internet architectures (I work for OmniTI), so I expected much of the book to be a rehash of what I'm exposed to on a daily basis anyways.

The author (Paul Dix) immediately throws the reader into a sample web service, typical to any modern REST web application. What I really appreciated was how he stressed the test-driven development approach via rspec, although it might have been beneficial to give a bit more background into the advantages of TDD and the specifics of rspec within Ruby and Rails testing. Nevertheless there is sufficient coverage of the process to get the reader off on the right foot. There are a few bugs in the included code examples that have either been fixed in the github repository ([...]).

Chapter 2 describes the philosophies and methodologies behind service-oriented designs and the differentiators to SOA, XML-RPC and related books such as "RESTful Web Services". Paul makes a sane argument for service-oriented designs with Ruby over the monolithic Rails applications we've seen as Rails has continued to grow in popularity, introduced to larger production loads. The reader learns about isolating services and the benefits (testing, resiliency, performance) associated with various levels of separation.

Chapter 3 gives experienced Rails developers an example migration by segmenting a "typical" Rails installation into independent services. This had limited value to me, since I plan to write Ruby web applications from scratch. But there is still value in a series of well-presented diagrams demonstrating the MVC equivalence of service-oriented design.

Chapter 4 (along with the "RESTful Primer" appendix) provide an excellent overview of RESTful web services and API design. As there is no formal REST specification, much of this is based on accepted industry practices, but the coverage is thorough and very digestible.

This is all I have time to write up at the moment. Suffice it to say I'm very pleased with this book and will continue to refer back to it as I develop in Ruby. Although the book is designed for experienced Rails programmers, I have no reservation in suggesting this to beginner Ruby/web developers... so long as they have another core Ruby reference at their disposal.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


12 of 13 people found the following review helpful:
5.0 out of 5 stars Along with Metaprogramming Ruby, a must read for Ruby/Rails devs, September 12, 2010
This review is from: Service-Oriented Design with Ruby and Rails (Addison-Wesley Professional Ruby Series) (Paperback)
I never review books on Amazon. But I wrote a review for Metaprogramming Ruby (Feb 2010 Pragmatic Programmers) because it was just such a must-read. And I'm writing one for this, because it's also a must-read. The target audience for this book is the intermediate Rails developer who has his all-in-one app with background processing, and is wondering "what next"? "What if tomorrow users start joining my site by the droves?" "What if I'm written up on TC / Digg / Slashdotted tomorrow?"

If I HAD to give criticism, the only thing I could think of is that this book goes into implementation details for some subjects but not others. For example, it has pages and pages of code to illustrate how to write a service in rails, Sinatra, Rack, but skips over a lot of ops related stuff. If you were going about implementing the ideas in this book, those issues would confront you far before you write your services, do your load balancing and edge caching, etc. I would love for Dix to write a second book on that topic. That's just nitpicking, though - part of the reason I think Dix went into depth with the code goes back to the target audience: it is very helpful to show Sinatra and Rack analogues to a guy who has only used Rails.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


4 of 4 people found the following review helpful:
5.0 out of 5 stars The best ruby book I've read in a long time, October 27, 2010
Amazon Verified Purchase(What's this?)
This review is from: Service-Oriented Design with Ruby and Rails (Addison-Wesley Professional Ruby Series) (Paperback)
It's rare that I read a ruby book these days and learn something new in every chapter, but I did from this book. The title doesn't do the book justice. The ruby examples use Rack, Sinatra and Rails (including Rails 3 examples) to demonstrate how to quickly build and test REST services and service clients.

It covers everything from high-level architecture decisions, like when to introduce services and how to decide what goes where, to seemingly small details, like dealing with serving pagination links in apis.

The only downside is that it could have gone into more detail about how to run apps with multiple services locally.

I read it cover to cover, and frequently refer to it. I highly recommend it to anyone working on moderate to large Rails apps. It completely demystified SOA for me.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


2 of 3 people found the following review helpful:
2.0 out of 5 stars Lacks depth, November 7, 2011
This review is from: Service-Oriented Design with Ruby and Rails (Addison-Wesley Professional Ruby Series) (Paperback)
I was disappointed reading this. It does have patches of good information but I felt that nearly every chapter would mention a problem space or an area of interest, mention 6 or products or libraries, ramble on about intricacies of a single library, show a few code examples for a very limited scenario, then move on to the next chapter. After reading the book cover-to-cover I don't feel that I learnt much, I feel like a mate gave me a verbal overview.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5.0 out of 5 stars A key acquisition!, December 12, 2010
This review is from: Service-Oriented Design with Ruby and Rails (Addison-Wesley Professional Ruby Series) (Paperback)
Paul Dix with Trotter Cashion, Bryan Helmkamp and Jake Howerton's SERVICE-ORIENTED DESIGN WITH RUBY AND RAILS is for any programmer's collection where Ruby and SOA are basic references. It offers programmers keys to building strong Ruby-based services, integrating Rails systems and using non-Rails frameworks to simplify Ruby's systems. With chapters focusing on optimization and integration alike, this is a key acquisition!
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


0 of 1 people found the following review helpful:
5.0 out of 5 stars Excellent book for web API and backend designers, May 25, 2011
Amazon Verified Purchase(What's this?)
This review is from: Service-Oriented Design with Ruby and Rails (Addison-Wesley Professional Ruby Series) (Paperback)
While this book is ostensibly about Rails, it's a whole lot more than that. It's an excellent general introductory resource for experienced developers in other areas who want to get into building highly scalable web application backends. Most rails books out there cover the gamut, from UI design to database. However, for people who care about backend scalability of their web services, this book is a must-have. It goes into juicy details about things such as: designing a RESTful API, implementing it using Rails, Sinatra, Rack, improving performance via load-balancing and caching, security, authentication, messaging etc. The examples are simple, yet complete and relevant. The content is challenging without being too tied to a specific technology stack. Ruby is used in all the examples, but only to illustrate general concepts that apply across all web apps. Highly recommended!
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


Most Helpful First | Newest First

This product

Service-Oriented Design with Ruby and Rails (Addison-Wesley Professional Ruby Series)
$49.99 $36.62
In Stock
Add to cart Add to wishlist