My favorites | Sign in
Google
Projects on Google Code Results 1 - 10 of 12
An Action-script Library that simplifies the overhead of the restful communication between a client and a server. It eliminates the large number of remote service declarations. Just deal with the resources as a collection in your RIA application! For more information check the ReadMe file D...
ActiveResource like RESTClient for java Typical Usage: All you need are the url, username, password, scheme and realm. You could choose to leave out properties like username, password, scheme and realm if not applicable {{{ RestClient restClient = new RestClientBuilder().withUrl("http://lo...
From the [http://api.rubyonrails.com/files/vendor/rails/activeresource/README.html Active Resource README]: Active Resource attempts to provide a coherent wrapper object-relational mapping for REST web services. It follows the same philosophy as Active Record, in that one of its prime aims is to...
A lightweight implementation of the ActiveResource pattern for Java that lets you manipulate RESTful resources as Java objects. Note: Currently uses Apache the HttpClient Jar. You can get the JarsHere: ---- ==Usage:== for a more detailed look see the HighriseWalkthrough... ===Quick usage ex...
*UPDATE*: phpactiveresource has been moved to github here: http://github.com/lux/phpactiveresource Please check there for all future updates. ---- This is a basic PHP class for accessing Ruby on Rails REST APIs in an ActiveResource style of coding. The benefit is easier use of RoR-based ...
Ruby bindings for the Pownce API. Providers abstraction layer over HTTP communications and xml/json seralization. Allows user to deal with native ruby objects. Example Usage: notes = Note.find(:one, :from => '/public_note_lists.xml', :params => {:limit => 5}) notes.note.length => 5 ...
Jester is a JavaScript library used for interfacing with REST APIs (XML and JSON). It assumes API conventions that match those defined by the Ruby (on Rails) library ActiveResource. While its most common use is within your own application, it can take advantage of JSONP to read from external APIs ...
C#'s migration of Rails' ActiveResource module. ActiveResource is the lbrary for mapping RESTful resources as models in a C# application
=Cassowary Javascript Framework= Cassowary is a Javascript framework to build web application on the top of a REST API. {{{ This project is under active developement }}} * A simple and fast Javascript framework (try to use natives browser implementations) * Designed to be used on the...
=Sponger now works with rails 2.1! = Sponger is a simple plug-in for creating and modifying calendars, events, and calendar widgets with the [http://spongecell.com/api Spongecell API]. This will easily allow you to create any sort of application or web site that uses events. Sponger is built on t...
1 2 Next