Slim3でGAE 環境構築
Java(JDK)の入手
- http://sites.google.com/site/slim3appengine/getting-started/getting-java ※バージョン番号は、1.6.x or 1.5.x
Eclipseの入手
Google Pluginの入手
- http://sites.google.com/site/slim3appengine/getting-started/getting-google-plugin
- Google Eclipse Pluginの使用(ソフトウェア更新機能を使用)
- Eclipse 3.5 (Galileo) 用 Google Plugin for Eclipse: http://dl.google.com/eclipse/plugin/3.5
- Eclipse 3.4 (Ganymede) 用 Google Plugin for Eclipse: http://dl.google.com/eclipse/plugin/3.4
Slim3のブランクプロジェクトの入手
- http://sites.google.com/site/slim3appengine/getting-started/getting-blank-project
- 最新バージョンのSlim3ブランクプロジェクト(slim3-blank-xxx.zip)をダウンロードして解凍
- Slim3ブランクプロジェクトをEclipseのワークスペースにインポート
- テストができるようにEclipseを設定
org.hamcrest.CoreMatchers org.junit.Assert org.junit.matchers.JUnitMatchers
<context-param> <param-name>slim3.rootPackage</param-name> <param-value>tutorial</param-value> </context-param>