December 2008
Intermediate to advanced
360 pages
8h 21m
English
You want to get some structured, hierarchical data from Rails to Flex using RubyAMF.
Use a nested set Rails plug-in, such as awesome_nested_set (http://github.com/collectiveidea/awesome_nested_set), and RubyAMF’s method class mapping option to return an object graph to Flex with one call.
Rails has a few options for storing hierarchical data, and one of them is called “Awesome Nested Set,” which is, you must admit, an awesome name. A Nested Set is a way to store data that maps into a hierarchical, tree-like structure in a database table, which does not natively support hierarchical relationships.
Basically, the idea is to store information about sets that contain ...
Read now
Unlock full access