开发者

Deploying an App to Google cloud [duplicate]

开发者 https://www.devze.com 2023-03-27 15:11 出处:网络
This question already has answers here: Closed 11 years ago. Possible Duplicate: Google App Engine, getting started
This question already has answers here: Closed 11 years ago.

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消