[appengine-java] Re: Is GAEJ's admin console a Google Apps application ?

2010-12-01 Thread Guy Bobenrieth
Hello Ikai, In fact I'm looking for a way to extend the admin console. As I see the evolution in Google apps script ... I thought it would have been a very efficient way to add some new features to the console this way. I see the console app like being a sort of dashboard for the admin

[appengine-java] Re: Is GAEJ's admin console a Google Apps application ?

2010-12-01 Thread Didier Durand
Hi Guy, You can access Google Spreadsheets via its API from App Engine Check out http://code.google.com/apis/spreadsheets/ regards didier On Dec 1, 9:58 am, Guy Bobenrieth guy.bobenri...@gmail.com wrote: Hello Ikai, In fact I'm looking for a way to extend the admin console. As I see the

[appengine-java] Re: Is GAEJ's admin console a Google Apps application ?

2010-12-01 Thread Guy Bobenrieth
Hi Didier, Do you know if the opposite is possible too ? That is to say access the GAEJ data from inside Google Spreadsheets may be with Google Apps Scripts or gadget ? Thanks for help Guy On 1 déc, 10:06, Didier Durand durand.did...@gmail.com wrote: Hi Guy, You can access Google

[appengine-java] Re: Is GAEJ's admin console a Google Apps application ?

2010-12-01 Thread Didier Durand
Hi Guy, Yes, it's possible: just use the write functions of the API to populate the spreadsheet and then it's a regular Google spreadsheet that you can use in any way you want. regards didier On Dec 1, 11:01 am, Guy Bobenrieth guy.bobenri...@gmail.com wrote: Hi Didier, Do you know if the

Re: [appengine-java] Re: Is GAEJ's admin console a Google Apps application ?

2010-12-01 Thread Ikai Lan (Google)
While you won't be able to extend the admin console, the metadata queries coming in version 1.4.0 will allow you to do things like query for Kind, Property or Namespace information. You'll be able to build a toolkit for building your own admin console. -- Ikai Lan Developer Programs Engineer,