Google App Engine for Javaで、実行環境によって処理を切り替えたい場合のメモです。 Railsだったら、 if RAILS_ENV == 'production' then # do something that's production-only endですが、GAE/JのAPIを使うと、 if (SystemProperty.environment.value() == SystemProperty.Environment.Value.Production) { // do s... > このページを見る
最終更新時間:
2010年01月25日19時15分








