Saturday, April 2, 2011

Re: Dajax, what do you think about it?

Hi Sameer,
 
What do you think about using Dajax and Dajaxice in Django? is it worth? or you like to write your own ajax code?

Probably the answer is... "It depends".

If you have 2 o 3 ajax functions and you doesn't want to add another dependency, probably you should create your own views and call them from your favorite JS framework (jQuery, Prototype... ).

Instead if you have tons of ajax functionality in your project probably dajaxice could help you saving time creating tons of urls and provides you an uniform way of doing that stuff, handling erros, debugging...

Hope this  helps you,

Jorge Bastida.

--
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 django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment