2009年10月27日火曜日

Google App Engine の開発環境を作る

Eclipse に Google App Engine Plugin をインストール

  1. Eclipse.org で、Eclipse IDE for Java EE Developer をダウンロード。
  2. 任意のフォルダに解凍して実行。
  3. [Help] - [Install New Software]
  4. Work with: に http://dl.google.com/eclipse/plugin/3.5 と入力(コピペじゃダメ?)。
  5. Plugin と SDKs にチェックを入れて、Next をクリック。
  6. 同意(I accept the terms of the license agreements)して、Finish!

プロジェクトを作成

  1. メニューにある g のアイコンか、[File] - [New] - [Web Application Project] をクリック。
  2. Project : と、Package : をそれぞれ入力。
  3. Finish!

アプリケーション領域の確保

  1. http://appengine.google.com/にアクセスして、Create an Application をクリック。
  2. Application Identifier: を入力。これが .appspot.com のサブドメインになる。
  3. Application Title: を入力。
  4. Save をクリックして完了。

サービスの公開

  1. Eclipse プロジェクトを右クリックし、Properties を開く。
  2. [Google] - [App Engine] を開き、ApplicationID に先ほど入力した Application Identifier を入力する。
  3. OK で決定。
  4. プロジェクトを右クリックして、Google > Deploy to App Engine をクリック。
  5. Google App Engine に登録した、E-Mail と password を入力する。
  6. Deploy!
環境
  • Eclipse 3.5 (IDE for Java EE Developers)

0 件のコメント:

コメントを投稿