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, Google App Engine Blogger: http://googleappengine.blogspot.com Reddit: http://www.reddit.com/r/appengine Twitter: http://twitter.com/app_engine On Wed, Dec 1, 2010 at 3:04 AM, Didier Durand <[email protected]>wrote: > 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 <[email protected]> wrote: > > 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 <[email protected]> wrote: > > > > > Hi Guy, > > > > > You can access Google Spreadsheets via its API from App Engine > > > > > Check outhttp://code.google.com/apis/spreadsheets/ > > > > > regards > > > didier > > > > > On Dec 1, 9:58 am, Guy Bobenrieth <[email protected]> wrote: > > > > > > 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 .... > > > > > > It's true that > http://code.google.com/appengine/docs/java/config/appconfig.html#Admin > > > > provides a way to add some functionalities to it. I try it but was > > > > force to log in twice (one time inside the console, one time inside > > > > the app protected this way). > > > > > > What I try to achieve is to give the admin a way to exploit the data > > > > produce by a web app deploy inside GAEJ. > > > > > > Are their some links between GAEJ and the Google Apps (for example > the > > > > spreadsheet) that could be used to exchange data between the two ? > > > > For example using the spreadsheet as a dashboard could be of some > > > > interest ! > > > > > > Thanks for your answer. > > > > > > Guy > > > > > > On 1 déc, 01:04, "Ikai Lan (Google)" > > > > <[email protected]<ikai.l%[email protected]>> > wrote: > > > > > > > Are you looking for something like this? > > > > > > > > http://code.google.com/appengine/docs/java/config/appconfig.html#Admi... > > > > > > > -- > > > > > Ikai Lan > > > > > Developer Programs Engineer, Google App Engine > > > > > Blogger:http://googleappengine.blogspot.com > > > > > Reddit:http://www.reddit.com/r/appengine > > > > > Twitter:http://twitter.com/app_engine > > > > > > > On Tue, Nov 30, 2010 at 5:02 AM, Guy Bobenrieth < > [email protected]>wrote: > > > > > > > > Dear reader, > > > > > > > > In fact what I've in mind is if it could be possible to add some > new > > > > > > functionnalities to the admin console like it is possible to > other > > > > > > Google Apps application ? > > > > > > > > Thanks in advance for your help. > > > > > > > > Guy > > > > > > > > -- > > > > > > You received this message because you are subscribed to the > Google Groups > > > > > > "Google App Engine for Java" group. > > > > > > To post to this group, send email to > > > > > > [email protected]. > > > > > > To unsubscribe from this group, send email to > > > > > > [email protected]<google-appengine-java%[email protected]><google-appengine-java%2B > [email protected]> > > > > > > . > > > > > > For more options, visit this group at > > > > > >http://groups.google.com/group/google-appengine-java?hl=en. > > > > > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine for Java" group. > To post to this group, send email to > [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-appengine-java%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine-java?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
