How to check in Java App Engine if we are on development workstation

Posted by supercobra on Stack Overflow See other posts from Stack Overflow or by supercobra
Published on 2009-10-15T19:48:57Z Indexed on 2010/04/24 16:53 UTC
Read the original article Hit count: 161

Filed under:
|

Hello there,

I'd like to do this in Java Google App Engine

if(developmentMode)
  foo();
else
  bar();

Does anyone know a good way to do this?

Daniel

© Stack Overflow or respective owner

Related posts about java

Related posts about google-app-engine