Thanks Stefan, if ajax, why XMLRPC and not JSONRPC? Anyway you are you asking from something like this?
@service.jsonrpc @service.xmlrpc def feed(): return db(db.yourtable.id>0).select().as_list() Massimo On Jan 19, 8:47 pm, Stefan <[email protected]> wrote: > Hi all, > > I'm relatively new to the Web2py framework and have been spending the > last week or so playing around with it. So far, I'm really impressed > at the level of usability and portability that the framework provides. > > One of the proof-of-concept projects I'm working on is passing some > data back and forth between an external application and my Web2py web > application via the SQLite database. When my external application > updates the database, I want a user's display in Web2py to be > refreshed via AJAX functionality through an RPC call. (I've read > through the tutorials on how to utilize AJAX calls and have that > working fine.) > > However, is there a way to sync up a XMLRPC call with data that's > being displayed in the application for a pseudo-realtime feed? > > Thanks for your support! > > -Stefan
-- You received this message because you are subscribed to the Google Groups "web2py-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/web2py?hl=en.

