[google-appengine] Frustrating tutorials

2010-02-19 Thread Manny
several of the tutorials leave out steps that leave the reader very very confused as to why the heck they dont work. Mainly this-> http://code.google.com/appengine/docs/java/datastore/creatinggettinganddeletingdata.html fails to adress in anyway the difficulties of using Key or KeyFactory. The err

[google-appengine] Re: More detailed informations about outages

2010-02-25 Thread Manny
nerd rage is hilarious On Feb 25, 12:32 pm, Eli Jones wrote: > I demand you post videos to You Tube of the GAE team frantically cursing, > angrily casting blame, and furiously banging on their keyboards while > investigating yesterdays outage.  Maybe grappling on the floor or throwing > things. >

[google-appengine] Re: Uploading alternate version not updating

2011-01-21 Thread Manny
Hi Inspirado, Did you find the solution to this issue? I am having the exact same issue and am clueless what to do? -Manny On Jan 7, 5:53 pm, InspiradoGames wrote: > Hi, > > I've been making changes to the CSS of our app for the last few days. > Everything has been updating

Re: [google-appengine] Text object - contains

2009-12-18 Thread Manny Nathan
(c)2009 > http://corepython.com > > wesley.j.chun, developer relations, google app engine > > > On Thu, Dec 17, 2009 at 2:15 AM, Manny Nathan > wrote: > > Hi, > > I am trying to use text objects instead of string to store data (since we > > can only store 500 cha

Re: [google-appengine] Text object - contains

2009-12-18 Thread Manny Nathan
) as strings. As for finding substrings Text.getValue().Contains(searchstring) works. Thanks again for your inputs. Nathan On Fri, Dec 18, 2009 at 4:59 PM, Manny Nathan wrote: > Thanks for the replies. I am using the Java SDK. I have replaced > String.contains(searchstring) with Text.ge

[google-appengine] Select columns

2010-01-28 Thread Manny S
o should I instead create two tables one with ID_TB1, A, B, C and the other one with ID, ID_TB1, D? Manny -- 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.

Re: [google-appengine] Select columns

2010-01-29 Thread Manny S
Thanks guys for clearing up my confusion. Thanks Ikai for pointing me to the documentation as well. I will read up on the documentation and if I have any more questions will bug you guys again :). Manny On Sat, Jan 30, 2010 at 12:16 AM, Ikai L (Google) wrote: > Hi Manny, > > A few

Re: [google-appengine] Select columns

2010-02-03 Thread Manny S
in advance :) Manny On Sat, Jan 30, 2010 at 12:16 AM, Ikai L (Google) wrote: > Hi Manny, > > A few things to first remember - App Engine's datastore is not a database, > but a distributed key value store with additional features. Thus, we should > be careful not to frame

Re: [google-appengine] Select columns

2010-02-10 Thread Manny S
ime when the objects are being made persistent. Manny On Wed, Feb 10, 2010 at 3:30 AM, Ikai L (Google) wrote: > Have you read our documentation on KeyFactory? > > http://code.google.com/appengine/docs/java/datastore/relationships.html > > <http://code.google.com/appengin

Re: [google-appengine] Re: Select columns

2010-02-12 Thread Manny S
tains city name, locality details and a series of other fields all of which could have duplicates. Any ideas as to how I can generate unique ids from these or any general pointers towards generating unique Ids from data where the data itself does not have a unique field? Manny On Thu, Feb 11, 2010

Re: [google-appengine] Re: Select columns

2010-02-13 Thread Manny S
generate keys in a order or at random. I did some experiments and I found that pagination works according to date/time of insert if I just sort keys by descending but just wanted to make sure. Regards, Manny On Sat, Feb 13, 2010 at 1:17 PM, Tim Hoffman wrote: > Hi Manny > > Understood

Re: [google-appengine] Re: Select columns

2010-02-14 Thread Manny S
Thanks Eli, I was trying to use the Key string for ordering and pagination. Guess I will have to look into creating a separate field for pagination. Thanks, Manny On Sat, Feb 13, 2010 at 10:00 PM, Eli Jones wrote: > No can do this: > > "An application should not rely on num

Re: [google-appengine] Re: Select columns

2010-02-16 Thread Manny S
Ryan - I will check out query cursors. Took a quick look and I think this would solve my problems. Thanks. Jeff - thanks for the input. I have included a createdDate and a modifiedDate in all my entities. manny On Tue, Feb 16, 2010 at 12:11 AM, Jeff Schnitzer wrote: > You will likely find

Re: [google-appengine] Re: Select columns

2010-02-16 Thread Manny S
. Does this mean that the cursors will return duplicates? Manny On Tue, Feb 16, 2010 at 4:01 PM, Manny S wrote: > Ryan - I will check out query cursors. Took a quick look and I think this > would solve my problems. Thanks. > Jeff - thanks for the input. I have included a createdD

Re: [google-appengine] Re: Select columns

2010-02-18 Thread Manny S
Ah...Got it. Thanks a bunch Nick. Manny On Wed, Feb 17, 2010 at 9:12 PM, Nick Johnson (Google) < nick.john...@google.com> wrote: > Hi Manny, > > On Wed, Feb 17, 2010 at 6:57 AM, Manny S wrote: > >> Ryan, >> I just made the pagination code work using cursors.

[google-appengine] server error on random occasions

2010-03-02 Thread Manny S
nputs on this issue would be greatly appreciated. Manny -- 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 to g

Re: [google-appengine] Re: server error on random occasions

2010-03-02 Thread Manny S
Interesting...so does this mean that random server errors is something that we have to live with :) ? Manny On Tue, Mar 2, 2010 at 11:07 PM, Robert Lancer wrote: > Your not alone I even got the same server error on Google own App > Engine Status page at http://code.google.com/status/app

Re: [google-appengine] server error on random occasions

2010-03-03 Thread Manny S
least be a bit more consistent. Any inputs will be greatly appreciated. Manny On Wed, Mar 3, 2010 at 3:35 PM, Nick Johnson (Google) < nick.john...@google.com> wrote: > Hi Manny, > > It's impossible to say based on your description what the problem might be. > Most like

[google-appengine] htaccess

2010-05-06 Thread Manny S
the Java environment. Regards, Manny -- 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 to google-appengin

Re: [google-appengine] htaccess

2010-05-06 Thread Manny S
Thanks for the info. Will look into the DOS API. Manny On Fri, May 7, 2010 at 12:31 AM, Barry Hunter wrote: > Other than the DOS API > http://code.google.com/appengine/docs/java/config/dos.html > > you have to handle this sort of 'protection' at the application level. &

Re: [google-appengine] Query time

2009-12-14 Thread Manny S
Ikai, Thank you for your reply. I did a test where I issued 10 requests. The number I got was - 868 (46) 100%. Like you mentioned the initial request is what consumes more CPU time and the numbers go down for subsequent requests. Also, (with apologies for asking a naive question) could you pleas

[google-appengine] Text object - contains

2009-12-17 Thread Manny Nathan
Hi, I am trying to use text objects instead of string to store data (since we can only store 500 characters in a string). Is there a way to find if the text object contains a substring? I was using String.contains("findstring") to find search strings within the string data. I do not see an equivale