Sha256: ded7dcf09dbb005ad5cf8d707b14262df2a07e418f54a15dc215f35a2e50c6a5

Contents?: true

Size: 1.45 KB

Versions: 7

Compression:

Stored size: 1.45 KB

Contents

= RestfulX Framework: The RESTful way to develop Adobe Flex and AIR applications

== Description

Here's some of the things you can do with *RestfulX*:

* *Create* a complete _Adobe_ _Flex_ or _AIR_ application in less than 5 minutes.

  Use our lightweight Ruby-based code generation toolkit to create a fully functional
  CRUD application. Simply do:
  
    sudo gem install restfulx
  
  And then run:
  
    rx-gen -h

* *Integrate* with _Ruby_ _On_ _Rails_, _Merb_ or _Sinatra_ applications 
  that use _ActiveRecord_, _DataMapper_, _CouchRest_, _ActiveCouch_ and so on.

* *Communicate* between your Flex/AIR Rich Internet Application and service providers 
  using either _XML_ or _JSON_.
  
* *Persist* your data directly in Adobe AIR _SQLite_ database or _CouchDB_ 
  without any additional infrastructure or intermediate servers.
  
* *Deploy* your RestfulX application on the Google App Engine and use Google
  DataStore for persistence.
  
* *Synchronize* your data between AIR _SQLite_ and other service providers. 

== Getting Started

For details on how to get started with the RestfulX framework refer to:
    
    http://restfulx.org
    
== Getting Involved

Report bugs or track framework development progress:

    http://github.com/dima/restfulx_framework/issues
  
Get involved with the community:
      
    http://groups.google.com/group/restfulx-framework
    
== License

Copyright (c) 2008-2009 Dima Berastau and Contributors, released under MIT License

Version data entries

7 entries across 7 versions & 4 rubygems

Version Path
captproton-restfulx-1.2.3 README.rdoc
dima-restfulx-1.2.3 README.rdoc
dima-restfulx-1.2.4 README.rdoc
rlmattax-restfulx-1.2.4.1 README.rdoc
restfulx-1.2.5 README.rdoc
restfulx-1.2.3 README.rdoc
restfulx-1.2.4 README.rdoc