On Wednesday, December 18, 2013 6:46:51 AM UTC-2, [email protected] wrote: > > On Wednesday, December 4, 2013 5:59:31 AM UTC+11, kingofrockinsf wrote: >> >> >> Despite what Google claims ,you are not going to get an app up and >> running quickly on App Engine. >> > > I had the opposite experience, it was a few clicks really in Eclipse. > Having seen some of the limitations since, well, that's another story. I'd > agree there's a lot of hampering factors in getting a lot of apps running. > The one thing which really bothers me is lock-in, porting an app after > going through the GAE hoops would be tricky. I guess Capedwarf is an out if > needed (I imagine it would have the same limitations if its mirrors GAE?). >
Another good option, and no only form Java apps, is App Scale (http://www.appscale.com/) > > >> >> The OAuth part of it is a joke . >> Even if you are already logged in to gmail and have the email address >> listed under permis(sions ,the authentication fails and it doesn't let you >> retry authentication. The Auth page only appears the first time you try it. >> > > I can't understand why there isn't a 'Custom Auth' setting which allows > you to roll your own authentication. I don't particularly care for any of > the authentication options for my use case. I think with my app at the > moment it seems to vary between asking for a Google account login first, > then my custom auth. Sometimes it doesn't. I seem to see a lot of random > behaviour with GAE. > I can implement your own authentication using datastore. You are not obligated to use Auth just because you have set this option on app creation. Take look at https://pswdless.appspot.com/ as a example. > > >> >> For an example app ,the explanation and functionality is awful. >> This seem typical of the documentation for this service ,in general. >> >> > I've found the documentation pretty good, excellent in most cases, but I > haven't dug into a huge amount. I'm thinking you've had a frustrating time, > I can only guess its shoe-horning something that doesn't fit the GAE model > into GAE (had a few similar frustrations). The limitations are making me > regret choosing it. All I really want to do is write to a central log file > from each frontend instance, and that is proving painful. > > Goog lucky, Renzo Nuccitelli -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
