a href="xn--fiqr16adi7bgnc.xn--dqr445bdw4a.xn--j6w193g">隆鎮,Hacker News,Network Security,Hacker News,1N4148
Hello World - App Engine Guide,Google App Engine Guide

Hello World

 
Before you create any application, you should complete the installation mentioned in the previous Step 5.
 
Before you try to design any Google Application, it's a good practice to write a "helloworld" application.
The followings are steps for creating a "helloworld". However, if you are interesting in the content being generated by the Google App Engine SDK, you may go to the dissection of helloworld program.
  1. Start Google App Engine SDK 1.3.1,
  2. Select the "Create New Application" under the "File" pull-down menu
  3. There will be an "Add New Application" dialogue. In the text box beside the "Application name", please enter "helloworld", PAY ATTENTION to the "lowercase" of the application name. And press the "Browse..." button.
  4.  Select the appropriate path. In this example, we try to create a fold "gae" under drive c:
  5. Select the local disk C: and press the "Make New Folder" button,
  6. Rename the new folder as "gae" and press "OK". See figure: 
  7. You will go back to the "Add New Application" dialogue. Press "Create"
  8. Now you have create the helloworld application in c:\gae\helloworld\.
In this stage, you may go to next step for running the helloworld project locally or if you are interesting in the content being generated by the Google App Engine SDK, you may go to the dissection of helloworld program.