[appengine-java] Re: How to show the Google Development Tools dropdown?

2011-05-03 Thread Lina Qu
Hi David, Thank you so much! I just updated Eclipse and all works now. On Apr 28, 8:53 am, David Chandler drfibona...@google.com wrote: Hi Lina, The GPE 2.3 docs were mistakenly pushed live a bit early. You can access the new features in the 2.3 beta version of the plugin, which is

Re: [appengine-java]: transactional tasks cannot be named ??

2011-05-03 Thread Aswath Satrasala
Any pointers for this... Thanks -Aswath On Thu, Apr 21, 2011 at 11:43 AM, Santosh kumar kopp@gmail.com wrote: Hi, When i run mapper, i am getting an exception, please can you suggest why it is throwing exception ?? java.lang.IllegalArgumentException: transactional tasks cannot be

[appengine-java] Re: GAE Teams Content-Transfer-Encoding: base64 data uploads don't work.

2011-05-03 Thread Brandon Donnelson
I'm wondering if I am having operator error? -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To post to this group, send email to google-appengine-java@googlegroups.com. To unsubscribe from this group, send email to

[appengine-java] Help Me..!

2011-05-03 Thread Rambo
Hi friends..! I am doing a small project in java using spreadsheet api to read and write data's in the Google spreadsheet. I finished it successfully. Now i wanna to upload it to GAE Please give me some suggestions. Thanks in Advance -- You received this message

Re: [appengine-java] Help Me..!

2011-05-03 Thread Felipe Teixeira
i´m not understand, a simple deploy to google appengine , in eclipse.. your application going to GAE. 2011/5/3 Rambo ramkumarpec...@gmail.com Hi friends..! I am doing a small project in java using spreadsheet api to read and write data's in the Google spreadsheet. I finished it

[appengine-java] Emulating KeyFactory.keyToString in gwt?

2011-05-03 Thread Gal Dolber
Can be done? -- Guit: Elegant, beautiful, modular and *production ready* gwt applications. http://code.google.com/p/guit/ -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To post to this group, send email to

[appengine-java] Re: Objectify: IllegalAccessError

2011-05-03 Thread GeneralSlaine
Jeff, I'm using 1.3.8 I think reading from this Jar file: appengine-api-1.0- sdk-1.3.8.jar. However, this version dates from october 2010, not that old! So I have to upgrade? BR On 3 mei, 04:04, Jeff Schnitzer j...@infohazard.org wrote: Are you running with a very old GAE SDK... something

[appengine-java] A couple of datastore questions!

2011-05-03 Thread Muhammad Ijaz Khan
Hi, I am building an application and have used JDO for datastore for implementing use cases. Now when I am implementing the backend machine which is a bit complex in relationships among objects then I am facing hard times with JDO (May be due to lack of my knowledge). I have following questions to

Re: [appengine-java] A couple of datastore questions!

2011-05-03 Thread Muhammad Ijaz Khan
This is exactly what I am doing for now but was wondering if there is a better way and better way of loading the actual object from key. Thanks for your comment as it reduced my loneliness :) On Wed, May 4, 2011 at 12:03 AM, Luca Matteis lmatt...@gmail.com wrote: Owned relationships are a bit

Re: [appengine-java] Re: GAE Teams Content-Transfer-Encoding: base64 data uploads don't work.

2011-05-03 Thread Brandon Donnelson
Thanks for looking :) -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To post to this group, send email to google-appengine-java@googlegroups.com. To unsubscribe from this group, send email to

[appengine-java] NoSuchMethodError totalMemory()

2011-05-03 Thread emurmur
My app started throwing exceptions right after the latest maintenance; apparently Runtime.getRuntime().totalMemory() is now actually removed from the server runtime? Couldn't you just return zero? java.lang.NoSuchMethodError:

[appengine-java] Index Names now throwing an error

2011-05-03 Thread Matt Farnell
Hi there, I have an app in production which has been working for over a year with an index defined like so datastore-index kind=MapUser ancestor=false source=auto property name=dci direction=asc/ property name=201012 direction=desc/ /datastore-index I went to make a

[appengine-java] Re: NoSuchMethodError totalMemory()

2011-05-03 Thread Didier Durand
Hi, An answer from google is needed as Runtime still is in the whitelist: http://code.google.com/appengine/docs/java/jrewhitelist.html So, it should provide all the methods of the regular jre class. regards didier On May 4, 4:40 am, emurmur emur...@conceptuamath.com wrote: My app started

[appengine-java] Re: GAE Teams Content-Transfer-Encoding: base64 data uploads don't work.

2011-05-03 Thread Brandon Donnelson
I thought I'd try maximum encoded line length and put a CR/LF at the end of each line of base64, so far no luck on GAE side. I'm changing directions for now, I'm going send my base64 images from canvas through RPC in chunks, and decode and write to blob on the server side. This will allow me

[appengine-java] Re: Help Me..!

2011-05-03 Thread Rambo
My project is not a web application project, its purely java project, I want to deploy it in GAE.. On May 3, 7:17 pm, Felipe Teixeira felipe.teixe...@ipnetsolucoes.com.br wrote: i´m not understand, a simple deploy to google appengine , in eclipse.. your application going to GAE.

[google-appengine] Re: Dates

2011-05-03 Thread Kaan Soral
Write a function to find time difference in seconds between two datetime.datetime objects Then write a mapping cron that will check every item in the datastore, delete those who are old enough -- You received this message because you are subscribed to the Google Groups Google App Engine group.

Re: [google-appengine] Re: Google Apps for Domains new Pricing Means $50 to add a Domain to AppEngine

2011-05-03 Thread nischalshetty
ahahha your comment has humor and truth packed right into it! -- 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] Xmpp api get user status.

2011-05-03 Thread Sandeep Koduri
Hello appengine team, *I tried and are using the xmpp api, we are happy with what the api is providing.* *After the implementation of setting appspot status and presence it helped us to manage the UI Much better than that of previous versions.* Now just willing to know if there will be a

[google-appengine] Replicating of AppEngine [was: Any past scenarios of data getting lost]

2011-05-03 Thread Maximillian Dornseif
On May 2, 3:49 pm, Murali Krishna murali.surampa...@gmail.com wrote: Hello, I am writing an application to store some crucial data using datastore api. I cannot afford to loose not even single record of possible 10million records. Does Google promise that the data be stored without any loss?

Re: [google-appengine] Why can't Channel API perform a fan-out broadcast?

2011-05-03 Thread Barry Hunter
Well I would imagine the server component that clients listen to only expect one client to be listening to a given id. So getting multiple connections to the same channel wont work, maybe they will all actully appear to work, but only (say) the last will be functional. Or when the channel api

[google-appengine] Instances

2011-05-03 Thread Eduardo Perrino
Hi!! We have problems with the instance feature of appengine. Today we have got 16 instances, and we've detected that many of them when receive a request, it has to start the application again. So our application consumes a lot of cpu because our startup process is a little heavy. To solve this

[google-appengine] Re: Channel API Adobe AIR

2011-05-03 Thread GK
Hi, my tests show that under AIR the hidden iframe is created and points at http://talkgadget.google.com. I'll also file this issue. I'll be happy to provide any further assistance in identifying this problem. Thanks! Guy. On May 2, 5:30 pm, Moishe mois...@google.com wrote: There shouldn't be

[google-appengine] Re: Channel API Adobe AIR

2011-05-03 Thread GK
Filed as issue 4973 (http://code.google.com/p/googleappengine/issues/ detail?id=4973) On May 3, 5:19 pm, GK g...@waybetter.com wrote: Hi, my tests show that under AIR the hidden iframe is created and points athttp://talkgadget.google.com. I'll also file this issue. I'll be happy to provide

Re: [google-appengine] URL Dispatch efficiency

2011-05-03 Thread Robert Kluin
Hi Mars, One possibly important difference is that items in app.yaml are separate WSGI apps. So if you have distinct sections of your application, such as backend services and frontend views, that don't share a lot of code between them, a loading request will only need to load the modules used

Re: [google-appengine] Security Constraint works in hosted mode but on the App Engine

2011-05-03 Thread Robert Kluin
Hi, Maybe you've already logged in before. Have you tried clearing your cookies or using a different browser? Robert On Tue, May 3, 2011 at 01:21, DFB harwinder.bha...@gmail.com wrote: My GWT application is using Google Accounts authentication. I've added this simple security

Re: [google-appengine] Instances

2011-05-03 Thread Robert Kluin
Hi Eduardo, Perhaps you could explain we've detected that many of them when receive a request, it has to start the application again more precisely. It is rather hard to give any advise other than make your app startup faster based on the information you've provided (for me at least). Also,

Re: [google-appengine] Instances

2011-05-03 Thread Eduardo Perrino
Hi Robert, I try to explain better: Our application has 16 instances assigned by appengine automatically and three of them are always on. It doesn't have many requests, in fact, the time between them is large enough to appengine undeploy the application. So appengine is starting the application

Re: [google-appengine] It seems indexes are stuck

2011-05-03 Thread Shinichi Nakanishi
It has been almost 24 hours since the deployment. I have filed the issue from the form. Thanks! Shinichi On Mon, May 2, 2011 at 20:18, Robert Kluin robert.kl...@gmail.com wrote: If you've given your indexes a good 12 or so hours to build, and they are still stuck, you might try filing a

[google-appengine] Re: URL Dispatch efficiency

2011-05-03 Thread Rodrigo Moraes
I guess even with 10 thousand rules it would be very fast and building/matching would take milliseconds. Easy to test it yourself. -- rodrigo -- 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] Re: Instances

2011-05-03 Thread Geoffrey Spear
On May 3, 11:55 am, Eduardo Perrino eduardo.perr...@gmail.com wrote: Hi Robert, I try to explain better: Our application has 16 instances assigned by appengine automatically and three of them are always on. It doesn't have many requests, in fact, the time between them is large enough to

Re: [google-appengine] Re: Instances

2011-05-03 Thread Eduardo Perrino
2011/5/3 Geoffrey Spear geoffsp...@gmail.com On May 3, 11:55 am, Eduardo Perrino eduardo.perr...@gmail.com wrote: Hi Robert, I try to explain better: Our application has 16 instances assigned by appengine automatically and three of them are always on. It doesn't have many requests,

[google-appengine] Using App Engine as a server for an Android game.

2011-05-03 Thread Rohan Chandiramani
Greetings App Engine people, So i'm creating a multi-player android game and thought it would be a interesting idea to have App Engine handle the server work. The game consists of 4 players, each phone requests an update every 0.5 seconds. These requests are very simple and lightweight so i

[google-appengine] Autogenerated long ids and chronological order.

2011-05-03 Thread Ricky Button
I have a question regarding auto-assigned ids for entities. Let's say I have some set of entities that have the ids: 1 2 3 4 5 And I remove the 4th one: 1 2 3 5 If I add a new entity with an auto-generated ID, is it guaranteed that the new ID will not be 4 and WILL be something greater than 5?

[google-appengine] Getting ImportError: No module named python_compat on Fedora 14

2011-05-03 Thread David Lee Evans
When I run dev_server.py on fedora 14, and access localhost:8080, I receive the following errors, searching for the error on the Internet, there was mentioning that the Crypto module has to be 2.01 or that it should be installed in a different manner. The fix was for OSX and I am not that familiar

[google-appengine] Prerelease SDK 1.5.0 available for download

2011-05-03 Thread Ikai Lan (Google)
Hey everyone, Prerelease SDK 1.5.0 is ready for download! There are a ton of bug fixes in this release as well as some pretty big features. Check it out. You can get the SDKs here: http://code.google.com/p/googleappengine/downloads/list The release notes are below. You'll notice that they're

[google-appengine] Running cpedialog on fedora 14 32 bit version

2011-05-03 Thread David Lee Evans
Hello, I am currently running Fedora 14 and have the python version of app Engine installed on my machine. When I try to run cpedialog, get the following errors. Traceback (most recent call last): File /opt/google_appengine/google/appengine/tools/ dev_appserver.py, line 3858, in _HandleRequest

[google-appengine] Re: Security Constraint works in hosted mode but on the App Engine

2011-05-03 Thread DFB
Thanks for your response. I'm surely not logged in. And definitely not logged in with the admin account. I have also tried it from different browsers, different machines, and using the stealth mode. I also tried with the url /ds/* but that doesn't work either. Both urls work in the hosted mode

Re: [google-appengine] Using App Engine as a server for an Android game.

2011-05-03 Thread Barry Hunter
As best I understand 500 isn't a fixed limit. Thats an estimate on how many requests an average application would get while keeping withing all the various quota. There is 45,200 requests /minute, which equates to 753 requests/second. But can be upped, if you approaching that limit. ... but I

[google-appengine] Re: Autogenerated long ids and chronological order.

2011-05-03 Thread Geoffrey Spear
On May 2, 5:01 pm, Ricky Button m...@rickybutton.com wrote: I have a question regarding auto-assigned ids for entities. Let's say I have some set of entities that have the ids: 1 2 3 4 5 And I remove the 4th one: 1 2 3 5 If I add a new entity with an auto-generated ID, is it

Re: [google-appengine] Using App Engine as a server for an Android game.

2011-05-03 Thread Ikai Lan (Google)
You're going to exceed free quotas before you hit 500 QPS. The system is set up to autoscale if your requests finish under 1000ms. The faster the better. Ikai Lan Developer Programs Engineer, Google App Engine Blog: http://googleappengine.blogspot.com Twitter: http://twitter.com/app_engine

[google-appengine] Re: Security Constraint works in hosted mode but on the App Engine

2011-05-03 Thread DFB
Hi Robert, I think the problem was the cache and my understanding of how browser 'stealth' modes work. I thought if I open up a fresh 'stealth' mode window in a browser such as Chrome, it would not read anything from the cache. But apparently, it doesn't work that way. It still reads the file

[google-appengine] Re: Security Constraint works in hosted mode but on the App Engine

2011-05-03 Thread DFB
Just reflecting back on it, I'm not sure why it always worked in the hosted mode. Probably it doesn't read the files from the cache in the hosted mode, and that misled me into thinking that something was wrong with GAE. Well anyway ... On May 4, 1:52 am, DFB harwinder.bha...@gmail.com wrote: Hi

Re: [google-appengine] Re: URL Dispatch efficiency

2011-05-03 Thread Stephen
On Tue, May 3, 2011 at 5:29 PM, Rodrigo Moraes rodrigo.mor...@gmail.com wrote: I guess even with 10 thousand rules it would be very fast and building/matching would take milliseconds. There's a limit to the number of handlers you can define in app.yaml. IIRC, it's about 100. -- You received

Re: [google-appengine] Prerelease SDK 1.5.0 available for download

2011-05-03 Thread Felippe Bueno
Really great job :) Congrats Appengine Team. Ikai, any news about http://code.google.com/p/googleappengine/issues/detail?id=4374 (HR Datastore Applications cannot use remote_api, appengine_console.py or Bulkloader due to s~ App ID) ?? I did not test it again. Thanks. On Tue, May 3, 2011 at

[google-appengine] Re: Prerelease SDK 1.5.0 available for download

2011-05-03 Thread Mars
Awesome! Love the async datastore operations. Can finally put the outdated asynctools to bed! Great job GAE team! On May 3, 11:26 am, Felippe Bueno felippe.bu...@gmail.com wrote: Really great job :) Congrats Appengine Team. Ikai, any news

[google-appengine] Re: Why can't Channel API perform a fan-out broadcast?

2011-05-03 Thread Mars
Hate to advertise for someone else here, but I've been using http://beaconpush.com because of the lack of broadcast support in GAE. I also noted that each Channel setup consumes 2s CPU (not sure if it's still the case), which is simply not acceptable for my app. Cheers, Mars On May 3, 7:01 am,

[google-appengine] Re: Prerelease SDK 1.5.0 available for download

2011-05-03 Thread Matthew Blain
Hi Felippe, Thanks for asking. I've updated that bug with the following comment: In 1.5.0 (prerelease available today), we have added the functionality to get the application ID from the URL more easily. The recommendation is to, instead of specifying an application, specify a URL to remote_api.

[google-appengine] Re: Please update roadmap

2011-05-03 Thread Mars
Thanks Greg. Will look forward to the very exciting features on the roadmap. You guys are doing a great job! I'm a die-hard fan of GAE :) On May 2, 6:56 pm, Gregory D'alesandre gr...@google.com wrote: Hi Mars, Thanks for raising this, we tend to update the roadmap when we do releases, so it

Re: [google-appengine] Re: Prerelease SDK 1.5.0 available for download

2011-05-03 Thread Felippe Bueno
Great, Thanks Matthew. I will test it and let you know :). On Tue, May 3, 2011 at 4:09 PM, Matthew Blain matthew.bl...@google.comwrote: Hi Felippe, Thanks for asking. I've updated that bug with the following comment: In 1.5.0 (prerelease available today), we have added the functionality

[google-appengine] Re: Prerelease SDK 1.5.0 available for download

2011-05-03 Thread Adam Sah
***CONGRATS*** on another huge release! adam -- 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

Re: [google-appengine] Re: Prerelease SDK 1.5.0 available for download

2011-05-03 Thread nischalshetty
Can you shed more light on 'Support for Backends'? Though I don't know what exactly it is, I'm still so excited! Does it mean, sooner or later, I can have instances that live forever? Does it also mean I can map unique IPs to them? In todays world of twitter apps, unique IPs are a must :(

[google-appengine] Re: Please update roadmap

2011-05-03 Thread nischalshetty
+1 for die-hard fan of GAE :) -- 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] Re: URL Dispatch efficiency

2011-05-03 Thread Mars
Good point Robert. In fact this is exactly what I'm pondering now. I have two apps, one for backend and one for frontend. I like the clean cut but the extra network latency between the two introduces 100~200ms delay for my page load. Want to combine the two together but doesn't want to lose the

RE: [google-appengine] Using App Engine as a server for an Android game.

2011-05-03 Thread Brandon Wirtz
Mobile. Every Half Second. Rolls on Floor Laughing. You'd be lucky if the phone can get from where it is to Google in 500ms most days, unless you make it a 4g and wifi only game. -Original Message- From: google-appengine@googlegroups.com [mailto:google-appengine@googlegroups.com] On

[google-appengine] Re: Prerelease SDK 1.5.0 available for download

2011-05-03 Thread pdknsk
Thank you, Google! Another great release. I actually wanted to ask about directly addressing instances today. I've got one task which takes few minutes and is resource intensive, and when normal web requests are assigned to the same instance it can result in long response times. Do I understand

[google-appengine] Re: Why can't Channel API perform a fan-out broadcast?

2011-05-03 Thread Stephen Blum
Albert, Berry, Mike and Mars, There are several broadcasting services available today. Twitter Scale Services like http://www.pubnub.com for mobile apps, websites and tablet apps are easy to use. Others like Pushser and Beacon are great and have their own applications. I like PubNub because it

[google-appengine] Re: Running cpedialog on fedora 14 32 bit version

2011-05-03 Thread Kaan Soral
get a virtualbox and xp inside it that will solve your problem On May 3, 3:09 am, David Lee Evans dle.ev...@gmail.com wrote: Hello, I am currently running Fedora 14 and have the python version of app Engine installed on my machine. When I try to run cpedialog, get the following errors.

Re: [google-appengine] Re: URL Dispatch efficiency

2011-05-03 Thread Robert Kluin
Hey Mars, If you define the application at the modules level (ie outside of main) it will be cached between requests. So even if it does add a little overhead due to more rules, it probably won't matter much across requests. If you want your stuff isolated, just use two mappings in app.yaml.

[google-appengine] Re: Autogenerated long ids and chronological order.

2011-05-03 Thread Maximillian Dornseif
On May 2, 11:01 pm, Ricky Button m...@rickybutton.com wrote: I have a question regarding auto-assigned ids for entities. At http://stackoverflow.com/questions/3985812 there is some extensive discussion on How to implement “autoincrement” on Google AppEngine. Basically: use `allocate_ids()` if

[google-appengine] Re: Prerelease SDK 1.5.0 available for download

2011-05-03 Thread Jay Young
I can't believe there's been ho hype over http://www.google.com/events/io/2011/sessions.html#full-text-search. When I saw this post, I was sure this was going to be THE big release for this year's IO. :) -- You received this message because you are subscribed to the Google Groups Google

Re: [google-appengine] Re: Security Constraint works in hosted mode but on the App Engine

2011-05-03 Thread Robert Kluin
Hi, The cookie used for login info on the dev server is just a session cookie; the production cookie is not. That is why you're seeing the production logins last a lot longer. Robert On Tue, May 3, 2011 at 13:55, DFB harwinder.bha...@gmail.com wrote: Just reflecting back on it, I'm

Re: [google-appengine] Re: Prerelease SDK 1.5.0 available for download

2011-05-03 Thread Ikai Lan (Google)
A few notes: 1. Docs will be released when the release goes out 2. No, you will not have unique IP addresses. Sorry Nischal, backends don't solve the problem you need. What you need is to get a VPS instance somewhere and use a client that consumes the streaming API. You can have instances that

Re: [google-appengine] Re: URL Dispatch efficiency

2011-05-03 Thread Rodrigo Moraes
There's a limit to the number of handlers you can define in app.yaml. IIRC, it's about 100. Oh, I was only referring to matching URLs passed to webapp.WSGIApplication (Python). I'd just say you don't need to worry about that. You need *a lot* of URL patterns for the matching process to be

[google-appengine] Maintenance today?

2011-05-03 Thread Mars
The calendar indicates that there should be a maintenance today at 5pm PST, but unlike usual I have yet received any announcement today. Is it still going on? -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group, send email

Re: [google-appengine] Re: Data Store Down?

2011-05-03 Thread Nick Johnson (Google)
On Mon, May 2, 2011 at 3:31 AM, Nickolas Daskalou n...@daskalou.com wrote: Hi Nick, Please correct me if I am wrong, but is it not true that the only time results from a HR Datastore would be eventually consistent is when a query is performed without an ancestor? From my understanding of HR,

[google-appengine] Re: Maintenance today?

2011-05-03 Thread Jerome
Unfortunately, yes. From IRC a few minutes ago: (5:07:35 PM) ikai_google: MS datastore going into read only soon I had the same reaction as you: no email, hopefully they are cancelling for today. Jerome On May 3, 4:21 pm, Mars mars...@askmymob.com wrote: The calendar indicates that there

[google-appengine] Re: Why can't Channel API perform a fan-out broadcast?

2011-05-03 Thread Albert
Barry, thanks for the clarification. Stephen and Mars, thanks for the suggestions. Mike, how did you find that out? Did you test it yourself? On May 4, 3:43 am, Stephen Blum blum.step...@gmail.com wrote: Albert, Berry, Mike and Mars, There are several broadcasting services available today.  

[google-appengine] Data Store Down... writes offline.

2011-05-03 Thread Dave Peck
I just launched my new app (www.getcloak.com). And, wouldn't you know it, just as I'm sending out invite codes App Engine's datastore goes down. Hard. Users can't sign up because writes appear to be disabled. So, um, is this going to be fixed soon? This is Murphy's law in action with App Engine!

[google-appengine] Re: Data Store Down... writes offline.

2011-05-03 Thread Dave Peck
Ah, I see that scheduled downtime got moved. So I assume this is planned and we'll be back soon? We've been down for a while now... On May 3, 6:09 pm, Dave Peck davep...@gmail.com wrote: I just launched my new app (www.getcloak.com). And, wouldn't you know it, just as I'm sending out invite

[google-appengine] Re: Autogenerated long ids and chronological order.

2011-05-03 Thread Ricky Button
Thanks for the info and the link. Pleased to see such a helpful group. -- 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] Re: Java GAE/GWT Composite Design Pattern example with Persistence

2011-05-03 Thread RH
In a nutshell, I'm trying to: a) persist a tree structure set of objects b) be able to recall any node and all it's children in the tree c) be able to add a child to any node on the tree in the GAE datastore. On May 2, 11:24 am, supercobra superco...@gmail.com wrote: What are you trying to

Re: [google-appengine] Prerelease SDK 1.5.0 available for download

2011-05-03 Thread Robert Kluin
Lots of exciting features... hope they all make it in the final release! ;) On Tue, May 3, 2011 at 13:20, Ikai Lan (Google) ikai.l+gro...@google.com wrote: Hey everyone, Prerelease SDK 1.5.0 is ready for download! There are a ton of bug fixes in this release as well as some pretty big

Re: [google-appengine] Re: Prerelease SDK 1.5.0 available for download

2011-05-03 Thread nischalshetty
@Ikai Yeah, I've been running over requests through remote servers. But hey, the thought of making use of the streaming API did not occur to me! By streaming I presume you are suggesting I make use of the channel API, create a channel that would be listened to by my remote machines!? Apart

[google-appengine] Re: Java GAE/GWT Composite Design Pattern example with Persistence

2011-05-03 Thread RH
here would be an example using the heap: class Directory { public String name; public ArrayListDirectory children = new ArrayListDirectory(); // could have any other properties or attributes here as well Directory(String n){ name = n; public void

Re: [google-appengine] Running cpedialog on fedora 14 32 bit version

2011-05-03 Thread Robert Kluin
Hi David, You might want to use Python 2.5 if you're just starting out. It will help keep you from using features not available on production. Also, you might search the issue tracker and the groups for the error. I'm sure I've seen similar issues numerous times.

[google-appengine] Re: Using App Engine as a server for an Android game.

2011-05-03 Thread Thomas Wiradikusuma
Hi Ikai, Sorry I'm hijacking this thread, but I'm curious, this under 1000ms thing, is it for all requests including startup (cold start), or excluding that? This is a concern for me as I'm using Java. On May 4, 1:48 am, Ikai Lan (Google) ika...@google.com wrote: You're going to exceed free

Re: [google-appengine] Re: Instances

2011-05-03 Thread Robert Kluin
Hi Eduardo, It sounds like you might benefit from using Appstats. I've heard Java apps tend to have large startup times. However, from what you're describing it sounds like your app is getting new instances spun up (16 in total) but it is not serving requests quickly enough. At least if I

[google-appengine] Re: Using App Engine as a server for an Android game.

2011-05-03 Thread Thomas Wiradikusuma
Hi Ikai, Sorry I'm hijacking this thread, but I'm curious, this under 1000ms thing, is it for all requests including startup (cold start), or excluding that? This is a concern for me as I'm using Java. On May 4, 1:48 am, Ikai Lan (Google) ika...@google.com wrote: You're going to exceed free

[google-appengine] Failed to create store [gae://index]

2011-05-03 Thread vinh tran
Hi I'm trying to deploy compass on GAE, my configuration is Compass compass = new CompassConfiguration().setConnection(gae://index) //store the index using GAE data store .setSetting(CompassEnvironment.ExecutorManager.EXECUTOR_MANAGER_TYPE,disabled) // not to use threads