There are two sources of confusion here. And it is my fault. GWT uses GWT RPC which assumes a Java serverlet. I am not familiar with this and it may be hard to have web2py mimic the serverlet.
I thought you were using Pyjamas, the python port of GWT. Pyjamas does not uses GWT RPC but JSONRPC and those are the examples I sent. The @service.jsonrpc are used to maked the function serverside that you want to call form the client. I guess you can use native GTW (not pyjamas) with this (http:// ffxml.net/gwt-json-rpc.html) and still use json-rpc. I never tried it. Massimo On Jan 19, 10:21 am, "K.R.Arun" <[email protected]> wrote: > All this long, I forgot one thing,With GWT we can use only javascript > at client. There's no python there. > So now problem is, Can we call web2py's @service.jsonrpc or > @service.xmlrpc with JavaScipt? And How?
-- 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.

