I just started using the Google App Engine, and I have a few questions about this. Hope you can help me:
As soon as my Java web application runs on Google App Engine. What if one day I decide to run it on my own server. What programs / services do I need? Is it hard to set up?
I have Javascript code that I would like to store in the Google Application Engine so that external web pages can run it directly. Is it possible? Otherwise, can I deploy a Java application in a Google application that returns this Javascript code? How can an external site request a "runtime" for this code and run it?
THANK!!
source
share