Re: [appengine-java] Re: 404 for app thats deployed successfully.

2011-10-07 Thread Manilal K M
On 6 October 2011 11:27, Nichole nichole.k...@gmail.com wrote: 2 things to fix in your web.xml: --param-value should be single valued --url-pattern ExampleApp/* should be changed.    url-pattern has the following rules       path mapping:      starts with /, ends with /*       extension

Re: [appengine-java] Help with sharded counters and loading results.

2011-10-07 Thread Gerald Tan
That's 50k reads every 5 minutes if applied to dnkoutso's use case, which could hurt a bit. The alternative I've mentioned may be cheaper if the number of items tracked is very large compared to the frequency of the count increments. I believe my method incurs 6 write ops per increment (1 + 2

Re: [appengine-java] Re: 404 for app thats deployed successfully.

2011-10-07 Thread Manilal K M
I forgot to add all the configuration files in my earlier email: WEB-INF/web.xml: http://pastie.org/2654599 WEB-INF/spring/application-config.xml http://pastie.org/2654607 WEB-INF/spring/servlet-config.xml http://pastie.org/2654618 WEB-INF/spring/spring-security.xml http://pastie.org/2654633

[appengine-java] Calling app script from app engine

2011-10-07 Thread Vik
Hie I have a google app script which I want to invoke from google app engine for java. Can someone please guide on how to invoke such script? I tried to google and i found lot of information on how to do the reverse. Please advise Thankx and Regards Vik Founder http://www.sakshum.org

[appengine-java] Re: Memcache objects remain only 5 minutes

2011-10-07 Thread Peter Nees
Thanks, examination of these statististics learned me that had during the handling of one service call multiple (unnecessary) puts and gets of the same object to memcache. I changed this that I have maximum one read, and one put. Avoiding this unnecessary activity increased the time in cache

[appengine-java] Re: Mobile subdomain in app engine

2011-10-07 Thread WillSpecht
I was looking for an easy way to do this once and make it work for the whole site. Now I realize I'm going to have to go into every servlet and have it choose which jsp to display. On Oct 6, 6:43 pm, WillSpecht willspe...@gmail.com wrote: My real problem is that I can't figgure out how to show

Re: [appengine-java] Prerelease SDK 1.5.5 available for download!

2011-10-07 Thread Raphael André Bauer
On Mon, Oct 3, 2011 at 9:40 PM, Ikai Lan (Google) ikai.l+gro...@google.com wrote: ... - We have increased the size limit for a single file uploaded to App Engine from   10MB to 32MB. Great news :) I just played around a bit with the new features of the java sdk and I am (still) getting a

Re: [appengine-java] Prerelease SDK 1.5.5 available for download!

2011-10-07 Thread Gerald Tan
It's a pre-release, so my guess is the server doesn't have it yet -- 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 https://groups.google.com/d/msg/google-appengine-java/-/oQfnvDDN31gJ. To

[appengine-java] Re: Memcache objects remain only 5 minutes

2011-10-07 Thread Peter Nees
Thanks, examination of these statististics learned me that had during the handling of one service call multiple (unnecessary) puts and gets of the same object to memcache. I changed this that I have maximum one read, and one put. Avoiding this unnecessary activity increased the time in cache

[appengine-java] Re: Memcache objects remain only 5 minutes

2011-10-07 Thread Peter Nees
Thanks, examination of these statististics learned me that had during the handling of one service call multiple (unnecessary) puts and gets of the same object to memcache. I changed this that I have maximum one read, and one put. Avoiding this unnecessary activity increased the time in cache

[appengine-java] Fwd: One-To-Many RElations Serialization

2011-10-07 Thread Bruno Sandivilli
-- Forwarded message -- From: Bruno Sandivilli bruno.sandivi...@gmail.com Date: 2011/10/7 Subject: Re: One-To-Many RElations Serialization To: google-web-tool...@googlegroups.com PersistenceManager pm = PMF.get().getPersistenceManager(); javax.jdo.Query query = (javax.jdo.Query)