This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Daniel Wanja (author)
Sun May 03 14:25:16 -0700 2009
flexonrails / 02_Passing_Data_with_XML
| name | age | message | |
|---|---|---|---|
| .. | |||
| |
README | Wed Sep 17 08:01:46 -0700 2008 | |
| |
flex/ | Sat May 02 20:03:51 -0700 2009 | |
| |
rails/ | Sat May 02 20:03:51 -0700 2009 |
02_Passing_Data_with_XML/README
This is the code used for chapter 02 - Passing Data with XML. Before starting the Rails application don't forget to create and migrate the database by doing the followoing: rake db:create rake db:migrate The Flex applications are the following ForPassingDataWithXML.mxml This is a bar minium Flex application that simply declares a native XML instance variable. ForPassingDataWithXML2.mxml Test harness that asserts several aspect of ActionScript XML and e4x. Note run the application in debug mode to see the assertion results. HttpServiceToRead.mxml Performs a simple restful call using HTTPService. HttpServiceToUpdate.mxml Performs an update restful call using HTTPService. MappingXMLTypes.mxml Test harness for XML type mapping.







