Re: [google-appengine] Re: Is the support for Java Script Engine not still up in Production yet?

2015-03-30 Thread Deepak G
Thanks Les for the kind advice. Managed VM is certainly a good and general solution to have more control over app and get rid of sanbox limitations. But given the time at disposal, we wanted the solution for the very issue in question. On Monday, March 30, 2015 at 8:33:54 PM UTC+5:30, Les Vogel

[google-appengine] Re: Is the support for Java Script Engine not still up in Production yet?

2015-03-30 Thread Deepak G
Thanks Wolfram for sharing this valuable insight and experience! This really helps! To update, we got it working with Rhino now. Just wondering if GAE Team could update on this much debated issue. On Monday, March 30, 2015 at 2:51:22 PM UTC+5:30, Wolfram Gürlich wrote: > > Even though I'm not o

Re: [google-appengine] About relative path in Google Mobile Endpoint (Python)

2015-03-30 Thread 'Alex Martelli' via Google App Engine
If you add empty __init__.py files to each directory (to turn them into packages), from ..Module_A import classA should work. Alex On Sun, Mar 29, 2015 at 9:03 PM, Dechen Jigme wrote: > Hi all, > > Currently I got stuck in importing a module in parent folder from Endpoint > API subfolder

[google-appengine] Re: Google Cloud SQL

2015-03-30 Thread Mars Lan
Could you elaborate how you get to the "SQL Prompts" exactly? On Sunday, March 29, 2015 at 2:35:25 PM UTC-7, Thomas Boyce wrote: > > I just have a general query/problem. > > I have a Google App Engine PHP/MySQL website. The website works fine and > the database works correctly. I have connected t

[google-appengine] Re: Authenticating Users with HTTP Authentication in PHP

2015-03-30 Thread Mars Lan
Please file a feature request at https://code.google.com/p/googleappengine/issues/list?q=Language%3DPHP On Friday, March 27, 2015 at 10:21:12 AM UTC-7, Mike Dorfman wrote: > > > Hello, > > I'm hoping to have a "members only" section of my appspot page, but am > hoping to use instead of authentic

Re: [google-appengine] Re: Urgent help needed, loosing java source code of AppEngine

2015-03-30 Thread 'Les Vogel' via Google App Engine
You might also be interested in https://cloud.google.com/appengine/docs/python/tools/uploadinganapp#Python_Downloading_source_code as a way to get the last deployed source code. (Note - there is also a gcloud version of that) On Mon, Mar 30, 2015 at 4:04 AM, miacob wrote: > I think you are looki

Re: [google-appengine] Re: Is the support for Java Script Engine not still up in Production yet?

2015-03-30 Thread 'Les Vogel' via Google App Engine
Using Managed VM's , you can easily support Javascript in Node.js, or what ever environment you are interested in. On Mon, Mar 30, 2015 at 2:21 AM, Wolfram Gürlich wrote: > Even though I'm not on the GAE team I can say that Rhino works just f

[google-appengine] Authenticating Users with HTTP Authentication in PHP

2015-03-30 Thread Mike Dorfman
Hello, I'm hoping to have a "members only" section of my appspot page, but am hoping to use instead of authenticating with Google credentials. I was hoping to use HTTP Authentication with PHP, but am having trouble. I found that the PHP global variable 'PHP_AUTH_USER' is not set after submit

[google-appengine] Re: Urgent help needed, loosing java source code of AppEngine

2015-03-30 Thread miacob
I think you are looking for this if I am not mistaking : https://cloud.google.com/appengine/docs/adminconsole/migration On Monday, March 30, 2015 at 9:22:01 AM UTC, tranco...@gmail.com wrote: > > Hello, > I have a Java app deployed on AppEngine. Overtime, the source code is lost > by my mistak

[google-appengine] Urgent help needed, loosing java source code of AppEngine

2015-03-30 Thread trancongkhanh
Hello, I have a Java app deployed on AppEngine. Overtime, the source code is lost by my mistake. My question is there anyway to re-deploy it to use new HRD datastore? Message from Google: Please deploy your application code and index configuration on your target application before beginning the

[google-appengine] Re: Is the support for Java Script Engine not still up in Production yet?

2015-03-30 Thread Wolfram Gürlich
Even though I'm not on the GAE team I can say that Rhino works just fine on GAE. And even if GAE/J had built-in Javascript support, that would come out as Rhino anyway as this is the default engine for JDK1.7. Also server-side precompilation ("optimization") works flawlessly. No classloading iss

[google-appengine] Is the support for Java Script Engine not still up in Production yet?

2015-03-30 Thread Deepak G
Hi GAE team, We have read many existing posts on lack of support of *'Java Script Engine' *in Production at GAE, mostly dated back to year 2013. We are just wondering and being optimistic, that Google must have fixed this issue on Production by now. It is 2015 now ! So before we too have to re