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

Posted by hansi on Stack Overflow See other posts from Stack Overflow or by hansi
Published on 2010-01-22T11:29:06Z Indexed on 2010/04/24 16:43 UTC
Read the original article Hit count: 205

Filed under:
|
|
|

I have a regular Java application and want to access an GWT RPC endpoint. Any idea how to make this happen? My GWT application is on a GAE/J and I could use REST for example but I already have the GWT RPC endpoints and don't want to build another façade.

Yes, I have seen http://stackoverflow.com/questions/1330318/invoke-a-gwt-rpc-service-from-java-directly, but this discussion goes into a different direction.

© Stack Overflow or respective owner

Related posts about gwt

Related posts about rpc