On Wed, Dec 9, 2009 at 1:58 PM, Noah Kantrowitz <[email protected]> wrote: > > >> -----Original Message----- >> From: [email protected] [mailto:[email protected]] >> On Behalf Of Olemis Lang >> Sent: Wednesday, December 09, 2009 10:51 AM >> To: [email protected] >> Subject: Re: [Trac] How to use Ajax + Python. >> >> On Wed, Dec 9, 2009 at 1:16 PM, Noah Kantrowitz <[email protected]> >> wrote: >> >> -----Original Message----- >> >> From: [email protected] [mailto:trac- >> [email protected]] >> >> On Behalf Of Olemis Lang >> >> Sent: Wednesday, December 09, 2009 6:21 AM >> >> To: [email protected] >> >> Subject: Re: [Trac] How to use Ajax + Python. >> >> >> >> On Wed, Dec 9, 2009 at 9:12 AM, prabhakar <[email protected]> >> >> wrote: >> >> > Hi, >> >> > >> >> > How can we perform ajax + python operations, i have few queries >> >> > related to Ajax+python listed bellow, >> >> >> >> In fact there are many ways to get this done.
First of all ... *many ways to get this done* >> >> >> > Trac uses jQuery internally, >> >> Yes, I know ... RPC plugin too ? > > No, the XmlRpcPlugin is a 3rd-party tool. > So jQuery RPC plugin either isn't it ? >> >> >> The added benefit is that you can also perform the same calls from >> >> other environments (outside Javascript ;o) and just need to >> implement >> >> things once >> > >> >> When I mentioned this I wanted to say that if you want to access the >> same data and make it accessible to code written in a programming >> language other than JavaScript then it is possible to use XML (JSON) >> RPC just by performing regular method calls on proxy objects > > jQuery has no such system for doing proxy calls that I know of, Seems so . The lib I use (not jQuery plugin ;o) allows both synchronous and asynchronous calls as well as cross domain RPC calls using (JSON SCRIPT ? | script tags) > and while I > can't comment on every language, C C will never have one because it's not OOo ... > and C++ certainly don't. using third-party libs ? > Python does, but > this is by no means a reason to use XML-RPC to the browser. > I c . For me this is a reason to save my time ;o) -- Regards, Olemis. Blog ES: http://simelo-es.blogspot.com/ Blog EN: http://simelo-en.blogspot.com/ Featured article: Depurando errores en aplicaciones web CGI con Python - http://feedproxy.google.com/~r/simelo-es/~3/xxyDHHH1YZ8/depurando-errores-en-aplicaciones-web.html -- You received this message because you are subscribed to the Google Groups "Trac 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/trac-users?hl=en.
