9月
7
2009
7
2009
Slim3入門編
ソースの行方
何かものすごい勢いでコミットされてる(?)ので、ソースは基本、http://code.google.com/p/slim3/source/checkout からチェックアウトする方がよさげ。
そこにある、
- slim3-blank がslim3で何かプロジェクトを作るときにベースとなるもの
- slim3itがslim3のサンプルみたいなもの
トラブルシューティング
The class “The class “hoge” is not persistable. This means that it either hasnt been enhanced, or that the enhanced version of the file is not in the CLASSPATH (or is hidden by an unenhanced version), or the Meta-Data/annotations for the class are not found.” is not persistable. This means that it either hasnt been enhanced, or that the enhanced version of the file is not in the CLASSPATH (or is hidden by an unenhanced version), or the Meta-Data for the class is not found.
jarが被っているものがあったので除去して、[プロジェクト]→[クリーン]すると生還。
gen-model実行したけど、Metaが生成されない
[プロパティ]→[Javaコンパイラー]→[注釈処理]→[ファクトリーパス]に、slim3-gen-EA1-SNAPSHOT.jarを追加する。
関連リンク
- Slim3 (本家プロジェクトサイト、英語)
- スタート ガイド: Java – Google App Engine – Google Code (GAE/Jのチュートリアル)
- CB NANASHI管理人ブログ : GAE/Jアプリ開発のTIPSまとめ
- JDOのモデルの状態を理解しよう – ひがやすを blog
- Slim3 GAE/Jをつかってみた。 – ありの日記
関連書籍
Google App Engineの2009年9月現在、唯一の技術本。
![]() |
Google App Engine for Java [実践]クラウドシステム構築 (WEB+DB PRESS plus) (WEB+DB PRESSプラスシリーズ) 技術評論社 2009-09-10 |

An article by yuyak





