[appengine-java] FileHandler is a restricted class

2012-01-07 Thread Aviv Keren
Hi, trying to use FileHandler class response with an error: HTTP ERROR 500 Problem accessing /sign. Reason: java.util.logging.FileHandler is a restricted class. Please see the Google App Engine developer's guide for more details. is it possible to write logs into files using this class

[appengine-java] Re: Learning JDO for AppEngine

2012-01-07 Thread datanucleus
There aren't any books on JDO2+ AFAIK. Best place to learn about it are Apache JDO, who manage the API : http://db.apache.org/jdo/ DataNucleus docs (all pages under JDO API menu) : http://www.datanucleus.org/products/accessplatform_3_0/jdo/api.html JDO spec (linked from the above two places).

[appengine-java] android + AppEngine + Users API

2012-01-07 Thread John Goche
Hello, I would like to use the Users API of App Engine from Android. Here is what I plan to do. On the Android UI I present a from where the user enters the username and password and clicks OK. From there the data is submitted to Google which allows the user to authenticate. This is exactly the

Re: [appengine-java] android + AppEngine + Users API

2012-01-07 Thread Vic Chen
i use android(also ios), gae and google cloud sql(for restore and backup data). it work for my project. i use very simple servlet way. 2012/1/8 John Goche johngoch...@googlemail.com: Hello, I would like to use the Users API of App Engine from Android. Here is what I plan to do. On the

Re: [appengine-java] android + AppEngine + Users API

2012-01-07 Thread Vic Chen
md5 for my case it just mvc. m is google cloud sql v is android or ios c is gae authentication control on the C fyi 2012/1/8 John Goche johngoch...@googlemail.com: What approach do you use for authentication? On Sat, Jan 7, 2012 at 6:40 PM, Vic Chen scarlet...@gmail.com wrote: i use