dima / restfulx_framework

The RESTful way to develop Adobe Flex and AIR applications.

This URL has Read+Write access

name age message
file .gitignore Tue Jan 27 01:38:27 -0800 2009 Ignoring textmate files. [Dima Berastau]
file README.rdoc Loading commit data...
file Rakefile Sat Mar 28 15:46:02 -0700 2009 Made sure relevant metadata is preserved in the... [dima]
directory doc/ Thu Mar 19 00:14:57 -0700 2009 Updated docs. [dima]
directory framework/
directory tests/ Thu Mar 19 00:13:10 -0700 2009 More tests for AuxAIRController and GAE datetim... [dima]
README.rdoc

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://restfulx.lighthouseapp.com/dashboard

Get involved with the community:

    http://groups.google.com/group/restfulx-framework

License

Copyright © 2008-2009 Dima Berastau and Contributors, released under MIT License