Hi Joshua, Google Apps Script is just running JavaScript on the client isn't it? Unless you're going to try doing something clever with Rhino (or some other similar solution) I'm not sure Java will offer you any more than Python.
Have you looked at the gdata-apis (http://code.google.com/apis/gdata/)? Once your app is running on GAE you can access spreadsheets stored in Google Docs using the gdata libs. Of course, depending on your app, it may be easier to directly use the datastore instead of a spreadsheet. It is very hard to say anything about what your app may cost to run on GAE. Also don't forget the pricing will soon be changing, no one yet knows how it will change things (other than becoming more expensive). Robert On Wed, Aug 3, 2011 at 12:33, Joshua Mulloy <[email protected]> wrote: > Hello, > I have been creating an application in Google Apps Script but have run into > a wall with Session.getUser() disabled for us Education Edition users. I > would still prefer not to serve the application from our own servers, but > that is a known system and I am running out of time to develop a solution. > I am looking into rewriting the app in GAE and was hoping for tips and > recommendations. > I like Python better but I wonder if I might be able to salvage some of the > code from GAS if I use Java instead. Is there an easy way to migrate the > spreadsheet data to the datastore or should I just use csv? > I am nervous about the quota system. Storage size is easier to predict but > bandwidth and CPU has me concerned. Are there any examples of applications > and the resources they used? > I have setup a GAE account as myself, should I create it under the > role-based account I was writing the GAS instead? > Thank you for any guidance you can provide! > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/google-appengine/-/dbBcc3ZF4HoJ. > 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?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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?hl=en.
