• Stars
    star
    331
  • Rank 127,323 (Top 3 %)
  • Language ActionScript
  • Created over 16 years ago
  • Updated about 13 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

The RESTful way to develop Adobe Flex and AIR applications.

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 AMF, 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.github.com

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 Β© 2008-2011 Dima Berastau and Contributors, released under MIT License