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…