Hello World Appengine java
In this tutorial, we will show you how to create a Google App Engine (GAE) Java project run it locally, and deploy it to Google App Engine account.
Click finished, Google Plugin for Eclipse will generate a sample project automatically.
In this tutorial, we will show you how to create a Google App Engine (GAE) Java project run it locally, and deploy it to Google App Engine account.
- Create New Web Application Project:
- Deselect the “Google Web ToolKit“, and link your GAE Java SDK via the “configure SDK” link:
Click finished, Google Plugin for Eclipse will generate a sample project automatically.
- Run it local
Now go to http://localhost:8888/
Post a Comment