Jeff Forcier <[EMAIL PROTECTED]> wrote: > > As for the general AJAX discussion, I agree wholeheartedly with > James--there's no need to tightly couple a given framework, especially > since good AJAX is exactly what he suggested and what I, at least, have > used successfully--the JS framework on one side and RESTful Django > views that return JSON or XML data on the other side. >
I totally agree. I certainly would not like to see more complexity added by bundling an X or Y Ajax library. Better let the developer choose whatever js library he wants. I've been using MochiKit for the client side and SimpleJSON at the server side which is extremely easy to use. And adding a '/myobject/(\d+)/json/' url and view is dead simple. So far I don't see any need to "Add AJAX support to Django", what support? As for the bundled admin application, it is a "contributed" application which could use any ajax library without, it shouldn't introduce any complexity to "Django as a framework". Cheers, Jorge --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---