[google-appengine] Duplicate Existing, Deployed GAE Project

2018-10-03 Thread Phil Miller
This backend GAE server is in prod but hasn't been updated in a few years. Now I need to make changes and so much has changed including Eclipse, GAE and Objectify. After struggling to get even a deployable, updated project working I decided to just start with a fresh install of Eclipse, the Goog

[google-appengine] Re: Client latency performance and time synchronisation

2016-01-08 Thread Phil Johnstone
s > working but with some study, one can get a good idea of what is actually > happening. Hope this helps! > > On Wednesday, January 6, 2016 at 11:35:33 AM UTC-5, Phil Johnstone wrote: >> >> Thank you very much for your comments. It's given me a bit more to think

[google-appengine] Re: Client latency performance and time synchronisation

2016-01-06 Thread Phil Johnstone
//developer.android.com/reference/android/provider/Settings.Global.html#AUTO_TIME> > > property. > > Given the use case you described with family and friends, I'd say this may > be a simple and effective solution until someone is motivated enough to > find a way to cheat o

[google-appengine] Client latency performance and time synchronisation

2016-01-05 Thread Phil Johnstone
I'm just starting out with getting up to speed with Google Apps Engine. A useful tool that I'd like to develop to help me learn (as well as being useful personally) is to create an app that will simulate a buzzer for a game show. Someone will setup a new game show (the manager for the group) an

[google-appengine] Saving incoming email to datastore

2015-12-09 Thread Phil Hodey
I've realised storing in the datastore is a bad idea given the size limitation of a Datastore entity. Instead I'm saving the raw email to gcs with a Datastore entity giving just email headers. Seems to work well. -- You received this message because you are subscribed to the Google Groups "Goo

[google-appengine] Saving incoming email to datastore

2015-12-09 Thread Phil Hodey
I need to handle incoming email in an app I am building. I have setup the incoming mail handler and this is working well. Next stage is to persist the mail I to the Datastore. Is there an accepted best practice for handling this? I was planning on pickling the incoming mail to persist it. Is t

Re: [google-appengine] Re: GAE Inbound Email to non-default Module

2015-12-09 Thread Phil Hodey
Thanks. I restructured my modules to put the mail handlers on the default module. It would certainly be a useful feature to allow the incoming mail handler to be on the non-default module. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group.

[google-appengine] GAE Inbound Email to non-default Module

2015-12-08 Thread Phil Hodey
I want to use the inbound email facility in GAE but need to have a different module handle the incoming mail. I can setup inbound mail on the default module but I cannot see how to handle the inbound mail from a different module, is this possible? -- You received this message because you are s

[google-appengine] Re: Rate Limit Exceeded when creating new project through devloper's console

2015-07-10 Thread Phil Side
ismissing it, and it worked. Very odd. On Thursday, 9 July 2015 15:20:36 UTC+2, Phil Side wrote: > > > I'm getting the message "Rate Limit Exceeded" when I try to create a new > project through the developer's console. I have no idea what rate it is > referring to

[google-appengine] Rate Limit Exceeded when creating new project through devloper's console

2015-07-09 Thread Phil Side
I'm getting the message "Rate Limit Exceeded" when I try to create a new project through the developer's console. I have no idea what rate it is referring to, and so no idea how to fix the problem. Any help would be appreciated. -- You received this message because you are subscribed to the

[google-appengine] Re: Issues with Cloud SQL query parsing

2015-06-18 Thread Phil L
working. Phil On Tuesday, June 16, 2015 at 12:09:20 AM UTC-4, Glenn Molnar wrote: > > Hi, > > > We are suddenly seeing SQLExceptions when attempting to execute a Cloud > SQL query, in a particular application environment as follows: > > > java.sql.SQLException:

[google-appengine] Penetration Test Notification

2015-02-09 Thread Phil Hodey
Hi, I am releasing a platform hosted on google app engine where the underlying client needs to have the system pen tested before launch. I cannot find any information on who I need to notify on pen test initiation. Is there any policy I need to adhere to for this? -- You received this messag

[google-appengine] Managing multiple international domains

2014-12-22 Thread Phil McDonnell
like to add: xyz.fr, xyz.co.uk, xyz.nl, etc. I'd love any guidance on how to work with AppEngine or just general strategy here. Thanks, Phil -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and

[google-appengine] Re: Custom domain going to Google on some networks

2014-03-12 Thread Phil Bingley
I have a similar problem - well, two problems now as I have grumpy clients as well as no sites. Phil On Wednesday, March 12, 2014 9:48:43 AM UTC+13, GregF wrote: > > We have several custom domains (e.g. www.schoolinterviews.co.nz) mapped > to our application. Starting this morning, m

Re: [google-appengine] Caching certain pages for long periods

2013-06-29 Thread Phil McDonnell
ully it'll help. <% response.setHeader("Cache-Control", "max-age=60, must-revalidate"); // HTTP 1.1 %> Thanks, Phil On Sat, Jun 29, 2013 at 12:45 PM, Barry Hunter wrote: > If you set good Cache-Control headers, then you are allowing proxies to > cache the file

[google-appengine] Caching certain pages for long periods

2013-06-29 Thread Phil McDonnell
effective given that server instances regularly turn over? I do not have PageSpeed service enabled although I could enable it. I am on Java. Thanks, Phil -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this

[google-appengine] URLFetch and asynchronous pages

2013-05-04 Thread Phil McDonnell
? Specifically, I'm trying to grab this page: http://www.groupon.com/browse/san-francisco?category=restaurants-and-bars Any idea how to get the html that loads via js in the middle of the page? Thanks, Phil -- You received this message because you are subscribed to the Google Groups &quo

Re: [google-appengine] Problem with SSL on mobile browsers

2013-04-28 Thread Phil McDonnell
the steps to correctly plug these together? Thanks, Phil On Sun, Apr 28, 2013 at 1:26 PM, Barry Hunter wrote: > According to this > > http://support.godaddy.com/help/article/1139/which-browsers-and-devices-are-your-ssl-certificates-compatible-with > GoDaddy's Root Authority sho

[google-appengine] Problem with SSL on mobile browsers

2013-04-28 Thread Phil McDonnell
ktop, but just seems broken on mobile. Any ideas what might be wrong? Thanks, Phil -- 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 google-appengine+

Re: [google-appengine] ssl certificate for custom domains

2013-03-15 Thread Phil Archibald
cheers Aswath, does the filename or extension matter for the concatenated file from step 4? On Wednesday, 13 February 2013 22:06:25 UTC-8, aswath wrote: > > Hi, > I did this a week ago for my test appid. I don't have the wildcard cert. > But for normal case,the steps are. > > 1. Generate a

Re: [google-appengine] Tracing the source of datastore reads/writes

2012-10-08 Thread Phil McDonnell
That's perfect. Thanks! On Sun, Oct 7, 2012 at 6:55 PM, Brian Quinlan wrote: > Hi Phil, > > Have you looked at Appstats? > https://developers.google.com/appengine/docs/java/tools/appstats > > Cheers, > Brians > > On Mon, Oct 8, 2012 at 12:42 PM, Phil McDonnell

[google-appengine] Tracing the source of datastore reads/writes

2012-10-07 Thread Phil McDonnell
ce our app is fairly large and complex. Are there any good tools out there associate with AppEngine to help with this? Thanks, Phil -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-

Re: [google-appengine] Re: Google App Engine SOAP call SocketTimeoutException

2012-09-26 Thread Phil
stage of code generation, don't worry > about errors, see if anything at all has been generated, look at the > command line options. Look at their source code and google for errors. > Their source code shows more options that are not documented. > > Hope that helps, > E. &g

Re: [google-appengine] Re: Google App Engine SOAP call SocketTimeoutException

2012-09-26 Thread Phil
Emmanuele, Could you more describe your solution? I've a lot of problem with timeout exception and Jax-ws. I'm looking for new solution for substituing Jax-RS for calling web services. Thanks Le jeudi 26 juillet 2012 07:26:55 UTC+2, Emanuele Ziglioli a écrit : > > Hi everyone, > > After a lot o

Re: [google-appengine] Re: GAE + JAXWS bug

2012-09-19 Thread Phil
Thanks for your help. Good night Le mercredi 19 septembre 2012 15:43:06 UTC+2, Emanuele Ziglioli a écrit : > > I'm going to bed now (almost 2am NZ time). Good luck! > > > On Thursday, 20 September 2012 01:35:41 UTC+12, Phil wrote: >> >> I tried Force.com API. Un

Re: [google-appengine] Re: GAE + JAXWS bug

2012-09-19 Thread Phil
I tried Force.com API. Unfortunetly, when I generate code from WSDL, I got the error message : Found more than one wsdl:binding. WSDL with multiple binding not supported I guest that the WSDL won't work with Force.com? Le mercredi 19 septembre 2012 15:20:13 UTC+2, Phil a écrit : >

Re: [google-appengine] Re: GAE + JAXWS bug

2012-09-19 Thread Phil
re is the tutorial SOAP that you're talking about? Le mercredi 19 septembre 2012 15:14:18 UTC+2, Emanuele Ziglioli a écrit : > > > > On Thursday, 20 September 2012 01:07:57 UTC+12, Phil wrote: >> >> I already add one by one some packages on the basic projects..Without

Re: [google-appengine] Re: GAE + JAXWS bug

2012-09-19 Thread Phil
atch?v=HCslNMue6OY > > http://wiki.developerforce.com/page/Introduction_to_the_Force.com_Web_Services_Connector > > > Their code generator is a bit buggy > > On Thursday, 20 September 2012 00:03:37 UTC+12, Phil wrote: >> >> Thanks for your quick answer. However,

Re: [google-appengine] Re: GAE + JAXWS bug

2012-09-19 Thread Phil
to adapt my code (and the restlet jaxb adaptor) to do so. > > On Wednesday, 19 September 2012 22:11:15 UTC+12, Phil wrote: >> >> Any advices for fixing this issue because I got the same problem when I >> deploy my application on google server. It works fine in local d

Re: [google-appengine] Re: GAE + JAXWS bug

2012-09-19 Thread Phil
Any advices for fixing this issue because I got the same problem when I deploy my application on google server. It works fine in local developement. Thanks for your feedback Le samedi 19 novembre 2011 22:51:13 UTC+1, Deepak Singh a écrit : > > I believe GAE team has stopped resolving bug. So ma

Re: [google-appengine] Full Text Search - how do I retrieve the score of a document?

2012-09-05 Thread Phil McDonnell
here needs scoring implemented. Any examples out there? Thanks, Phil On Mon, Jun 11, 2012 at 1:59 AM, jon wrote: > Hi, > > For a given ScoredDocument, how do I get its "relevance score"? The > official example app doesn't demonstrate scoring. This documentation > imp

[google-appengine] Search service design

2012-08-27 Thread Phil McDonnell
arch data structure once per front-end server or once per app. Thanks, Phil -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appengine@googlegroups.com. To unsubscribe from this group, se

[google-appengine] Re: HRD Migration & Blob keys

2012-08-24 Thread Phil McDonnell
Think I've got it now. No need to reply here. Thanks, Phil On Fri, Aug 24, 2012 at 10:46 AM, Phil McDonnell wrote: > Is anyone familiar with this blobstore issue in the HRD migration? > > Thanks, > Phil > > > On Thu, Aug 23, 2012 at 4:39 PM, Phil McDonnell < > p

[google-appengine] Re: HRD Migration & Blob keys

2012-08-24 Thread Phil McDonnell
Is anyone familiar with this blobstore issue in the HRD migration? Thanks, Phil On Thu, Aug 23, 2012 at 4:39 PM, Phil McDonnell wrote: > I'm looking at migrating to HRD and I use the blob store. In my datastore > I have one Kind of entity that stores a blob key as one of the fiel

Re: [google-appengine] Re: Queries hitting deadline

2012-08-24 Thread Phil McDonnell
I can definitely do the work in a task, but the deadline I'm hitting is the read deadline from the datastore. I believe that will be the same for tasks, right? Thanks, Phil On Fri, Aug 24, 2012 at 12:18 AM, timh wrote: > If your count keeps increasing you will always run into some

[google-appengine] HRD Migration & Blob keys

2012-08-23 Thread Phil McDonnell
hat I mentioned stored in serialized form? Quotation from the documentation & example of my blob key in the Entity (highlighted yellow) below. Thanks, Phil *Warning from the HRD Migration:* If your application has blob data in Blobstore, you need to migrate that blob data as well. Check t

[google-appengine] Queries hitting deadline

2012-08-23 Thread Phil McDonnell
roach out there? Thanks, Phil -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appengine@googlegroups.com. To unsubscribe from this group, send email to google-appengine+unsubscr...@g

[google-appengine] Setting chunksize on datastore queries?

2012-08-22 Thread Phil McDonnell
Any best practices out there for setting chunksize on datastore queries? I have a query that looks through 80k Entities of a particular kind. I get a warning about setting my chunksize on query, but I'm not really sure what would be appropriate or even what the default is. Thanks, Phil --

Re: [google-appengine] Re: Wildcard in web.xml creates infinite directories?

2012-08-08 Thread Phil McDonnell
Fantastic. This is a perfect way to get around the issue. Thanks for your help! Phil On Tue, Aug 7, 2012 at 6:27 PM, hyperflame wrote: > If crawlers are requesting deals/deals/deal-name instead of deals/deal- > name, that means that someone is linking to your site ( or you're > l

[google-appengine] Wildcard in web.xml creates infinite directories?

2012-08-07 Thread Phil McDonnell
ening? *Here's what I have in my web.xml:* deal */deals/** deal /deal.jsp *Here's what I tried to fix it:* deal */deals/[a-z0-9_A-Z-]** deal /deal.jsp Any ideas for other ways to potentially configure this? Thanks, Phil -- Yo

Re: [google-appengine] Re: 10mb deploy size limit

2012-08-02 Thread Phil McDonnell
ly do have several versions out there that we've used for testing. I will zap those and get it back deploying. Thanks again for your help! Phil On Thu, Aug 2, 2012 at 11:19 AM, Christina Ilvento wrote: > Hi All, > > This is likely due to the 1GB of code and static files quota for al

Re: [google-appengine] Re: 10mb deploy size limit

2012-08-02 Thread Phil McDonnell
s directories, the entire war, etc?). It looks like we're only getting through about 300 of 525 application files so we're not even close. This has worked for a year previously. See below for the console output from eclipse. Thanks, Phil Deploying frontend

[google-appengine] Re: 10mb deploy size limit

2012-08-01 Thread Phil McDonnell
Did something recently change here? I've been trimming the fat from my app for half the afternoon and I'm still not there. This wasn't an issue for my team as of yesterday. Any ideas what could be happening? Any ideas on debugging it? Are other seeing this? Thanks, Phil On Wed,

[google-appengine] 10mb deploy size limit

2012-08-01 Thread Phil McDonnell
pand this limit? Thanks, Phil -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appengine@googlegroups.com. To unsubscribe from this group, send email to google-appengine+unsubscr...@g

Re: [google-appengine] Channel API issues

2012-04-03 Thread Phil Leggetter
e<http://www.leggetter.co.uk/real-time-web-technologies-guide> . Regards, Phil @leggetter On Tuesday, 3 April 2012 11:03:52 UTC+1, Aleksei Rovenski wrote: > > You are probably right. We should consider something like beaconpush, > maybe it makes more sense. > > cheers, > Aleksei > > On

[google-appengine] Gmail API from GAE

2012-02-25 Thread Phil McDonnell
Has anyone been able to automatically access a gmail account via the gmail api from GAE in Java? I had one of my engineers try to access the gmail api, but he's hitting a number of security constraints with oauth that are baked into GAE. Is it hopeless? Thanks, Phil -- You received

Re: [google-appengine] Re: Saving session data from javascript

2012-01-18 Thread Phil McDonnell
anything similar or is there a popular way to do this? Thanks so much, Phil On Wed, Jan 18, 2012 at 4:13 PM, Jeff Deskins wrote: > You would have to make an AJAX call passing the data to your app. From > there, your server side code (Java/Python/Go) can save the info into the > datastore

[google-appengine] Saving session data from javascript

2012-01-18 Thread Phil McDonnell
I know app engine saves the session data into the datastore. Is there a way to get access to this from my javascript? For instance, my users log into facebook via a js api so I'd like to be able to quickly save the fb id handles to the session from my js code. Thanks, Phil -- You rec

[google-appengine] Automated Java backup solutions

2012-01-17 Thread Phil McDonnell
better to just upgrade to HRD instead? Thanks, Phil -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appengine@googlegroups.com. To unsubscribe from this group, send email to googl

[google-appengine] Moving history from external js

2011-12-16 Thread Phil McDonnell
frame that wraps the GWT app to navigate to a desired history token. Is there a better way to do this navigation from outside gwt, apart from putting everything in gwt? Thanks, Phil -- You received this message because you are subscribed to the Google Groups "Google App Engine" group.

Re: [google-appengine] Re: Watij on appengine

2011-12-14 Thread Phil McDonnell
I tried HtmlUnit too, but hit what I believe is a bug stopping it from working with AppEngine. Have others not his the issue with jsx cookies described here? http://old.nabble.com/%22Exception-invoking-jsxFunction_send%22-when-using-NicelyResynchronizingAjaxController-in-Google-App-Engine-environm

Re: [google-appengine] Exception invoking jsxGet_cookie using HTMLUnit 2.8

2011-12-13 Thread Phil McDonnell
Did you ever find a fix to this? I'm on HtmlUnit 2.9. I'm hitting the exact same issue. Thanks, Phil On Sun, Feb 20, 2011 at 5:20 AM, sheamuso wrote: > Hi, > > I get the exception: java.lang.RuntimeException: Server Error: Wrapped > com.gargoylesoftware.htmlunit.Scri

[google-appengine] Re: Watij on appengine

2011-12-13 Thread Phil McDonnell
As a follow up, would htmlunit be a better choice for web scraping / automation within App Engine? On Tue, Dec 13, 2011 at 6:48 PM, Phil McDonnell wrote: > Has anyone used Watij on appengine? This is a library that runs a browser > locally in order to automate filling out fields in a w

[google-appengine] Watij on appengine

2011-12-13 Thread Phil McDonnell
know if it'll work in regular java if I trigger it via a task queue instead of a jsp? Thanks, Phil -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appengine@googlegroups.com. To u

Re: [google-appengine] Datastore applied

2011-12-06 Thread Phil McDonnell
As it turns out, I was using a Query and not a get(). I believe Queries might not be guaranteed to return everything that has been put(), right? That would explain the inconsistencies I've been seeing if this is the case. Can someone confirm this? Thanks, Phil On Tue, Dec 6, 2011 at 9:

Re: [google-appengine] Datastore applied

2011-12-06 Thread Phil McDonnell
No, the puts/gets are executing normally. I did try wrapping the puts() in a transaction, but it didn't help. If I wrap just the get() in a transaction should that somehow trigger the puts() to apply? Is there some way to wait? Thanks so much, Phil On Tue, Dec 6, 2011 at 10:17 PM,

[google-appengine] Datastore applied

2011-12-06 Thread Phil McDonnell
rency thing within my app, but perhaps I've misunderstood the datastore guarantees? Should the get() always get an x from state C? Thanks, Phil -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send e

Re: [google-appengine] Re: broken Duplicate Application button preventing HRD migration

2011-11-23 Thread Phil Burk
n my account that is preventing me from creating new apps or duplicating old ones. I will probably need Google to fix that. I guess I will have to pony up the $500/month. Sigh. Phil On 11/23/11 12:50 PM, Brandon Wirtz wrote: I pushed the button. And I don't think it did anything except make a

Re: [google-appengine] Deploy drops data

2011-11-04 Thread Phil McDonnell
the "target". On Tue, Nov 1, 2011 at 1:38 PM, Barry Hunter wrote: > You can > http://code.google.com/appengine/docs/adminconsole/datastoreadmin.html > > See the "A Note for Java Developers" section. > > > > On Tue, Nov 1, 2011 at 4:45 PM, Phil McDonnell

Re: [google-appengine] Deploy drops data

2011-11-01 Thread Phil McDonnell
eadmin.html > > to view your datastore, to see if the data is still there. > > On Mon, Oct 31, 2011 at 2:32 PM, Phil McDonnell > wrote: > > Also, minor possibility, but I noticed "Datastore Admin" was enabled in > my > > settings. Perhaps there is a bug ass

Re: [google-appengine] Deploy drops data

2011-10-31 Thread Phil McDonnell
Also, minor possibility, but I noticed "Datastore Admin" was enabled in my settings. Perhaps there is a bug associated with that and deploys? Thanks, Phil On Mon, Oct 31, 2011 at 10:27 AM, Phil McDonnell wrote: > I investigated the namespace idea and I don't believe that&#

Re: [google-appengine] Deploy drops data

2011-10-31 Thread Phil McDonnell
tastore classes might become inaccessible directly after a deploy? It does not happen every time I deploy, but when it does it makes all of our data inaccessible, with the exception of the one data class that we don't use anymore. Thanks for your help and input, Phil On Fri, Oct 28, 2011 at 4:1

Re: [google-appengine] Deploy drops data

2011-10-28 Thread Phil McDonnell
is is extremely important for us and I very much appreciate your wisdom on this. Thanks again, Phil On Fri, Oct 28, 2011 at 2:18 PM, Ikai Lan (Google) wrote: > Thanks for the explanation Barry. Phil, it sounds like you are talking > about the local datastore. Can you clarify? > > -- >

[google-appengine] Deploy drops data

2011-10-27 Thread Phil McDonnell
our data when we are live it would cost us a lot of money. Thanks so much, Phil -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appengine@googlegroups.com. To unsubscribe from this group, s

Re: [google-appengine] New free Datastore backup tool announcement

2011-10-21 Thread Phil McDonnell
Anyone using this? Anyone know of other solutions? Thanks, Phil On Tue, Aug 30, 2011 at 6:45 AM, Eli wrote: > Hello all! > > I'd like to introduce you to our newly released App Engine Datastore > backup tool: DatastoreBackup. > We all wanted it for a long time.

[google-appengine] blueimp-fileupload

2011-09-30 Thread phil
Has anyone used blueimp-fileupload with app engine and python start to finish? I could use the code examples. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appengine@googlegroups.com. To unsubs

Re: [google-appengine] Re: https for mydomain.com?

2011-08-19 Thread Phil McDonnell
I wasn't trying to differentiate mydomain.com vs. www.mydomain.com. I realize there might be issues with naked domains and I'd probably need to have godady forward them to the www equivalent. Does that help at all? On Fri, Aug 19, 2011 at 5:33 PM, Phil McDonnell wrote: > T

Re: [google-appengine] Re: https for mydomain.com?

2011-08-19 Thread Phil McDonnell
This is pretty disappointing. I was sure it had long since been done. I remember it being on the Q4 2010 roadmap. Is there some work around for this? Thanks, Phil On Fri, Aug 19, 2011 at 4:30 PM, Tim Hoffman wrote: > Nope > > Sorry not here yet, lots of us hanging out for

[google-appengine] https for mydomain.com?

2011-08-19 Thread Phil McDonnell
27;t quite figure out how to make it work. Thanks so much, Phil -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appengine@googlegroups.com. To unsubscribe from this group, send email

Re: [google-appengine] Team member Google+ profiles

2011-07-29 Thread Phil Young
I've heard of it, but can't use it because I'm a Google apps user with my own domain. Any news on when us apps users can create the required Google profile? Phil On 28 July 2011 23:33, Ikai Lan (Google) wrote: > Hey everybody! > > Unless you’ve been under a rock, you

Re: [google-appengine] Re: Weekend project: keep your app warm

2011-07-12 Thread Phil Young
Isn't the end of point 4.4 applicable here... "or otherwise access the Service in a manner intended to avoid incurring fees" ...as you are avoiding paying the $9/month for an always running instance? Phil On 12 July 2011 08:10, Max wrote: > Agree with your point on trag

Re: [google-appengine] Re: How to do a 'count' in App Engine

2011-07-04 Thread Phil Young
What's wrong with using the count() method of the returned query set? i.e. words = db.GqlQuery("SELECT * FROM MyWords where bookname = 'book1'") if words.count() > 5: blah blah Not the most efficient way if you're only interested in the count (and not the

[google-appengine] IOError 0 from simpletext_connector.py during bulk download

2011-06-26 Thread Phil Lodine
I'm downloading data from my app's datastore and applying a simpletext connector to save keys and b64-encoded data from some fields of all entities of a particular type to disk on my local Windows system. The download itself succeeds, giving me a .sql3 database of 50GB, which is consistent with the

[google-appengine] Best practices for GAE & iOS

2011-06-17 Thread Phil McDonnell
, but plan to expand to Android too. We've been searching around and reading up, but I would really appreciate any pointers & wisdom you might have. Thanks so much, Phil -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To

[google-appengine] Dynamic urls

2011-05-15 Thread Phil McDonnell
ed. I know that urls are normally named via the web.xml file, but is there some way to do more dynamic naming based on something like the title of the data object that is the focus of a page? I am working on app engine in java. Thanks so much, Phil -- You received this message because you are sub

Re: [google-appengine] Re: Non-Google user accounts

2011-05-12 Thread Phil McDonnell
This is a great start conceptually. We're on java and this is using the python libraries. Do you know if someone has done something similar in java? Thanks so much, Phil On Wed, May 11, 2011 at 11:11 PM, Scott Ellis wrote: > Check this out: > > > https://github.com/faceboo

[google-appengine] Re: Non-Google user accounts

2011-05-11 Thread Phil McDonnell
Does anyone have experience integrating the facebook API or anything else for sign ins? I'm shocked that there are not alternatives to using a Google account log-in page. Am I missing something here? Thanks so much, Phil On Wed, May 4, 2011 at 6:36 PM, Phil McDonnell wrote: > We

Re: [google-appengine] Deploying jsps

2011-05-08 Thread Phil McDonnell
I'm on windows. Any help you can lend on the configuration of this would be much appreciated! Thanks, Phil On Sun, May 8, 2011 at 12:24 PM, supercobra wrote: > I had the same problem. On Windows I just kept the JDK and removed the > JRE. On Linux I had to install a JDK package that

[google-appengine] Deploying jsps

2011-05-08 Thread Phil McDonnell
that it is linking to the jre still for the deploy instead of the jdk. Does anyone know how to fix this? Error message in eclipse:* Unable to update app: Failed to compile jsp files.* * * Thanks so much, Phil -- You received this message because you are subscribed to the Google Groups "Go

[google-appengine] Non-Google user accounts

2011-05-04 Thread Phil McDonnell
;m on Java GAE. Thanks so much, Phil -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appengine@googlegroups.com. To unsubscribe from this group, send email to google-appengine+unsubscr

[google-appengine] Source control java app engine

2011-04-28 Thread Phil McDonnell
ep us from needing a central server. Thanks, Phil -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appengine@googlegroups.com. To unsubscribe from this group, send email to googl

Re: [google-appengine] Re: CSV in Appengine!

2011-04-07 Thread Phil Young
I think he's already got the data he want, just needs to extract the individual fields from the CSV data. The split function will be a simple way to achieve this. e.g. strArray = strInputLine.split(',') strPlace = strArray[0] strXcoord = strArray[1] etc. HTH Phil On 6 April 20

Re: [google-appengine] remote file download

2011-04-07 Thread Phil Young
Why don't you just redirect them to the file and let the hosting server serve it directly? i.e. self.redirect(urlStr) Phil On 6 April 2011 14:47, fstof wrote: > Hi, > I'm looking for a way that I can open a URLConnection to a file on the > internet and serve it dire

Re: [google-appengine] Re: Is app engine down?

2011-03-08 Thread Phil Young
My app is back up now. One of them never went down! On 8 March 2011 12:16, Phil Young wrote: > Updating the status page would help too! > > http://code.google.com/status/appengine/ > > All "Normal" apparently! > > On 8 March 2011 12:12, Joshua Smith wrote: >

Re: [google-appengine] Re: Is app engine down?

2011-03-08 Thread Phil Young
Updating the status page would help too! http://code.google.com/status/appengine/ All "Normal" apparently! On 8 March 2011 12:12, Joshua Smith wrote: > Apparently you are not aware of the GAE downtime notify list, however. > Your SOP is supposed to include posting notice of widespread outages

[google-appengine] Re: GAE pricing clarification updates and/or timeline?

2011-01-03 Thread Phil G
off to go read all the quota billing details. Thanks, -Phil G On Jan 3, 12:13 am, "A. Stevko" wrote: > Hi Phil, > Perhaps I'm missing something in your questioning. > If you are referring to the "App Engine for Business", then a user is a > registered Google

[google-appengine] GAE pricing clarification updates and/or timeline?

2011-01-02 Thread Phil G
h of the development resides inside of GAE. We appreciate any light you can shed on the topic, -Phil G -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appeng...@googlegroups.com. To unsubscri

[google-appengine] How to visualize a spreadsheet?

2010-07-27 Thread Phil
oogle Docs. Actually I only use the library of Python and I must create the GUI in HTML. Many thanks, Phil -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appeng...@googlegroups.com. To u

[google-appengine] Re: Problem : unable to find valid certification path to requested target

2010-07-27 Thread Phil
I've found my problem. I needed to add the certificate of Google into my cacerts of java. Thanks On 26 juil, 12:02, Phil wrote: > Hello, > > I've created the example code 'guestbook'. However, when I upload the &g

[google-appengine] Problem : unable to find valid certification path to requested target

2010-07-26 Thread Phil
Hello, I've created the example code 'guestbook'. However, when I upload the program, I receive this error : com.google.appengine.tools.admin.AdminException: Unable to update app: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuild

Re: [google-appengine] Offline processing

2010-07-12 Thread Phil McDonnell
I see how this is possible, but it feels very clunky. Is this standard practice? Thanks, Phil On Mon, Jul 12, 2010 at 7:09 PM, Pieter Coucke wrote: > For a similar problem I use a task A which fetches 10 entities, creates > subtasks B for them and then creates a new task A with the dat

[google-appengine] Offline processing

2010-07-11 Thread Phil McDonnell
be using some sort of mapreduce? If I should use some sort of mapreduce framework, how does that integrate with GAE? My user base right now is small, but I intend to scale this. Thanks, Phil -- You received this message because you are subscribed to the Google Groups "Google App Engine&q

[google-appengine] Re: HTTPS on my own domain

2010-06-30 Thread Phil
Does anyone have experience setting up an https capable proxy? I don't even know where to start. Searching found a number of proxy lists and instructions to setup a regular http proxy. Maybe I'm not looking for the right thing here? Thanks! Phil On Jun 14, 5:26 am, Barry Hunter wro

[google-appengine] HTTPS on my domain through proxy?

2010-06-29 Thread Phil McDonnell
looks like a clear deal breaker for us on app engine. Thanks, Phil -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appeng...@googlegroups.com. To unsubscribe from this group, send email

[google-appengine] Re: Datastore design question

2010-06-29 Thread Phil
here is to split the data between tables. Even if it seems to be an unlikely problem now, I don't want to put myself in a situation where I'm limited by the QPS that transactions can support. Thanks, Phil On Jun 27, 11:17 pm, Robert Kluin wrote: > The answer to this question depends

[google-appengine] Re: Redirect http to https?

2010-06-29 Thread Phil
t; -Be aware that https is only available on appspot.com subdomains, and > does not work if you deploy your app to your own site. > > Regards > Lorenzo > > On Jun 26, 12:31 am, Phil wrote:> This is a > great pointer!  However, I'm having a little trouble gett

[google-appengine] Datastore design question

2010-06-27 Thread Phil McDonnell
nto the Users table because I assume the read will be much faster if I can do a lookup on a particular row as opposed to a table scan query on a separate items table, even if I indexed the items table on user_id. Thanks, Phil -- You received this message because you are subscribed to the Google Gr

[google-appengine] Re: Redirect http to https?

2010-06-25 Thread Phil
an configure app.yaml to automatically > > redirect to https. Just add "secure: always" to you handler mappings. > > >http://code.google.com/appengine/docs/python/config/appconfig.html > > > Robert > > > On Jun 24, 2010, at 16:09, Phil McDonnell > &

[google-appengine] Redirect http to https?

2010-06-24 Thread Phil McDonnell
Is there any way to redirect http traffic to https on app engine? For instance, I want users who type in http://x.appspot.com into the browser to automatically get redirected to https://x.appspot.com. Any idea if this is possible in GAE? Thanks, Phil -- You received this message because you

[google-appengine] HTTPS on my own domain

2010-06-13 Thread Phil
redirect traffic through appspot? Will that page still show up as https for the user on my domain? It would be unacceptable to switch off of mydomain.com and onto app-id.appspot.com for the https part. Is it feasible to somehow make it appear that this is https on my domain? Thanks, Phil -- Y

  1   2   >