On Jul 12, 2007, at 6:03 AM, Jeremy Dunck wrote: > > You might want to check out DjangoAMF: > http://djangoamf.sourceforge.jp/index.php?DjangoAMF_en > > It's specifically for Adobe XML messaging. It adapts Flex's requests > to regular Django views.
Actually, AMF is a compact binary format that allows you to send serialized objects. DjangoAMF allows you to convert these binary objects to/from Python objects. Using AMF eliminates the XML parsing required in the client. Don --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---