On 8/3/06, Dan Shafer <[EMAIL PROTECTED]> wrote: > The second major factor in my design is the need for AJAX componentry and > in that regard, at least, it *seems* TG has a strong upper hand, though it > could clearly be implemented with some effort in Django. Can anyone address > the degree of difficulty or level of effort involved in incorporating, say, > the YUI library, for example, into Django in a sufficiently seamless way > that I could Ajax-ify the components in my designs without jumping through > too many hoops? Or have I perhaps just missed something valuable in my > exploration of Django that suggests this isn't even a problem?
With just a few week's Django experience, I'm finding it straight-forward to integrate Dojo into my application. Django gives you all the tools you need to get the right bit of Javascript onto the page at the right time and its simplejson module makes short work of servicing AJAX requests. The only hoop I've had to jump through with AJAX is relearning the DOM - I have dabbled in DHTML previously, but the functionality I'm now implementing requires more than dabbling. Alan. -- Alan Green [EMAIL PROTECTED] - http://bright-green.com On 8/3/06, Dan Shafer <[EMAIL PROTECTED]> wrote: > I've spent the last few days looking intently at both Django and TG. I > haven't yet built anything useful in either, but i've poked at them enough > that I think I'm beginning to see through the fog, however dimly. > > My plan for the next six months is to create 4-6 substantial Web > applications which will all be variations on a single theme. IOW, I > anticipate lots of code and component reuse. On this point, it at least > *seems* to me I'd be better served by Django than by TG, though I've asked > on that list for some reactions. > > The second major factor in my design is the need for AJAX componentry and > in that regard, at least, it *seems* TG has a strong upper hand, though it > could clearly be implemented with some effort in Django. Can anyone address > the degree of difficulty or level of effort involved in incorporating, say, > the YUI library, for example, into Django in a sufficiently seamless way > that I could Ajax-ify the components in my designs without jumping through > too many hoops? Or have I perhaps just missed something valuable in my > exploration of Django that suggests this isn't even a problem? > > -- > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > Dan Shafer, Information Product Consultant and Author > http://www.shafermedia.com > l > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---

