On 4/12/06, Glenn Tenney <[EMAIL PROTECTED]> wrote: > 3. Rails supports and integrates well with Ajax. I know that this is > "coming" for Django... sometime "real soon now"... how's it going? > When might it be out?
I put in the patch for the initial Django/Dojo mashup (Dojo is the JavaScript toolkit we're going to ship with Django) just the other day, and I've had a tarball of a modified Dojo-enabled Django admin app up for a while. Note, however, that this is not "AJAX integration" in the sense that Rails has it; we'll be including Dojo in Django and offering the admin app as an example of how you can take advantage of it to build useful JavaScript functionality into your own applications. There's been talk of a generic Django web-service system which would make it much easier to do remote JavaScript calls (or programmatic calls from any language, really), and when that's built in there will undoubtedly be a JavaScript library included with Django which can take advantage of it, but I don't think the extreme level of "AJAX integration" in Rails is something that would feel right in Django. > 4. Rails has built-in unit and functional testing support. I don't > know, but I'd venture a guess that few Rails apps actually USE the > built-in testing capabilities, but it *IS* very nice... Is there > anything like that planned for Django? AFAIK Django ships unit tests for all of its own components. Writing tests for your own applications wouldn't be particularly hard, given the ease of testing in Python. > 5. Rails has a book or two already out there -- and already out of > sync with the version of Rails recently released. Django's book is > "in the pipeline" but I doubt it'll be out until 0.92 gets released. While I can't speak for the authors, I'd say it'll be a good long while after 0.92 is released when the book hits the shelves. -- "May the forces of evil become confused on the way to your house." -- George Carlin --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---