Reputation: 4866
I'm new to Google App Engine. I know the Cloud concept and I know a bit about the API and Storage of GAE.
Problem: One Desktop application (Java, Swing) needs some services. These services should be given to the app via HTTP/HTTPS.
For example the app sends some parameters and receive a result (String(s)).
Is GAE good for providing the services to the App? If so, What is the best point to start?
Thanks in advance
Upvotes: 1
Views: 100
Reputation: 4643
Maybe you could create a web service and put it on GAE. So that could be way how to use it from your Swing app.
There is no reason why this approach shouldn't work.
Upvotes: 3