The HIRO Says

If you smell what The HIRO is cooking!!!

slim3のプロジェクト構成

slim3-blank のプロジェクト構成を、以下に記します。
(個々の意味は、逐次記述を追加していきます。)
slim3-blank-EA1-SNAPSHOT-11142009.zip を元にしています。


/
 ├ .apt_generated
 │
 ├ .externalToolBuilders
 │ ├ com.google.appengine.eclipse.core.enhancerbuilder (3).launch
 │ ├ com.google.appengine.eclipse.core.projectValidator (2).launch
 │ └ com.google.gdt.eclipse.core.webAppProjectValidator.launch
 │
 ├ .settings
 │ ├ com.google.appengine.eclipse.core.prefs
 │ ├ com.google.gdt.eclipse.core.prefs
 │ ├ org.eclipse.jdt.apt.core.prefs
 │ ├ org.eclipse.jdt.core.prefs
 │ └ org.eclipse.jdt.ui.prefs
 │
 ├ build
 │ ├ test-classes
 │ └ WEB-INF
 │   └ appengine-generated
 │
 ├ config
 │ └ sdk
 │   └ logging.properties
 │
 ├ lib : ライブラリの配置ディレクトリ
 │ ├ junit-4.7.jar
 │ └ slim3-gen-EA1-SNAPSHOT.jar
 │
 ├ libsrc : ライブラリ(ソース)の配置ディレクトリ
 │ ├ slim3-EA1-SNAPSHOT-sources.jar
 │ └ slim3-gen-EA1-SNAPSHOT-sources.jar
 │
 ├ src : ソースコードの配置ディレクトリ
 │ ├ application_en.properties
 │ ├ application_ja.properties
 │ └ logging.properties
 │
 ├ test : 単体テストコードの配置ディレクトリ
 │
 ├ war
 │ ├ css
 │ │ └ global.css : デフォルトの CSS
 │ │
 │ ├ WEB-INF
 │ │ ├ appengine-generated
 │ │ │ ├ datastore-indexes-auto.xml
 │ │ │ └ local_db.bin
 │ │ │
 │ │ ├ classes
 │ │ │
 │ │ ├ lib
 │ │ │ ├ appengine-api-1.0-sdk-1.2.8.jar
 │ │ │ ├ appengine-api-labs-1.2.8.jar
 │ │ │ └ slim3-EA1-SNAPSHOT.jar
 │ │ │
 │ │ ├ appengine-web.xml
 │ │ └ web.xml
 │ │
 │ ├ header.jsp
 │ ├ menu.jsp
 │ ├ index.jsp
 │ └ footer.jsp
 │
 ├ .classpath
 ├ .factorypath
 ├ .project
 ├ build.properties
 └ build.xml : slim3 の開発に使用するツール