-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

solar declared:
> Is there a 'common' way to build apps with django and a Adobe Flex  
> frontend?
> I'm about to do just that, and I'm a bit overwhelmed by the number of  
> choices that you get by multiplying
> communication layers (REST, XML-RPC, SOAP) times data formats (XML,  
> JSON, etc.) times Flex microarchitectures (Cairngorm, RestfulX, etc.).
> Obviously, not all of the above combine, but nevertheless... some of  
> them are probably dead ends, and I'm wondering what people on the  
> list usually choose for building "rich clients" on a django backend.

My quick reply to you about this is that we're using Flex with Django
over the AMF protocol.  We're using PyAMF to accomplish the RPC
protocol, and have implemented various object managers to be used over
that protocol to set and retrieve data.  The AMF protocol allows the use
of ordinary Python data types, so no need to worry about XML or JSON -
just use strings, dicts, and lists as usual!

- --
Randy Barlow
Software Developer
The American Research Institute
http://americanri.com
919.228.4971
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkqcFykACgkQw3vjPfF7QfU05gCgi9iJnXiOIWLxrE51Zjd4zdJ3
P6oAniM4sPAXmNj0IYDzuwgPX5qt+2u+
=fGXU
-----END PGP SIGNATURE-----

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to