Tag Archives: java
jactiveresource launched
ActiveResource is one of the cooler parts of Ruby on Rails. It uses the dynamic goodness of ruby to consume RESTful resources without having to hardly write any code. How about this for a stupid-easy class: class Person < ActiveResource::Base … Continue reading