Tag Archives: jactiveresource

jactiveresource 0.4 released

I’ve made a new release of jactiveresource, a Java port of the ActiveResource module in Rails. Many classes have been refactored, enabling better test coverage. Creation of http client objects has been refactored as well, making it super easy to … Continue reading

Posted in Software | Tagged | Comments Off

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

Posted in Software | Tagged , , , , | Comments Off