Hacker News new | ask | show | jobs
by bdittmer 4853 days ago
I'm glad to see rails devs are finally coming to their senses and exploring other patterns for building applications. SOA, command objects, etc. have been a pretty common pattern in "enterprise-y" frameworks for awhile. This is making rails look more like grails, which I think is a good thing.
1 comments

It's not new in Rails apps actually; it's only new if you've been reading vocal blog posts (including the ones a few years back bashing design patterns etc).

At least for the apps I've been maintaining as a freelance, quite often they had services of some kind and other classic patterns.

Many Rails developers I know come from a Java and/or .Net background, so this is not really a surprise :-)