2009-09-17から1日間の記事一覧

GAE/Jでアプリケーションのバージョンを取得する方法

public static String getAppVersionId() { return ApiProxy.getCurrentEnvironment().getVersionId(); } 上記のようにすることで <appengine-web-app xmlns="http://appengine.google.com/ns/1.0"> <application>id-bluerabbit</application> <version>ここの値がとれる</version> </appengine-web-app>