GAE + GWT プログラミングメモ

Google App Engine とGoogle Web Toolkit のメモ

2013-07-24から1日間の記事一覧

条件を指定してDatastoreから情報を取得する

GAE

Datastoreにキー名"http://otanews.livedoor.biz/"、 "title"プロパティ"萌えオタニュース速報"のEntityを登録した状況のとき、 "title"を指定して、Entityを取得する。 Entity entity = new Entity("blog", "http://otanews.livedoor.biz/"); entity.setPro…