Posts tagged service-oriented-architecture

5 posts

Service Objects | Jared Norman

Service Objects are a popular software design pattern in the Ruby on Rails community. They are used to extract procedural logic away from models and controllers and into their own objects.

Randall Degges - Heroku and SOA

Heroku's platform was designed with services in mind. If you're building a service oriented web app, you might find this interesting.