Client/Server Application Using Google App Engine
- by Kevin Zhang
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.