On 10/30/06, angel <[EMAIL PROTECTED]> wrote: > > Hi all, > > I know there are various topics on this subject, but my concrete > question is: How mature is the ajax support in Django at the moment ? > If i download django now , what kind of ajax support can it offer, in > terms of helpers , etc , and how stable is this? (as compared to ROR > for example). We are currently evaluating the two frameworks to be used > in a relatively high-traffic and not so simple (as opposed to some apps > from 37signals) , and since all of the performance / extensibility / > rich UIs considerations are very important, still haven't arrived at a > conclusion. Thanks >
Short answer: Pick the JS toolkit of your choice (Dojo, MochiKit, Prototype, YUI among others) thanks to Django's built in serialization (XML or JSON). For a complete answer see: http://www.b-list.org/weblog/2006/07/02/django-and-ajax And for some examples see the wiki and these articles: http://www.b-list.org/weblog/2006/07/31/django-tips-simple-ajax-example-part-1 http://www.b-list.org/weblog/2006/08/05/django-tips-simple-ajax-example-part-2 -- ---- Waylan Limberg [EMAIL PROTECTED] --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---