I've dabbled in Flex with Django on the backend, using JSON as the  
transport mechanism. It's not that difficult, you just skip all the  
HTML template stuff and handle data requests and serve them  
accordingly. No different than implementing AJAX in the traditional  
way. I used the Cairngorm framework, which makes it easier to handle  
asynchronous calls within the Flex app.

Note also there is some AMF middleware available to enable Flash  
Remoting. I haven't used it though:

http://djangoamf.sourceforge.jp/index.php?DjangoAMF_en

Don


On May 7, 2007, at 1:14 AM, [EMAIL PROTECTED] wrote:

>
>
> Does anybody have got any experience with connection Flex(presentation
> layer) and  Django(server-side)?
> Do you think  this connection could be a good idea?


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to