Posts

Showing posts from 2014

Demo Of JSP App Engine application

Image

How to create a Google App Engine (GAE) Java project,run and Deploy to App Engine.

Image
In this tutorial, We'll  show you how to use eclipse  to create a  Google App Engine  (GAE)  Java  project , run it on localhost, and deploy it to Google App Engine account. Assumed JDK V1.7 and Eclipse (Kepler) are installed. 1. Install Google Plugin for Eclipse Read this guide –  how to install Google Plugin for Eclipse . If you install the Google App Engine Java SDK together with “ Google Plugin for Eclipse “, then go to  step  2, Otherwise, get the  Google App Engine Java SDK  and extract it. After installation of GAE plugin, If u get the below marked Google icon in eclipse toolbar to confirm that you have installed GAE plugin. 2. Create New Web Application Project In Eclipse toolbar, click on the Google icon, and select " New Web Application Project " Figure – New Web Application Project Figure – Deselect the “ Google Web ToolKit “, and link your GAE Java SDK via the “ configure SD...