google app engine - How can I call a GWT RPC method on a server from a non GWT (but Java) gapplication? -


i have regular java application , want access gwt rpc endpoint. idea how make happen? gwt application on gae/j , use rest example have gwt rpc endpoints , don't want build façade.

yes, have seen invoke gwt rpc service java directly, discussion goes different direction.

gwt syncproxy allows access gwt rpc services (e.g methods) pure java (not jsni) code.

see http://www.gdevelop.com/w/blog/2010/01/10/testing-gwt-rpc-services/ details.


Comments

Popular posts from this blog

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -