I still haven't used AJAX (jQuery) with web.py, but when I was using Django, I treated AJAX requests much like any other, and therefore I imagine it would be no different in web.py.
I once asked in this group about getting the "X-Requested-With" header. That would be in web.ctx.env as described here: http://webpy.org/cookbook/ctx Also, in Django, I used to return jQuery code by using Django templates which I fill with whatever values and return as JavaScript. Templetor is also format-agnostic, so I imagine it is quite capable of doing the same, but you can always use another templating language if you want. Hope this helps On Sun, Jan 24, 2010 at 3:45 PM, Indrajith <[email protected]> wrote: > Hello Webpy folks, > > I would require your advice here. I am seriously considering Web.py > for a large project. I am making a list of desirables, I would expect > from a framework for a longrun. Simplicity is the prime most, and > webpy fits in more than any other framework I have considered so far. > Django, Pylons, TurboGears are the other ones I have so far > considered. The website being though about will have strong emphasis > on user interactions, as it is intended to 45+ age group. For the same > reason, the website will have very demanding user interaction > requirements, and AJAX is the way forward. I am not able to find good > links which talks on people experiences using web.py and AJAX. Can > anybody who has already used these together share the positives and > negatives ? > > Thank you in advance > Indrajith > > -- > You received this message because you are subscribed to the Google Groups > "web.py" 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/webpy?hl=en. > > -- Branko Vukelić http://foxbunny.tumblr.com/ http://www.flickr.com/photos/16889...@n04/ http://www.twitter.com/foxbunny http://github.com/foxbunny -- You received this message because you are subscribed to the Google Groups "web.py" 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/webpy?hl=en.
