[appengine-java] Re: Dates and TimeZones

2010-08-07 Thread Ian Marshall
The UTC time is the same everywhere at the same time. The trick is to format the date-time for a time zone. I use the following: GregorianCalendar gcUK = new GregorianCalendar(Locale.UK); TimeZone tzUK = TimeZone.getTimeZone(Europe/London); gcUK.setTimeZone(tzUK);

Re: [appengine-java] Invalidating users session

2010-08-07 Thread Hariharan Anantharaman
When i tried using session.Invalidate method, during logout, the logout time increased and the cpu consumption by logout was also high. I could not find reason behind it. Thanks Hari 2010/8/6 Ice13ill andrei.fifi...@gmail.com This is more of a java servlet/session question, but it's also

Re: [appengine-java] i18n translations

2010-08-07 Thread Hariharan Anantharaman
I can help in publishing in Tamil. தமிழ் - tamil Thanks Hari 2010/8/5 ale aleee...@gmail.com Hi everybody, I'm finishing to develop a web application with GWT + GAE, and I want to publish in multiple languages. The application is about sport, and the message file is about 400 lines

[appengine-java] Re: Can Jade run on GAE?

2010-08-07 Thread Frederik Pfisterer
If no one ever tried it you can try check frameworks jade might depend on and leave comments here: http://groups.google.com/group/google-appengine-java/web/will-it-play-in-app-engine In general jade would have to comply to the sandbox environment described here:

[appengine-java] Re: Java Engine Support for PNG writing

2010-08-07 Thread dovm
Hi, Give a try to TinyLine. I think it does what you need. See demos here http://tinylinegae.appspot.com/ Thanks, Dov On Aug 5, 11:39 pm, Skippy Ta skipp...@gmail.com wrote: Sorry, I should have specified. The current non-GAE version of my app implements several AWT classes such as

[appengine-java] Re: Uploading Data on Development Server(On local machine)

2010-08-07 Thread amit
I am also facing the same issue, does anyone know how to upload data to local datastore. On Aug 1, 9:44 am, MANISH DHIMAN manisd...@gmail.com wrote: I have already tried this, It needs a app.yaml file, but it is a java application. I created a yaml file but it gives an error of authentication