Re: HELP PyAMF - Django + FLEX

2009-12-20 Thread Rafael Vieira
> > look this link http://sseetharaman.wordpress.com/2009/10/21/django-pyamf/ > > -- > > You received this message because you are subscribed to the Google Groups > "Django users" group. > To post to this group, send email to django-us...@googlegroups.com. > To unsubscribe from this group, send ema

Re: HELP PyAMF - Django + FLEX

2009-12-01 Thread esatterwh...@wi.rr.com
http://pyamf.org/wiki/DjangoHowto On Nov 30, 10:55 am, Rafael Vieira wrote: > Good afternoon people, > > I am starting with pyAmf framework, and I have questions about how to > integrate models of Django with RemoteObjects of FLEX; -- You received this message because you are subscribed to the

HELP PyAMF - Django + FLEX

2009-11-30 Thread Rafael Vieira
Good afternoon people, I am starting with pyAmf framework, and I have questions about how to integrate models of Django with RemoteObjects of FLEX; -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us..

Re: django & flex

2009-10-19 Thread beOn
> I guess long story short, stick with JSON, REST, SOAP, etc... it will make > future expansion easier (if you can see it going that route). That's a little too short for me. Not everything is likely to expand beyond wildest expectations, so sometimes PyAMF will be the way to go. Unfortunately,

Re: django & flex

2009-08-31 Thread Thomas Hill
Yup, I was going to reply with this as well. One draw back to this, however, is that it makes the app a little bit more complicated to test and debug, I've found, unless you concoct your own other test cases that import the pyAmf libs and test separately. Another thing you might want to think about

Re: django & flex

2009-08-31 Thread Randy Barlow
-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, S

django & flex

2009-08-31 Thread solar
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