Re: [appengine-java] Re: Loading requests timeout with DeadlineExceededException while reading classes

2011-09-17 Thread John Patterson
Hi Googlers, I was wondering if someone could answer the 3 questions below regarding slow resource file loading. I am getting a bit tired of jarring up all classes and resource files (and removing WEB-INF/classes) every time I want to update my app with GEP. On Wednesday, 31 August 2011

[appengine-java] Using JDO with appengine.

2011-09-17 Thread Shoubhik
Are the apps written in older versions of Appengine (in 2010 ) compatible , when the project directories are simply 'dropped' in the new apengine SDK demos directory , and updated from commandline ( appcfg update war) -- You received this message because you are subscribed to the Google

[appengine-java] JDO and High Replication datastore

2011-09-17 Thread Shoubhik
Hello, I'm a bit confused seeing the changes in documentation for storing data. Could you please tell me: Can I use the standard interface JDO with the High Replication datastore, like I did with the Master/Slave? Thanks, Shoubhik -- You received this message because you are subscribed to

[appengine-java] Developing Multilingual Web Applications

2011-09-17 Thread Jesper Nyqvist
Developing Multilingual Web Applications Using JavaServer Pages Technology I have a web page which has 3 different languages, Swedish, English and Russian! In my old java page i set this up with WebTexts_en.properties, WebTexts_sv.properties and WebTexts_ry.properties files together with

[appengine-java] Re: Developing Multilingual Web Applications

2011-09-17 Thread Jesper Nyqvist
From the above note i have used JavaServer Pages Technology. I would like to get some input from google app engine users regarding this issue. This so i start my new project correctly from the beginning. Maybe there are some new issues here from google app engine that is different from the

[appengine-java] Writing to google spreadsheet from GAE

2011-09-17 Thread Vik
Hie I wanted to know if it is possible to write to a google spreadsheet from our app running on app engine? Thankx and Regards Vik Founder http://www.sakshum.org http://blog.sakshum.org -- You received this message because you are subscribed to the Google Groups Google App Engine for Java

[appengine-java] Re: Writing to google spreadsheet from GAE

2011-09-17 Thread Gerald Tan
It should be: http://code.google.com/apis/spreadsheets/data/3.0/developers_guide.html -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To view this discussion on the web visit

[appengine-java] Re: Developing Multilingual Web Applications

2011-09-17 Thread Jesper Nyqvist
Google Data APIs http://code.google.com/apis/gdata/javadoc/ This is google data api library but i cannot find what i need in here. There is very little documentation regarding this issue with google. There most be some information out there regarding this with multilingual web applications? Not

[appengine-java] Re: Writing to google spreadsheet from GAE

2011-09-17 Thread niraj
I tried and gave up because: 1. Google spreadsheets requires Oauth2.0 2. Google AppEngine does not support Oauth2.0 It is possible to write to spreadhseets via GWT - client side - not via appengine On Sep 17, 2:40 pm, Gerald Tan woefulwab...@gmail.com wrote: It should

Re: [google-appengine] I can't turn on datastore admin from dashboard.

2011-09-17 Thread Timofey Koolin
No - I can't update SDK or reupload source code: I lost sources of my applications and turn off download function :( 2011/9/16 Niklas Rosencrantz nikla...@gmail.com I have this problem from my app that uses federated login. When I try enable datastore admin it says Error: Not Found The

[google-appengine] Need help with App Engine over HTTPS on IE8-9

2011-09-17 Thread Pol
Hi, We have a HTML5 front-end on a HTTP CDN (CloudFront) that just talks over AJAX / HTTPS to Google App Engine. It's fine on Chrome, Safari and Firefox, but what's the best way to make this work with IE8/9 considering IE's XDomainRequest doesn't let you do HTTPS from a website hosted on HTTP

[google-appengine] Re: GAE + JAXWS bug

2011-09-17 Thread Deepak Singh
I reported a production issue 5927. On Sat, Sep 17, 2011 at 12:35 AM, Deepak Singh deepaksingh...@gmail.comwrote: Hi, I am using JAXWS 2.1 client on GAE 1.5.4 and gets the following exception. com.sun.xml.bind.v2.runtime.reflect.Accessor$FieldReflection init: Unable to make

[google-appengine] Re: Give me my $50 credit back!

2011-09-17 Thread Carson Welsh
I need to apologize. I sure feel stupid. The reason I seemed to have lost the credit was because Current Balance went from $50 to n/a However, as others have pointed out, under Billing History the Balance column reports the credit. Sorry guys. On Wed, Sep 14, 2011 at 2:13 AM, Carson Welsh

[google-appengine] How to add search term to the url of the handler?

2011-09-17 Thread Zeynel
There was no answer to this question at Stackoverflow. http://stackoverflow.com/questions/7456670/how-do-i-add-search-parameters-to-search-page-url This is the form: self.response.out.write( form name=search_form action=/searchhandler method=postbr / input type=text name=search_string size=40

[google-appengine] New Pricing ROCKS! for Small apps

2011-09-17 Thread Brandon Wirtz
I'm not bi-polar, honest :-) Different apps at different sizes vary wildly under the new pricing, but I did find one of my apps that is going to be Cheaper, (by quite a lot actually) 37 cents a day reduced to 9. That's a 75% reduction. A couple of caveats. Part of that is always on. Part of

[google-appengine] Re: New Pricing ROCKS! for Small apps

2011-09-17 Thread Gerald Tan
You're forgetting the $2.10 per week (~$9/month) minimum charge, which is actually annoying for small apps that only bill for a fraction of that, like mine where I am projecting spending about $0.80 per week but will be billed for $2.10 per week because of the minimum charge. I understand that

Re: [google-appengine] Re: Status of edge cache?

2011-09-17 Thread Robert Kluin
I'd also like to see a rough idea of what to expect from the edge-cache layer included in the documentation. On Fri, Sep 16, 2011 at 13:29, Jeff Schnitzer j...@infohazard.org wrote: On Fri, Sep 16, 2011 at 11:22 AM, Bryce Cutt pandas...@gmail.com wrote: The onus is always on you to have

Re: [google-appengine] Re: New Pricing ROCKS! for Small apps

2011-09-17 Thread Gopal Patel
I think $2.10 also count towards resource usage if I am not mistaken. so gae is cheapest for app that is costing $2.10 to run. On Sun, Sep 18, 2011 at 10:43 AM, Gerald Tan woefulwab...@gmail.com wrote: You're forgetting the $2.10 per week (~$9/month) minimum charge, which is actually annoying