4c4e796b54
Active Resource (ARes) connects business objects and Representational State Transfer (REST) web services. It implements object-relational mapping for REST webservices to provide transparent proxying capabilities between a client (ActiveResource) and a RESTful service (which is provided by Simply RESTful routing in ActionController::Resources). Needed for rails 2.0.
6 lines
346 B
Plaintext
6 lines
346 B
Plaintext
Active Resource (ARes) connects business objects and Representational State
|
|
Transfer (REST) web services. It implements object-relational mapping for
|
|
REST webservices to provide transparent proxying capabilities between a
|
|
client (ActiveResource) and a RESTful service (which is provided by Simply
|
|
RESTful routing in ActionController::Resources).
|