

Edit the gwt.sdk property in the StockWatcher/build.xml, then proceed with the modifications below.Īpp Engine requires its own web application deployment descriptor.
#Google app engine sdk directory windows download
Alternatively, If you would like to skip the Build a Sample GWT Application tutorial, then download and unzip this file. Complete the Build a Sample GWT Application tutorial, using webAppCreator to create a GWT application.If you haven’t yet, download the App Engine SDK for Java.This will add Google Plugin functionality to your project as well as copy required libraries to your project WEB-INF/lib directory automatically. Add the Google Web Toolkit and App Engine functionality to your newly created project (right-click on your project > Google > Web Toolkit / App Engine Settings…).At “Select root directory”, browse to and select the StockWatcher directory (from the unzipped file).Select the import source General > Existing Projects into Workspace.In the File menu, select the Import… menu option.Alternatively, if you would like to skip the Build a Sample GWT Application tutorial, then download, unzip and import the StockWatcher Eclipse project.
#Google app engine sdk directory windows install

Set up a project Set up a project (with Eclipse) Or download the App Engine SDK for Java separately. If you plan to use Eclipse, you can download the App Engine SDK with the Google Plugin for Eclipse. After you’ve finished with this tutorial you will be able to reuse this application ID for other applications. Make a note of the application ID you choose because you will need this information when you configure the StockWatcher project. After your account is activated, sign in and create an application. Get started with App Engine Sign up for an App Engine account If you have not completed these tutorials and are familiar with basic GWT concepts, you can import the StockWatcher project as coded to this point, as instructed below. It also uses techniques covered in the GWT RPC tutorial. This tutorial builds on the GWT concepts and the StockWatcher application created in the Build a Sample GWT Application tutorial. Note: For a broader guide to deploying, see Deploy a GWT Application. Personalize the application with the User Service.Also, you’ll learn about some of the App Engine service APIs and use them to personalize the StockWatcher application so that users can log into their Google Account and retrieve their list of stocks. In this section, you’ll deploy this application on Google App Engine. At this point, you’ve created the initial implementation of the StockWatcher application, simulating stock data in the client-side code.
