[appengine-java] Re: App Engine SDK 1.5.4 released!

2011-09-18 Thread Casey
Any idea when this will be available for the Eclipse 3.5 plugin? On Sep 12, 3:31 pm, Ikai Lan (Google) ikai.l+gro...@google.com wrote: Hey everyone, Just wanted to let you all know that App Engine SDK 1.5.4 has been released. The official announcement is here:

[appengine-java] Re: How to detect the event of instantiating another instance of app

2011-09-18 Thread Art
Thank Gerald for sharing your knowledge. Personally, I kind feel a little strange for that, in spite of the nature of GAE app what needs to consider of multi-instances of app, GAE platform haven't provided any event hooks available what can be used across app instances, though the technical

[appengine-java] Re: input Data in DataStore from External Server ?

2011-09-18 Thread Kb
Or should i go for other Tomcat Hosts ? On Sep 13, 12:50 am, Kb kb.kb.1...@gmail.com wrote: I Have around 100,000 entries in database(MySQL) that updates every 10 minutes. If i use GAE DataStore in Server Application(hosted somewhere)  and Again GAE Datastore  on Client will it fit the QUOTA

[appengine-java] Re: Developing Multilingual Web Applications

2011-09-18 Thread Nichole
If you have a java web application that conforms to servlet spec 2.4, jsp spec 2.0 and jstl spec 1.1.x the additional steps you'll need to take are roughly: -- add the resource files to your appengine-web.xml file -- replace use of JAAS classes that are not allowed by the appengine security

[appengine-java] bandwidth consumption

2011-09-18 Thread senderj
My app needs to gather info from web pages. I use cron job to trigger tasks in task queue. Each queue entry does some URL fetch for the job. I've tried two methods: one use 4 queue entries, each of which covers 10 URL fetches; another one use 40 entries each of which covers only 1 URL fetches. I

[appengine-java] Threads

2011-09-18 Thread HARISH S.C
Hi, I would like to clarify some basic doubts. I am trying to port an existing app into google app engine . 1. When I have more than 1 servlet, it ll be executed in different thread in a single JVM or else how it will be executed ? 2. Is there any workaround to eliminate threading? 3. Can we