Client/Server Application Using Google App Engine

Posted by Kevin Zhang on Programmers See other posts from Programmers or by Kevin Zhang
Published on 2012-02-05T02:24:11Z Indexed on 2012/06/09 22:46 UTC
Read the original article Hit count: 330

Filed under:
|
|

Can someone please advise me what is the possible solution of using GAE to make a Client/Serer Application?

As far as I know, GAE is designed to do web applications. What I want to do is to have a Java Client(Swing based) deployed on a number of computers and deploy the server on GAE.

I found an example on GAE website which teaches how to make a SOAP service using GAE, but I don't know whether using SOAP is a good idea for client/server applications.

Can someone give me some hints about how to design this system and what technology should be used? Any advices are welcome.

Many thanks.

© Programmers or respective owner

Related posts about java

Related posts about google-app-engine