Deploying an App to Google cloud [duplicate]
Possible Duplicate:
Google App Engine, getting started
How do I deploy a Java application to a Google cloud? What are the steps involved ? I am a beginner at programm开发者_Python百科ing so it would be great if you could help me out!
Google AppEngine for Java, Getting Started
Basic steps in a nutshell might include:
- Create an AppEngine project (here).
- install Google plugin (this is Eclipse plugin) which includes the AppEngine SDK as well.
- Write your code and test it locally.
- Deploy your application into the real environment once you are satisfied with it.
If you want to use Maven, have a look at this Maven plugin. I have used it in some projects.
精彩评论