Displaying 2 results from an estimated 2 matches for "blueoxen".
2006 Aug 05
4
Can we use ActiveResource yet?
I need to split some information up between two servers, and wanted to
use REST for it. I can write the REST server really easily...but I
don''t know how I can actually use it. I downloaded Rails trunk to
mess with ActiveResource, but it seems that it doesn''t have create
functionality enabled yet.
Is it possible to use AR fully? If not, what''s the best way to
consume
2006 Aug 04
4
REST
...ications to keep track of the state
of the app for your users.
Links to REST basics:
http://en.wikipedia.org/wiki/Representational_State_Transfer
http://66.102.7.104/search?q=cache:uCkFMHAh5b0J:naeblis.cx/rtomayko/
2004/12/12/rest-to-my-wife+how+i+explained+rest+to+my+wife&hl=en
http://rest.blueoxen.net/cgi-bin/wiki.pl?FrontPage
In REST, resources (like files) are universally locatable via a
common syntax. In HTTP this is done almost entirely with the uniform
resource identifier we all know and love, the URL. The communicated
actions are simple. The data, though, may be complex. And...