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
Post a Comment