[appengine-java] Re: Application Title available?

2011-06-03 Thread Ronoaldo José de Lana Pereira
It would also be nice to add non-ascii characters to the Application's title, since it is usually used to display the application name for Google Accounts and OAuth. This is just a nice feature for non-English apps. -- You received this message because you are subscribed to the Google Groups

[appengine-java] Re: Application Title available?

2011-06-03 Thread Nichole
You could parse your xml file or parse the System variable called user.dir. On Jun 3, 2:46 am, Marcel Overdijk marceloverd...@gmail.com wrote: Is the Application title accessible using the SDK? I guess not, but Maybe Google can make in available in the Environment class. -- You received

[appengine-java] Re: Application Title available?

2011-06-03 Thread Nichole
Make that System.getProperty(com.google.appengine.application.id) instead... no parsing On Jun 3, 9:53 pm, Nichole nichole.k...@gmail.com wrote: You could parse your xml file or parse the System variable called user.dir. On Jun 3, 2:46 am, Marcel Overdijk marceloverd...@gmail.com wrote: