[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

Re: [google-appengine] Re: GAE vs. Google Wave Discontinue

2010-08-07 Thread Harshal
I love GAE, and consider it as one of the best products from Google (apart from google.com and gmail). But I find it hard to believe that GAE suffers because of its popularity. Considering Google claims that it runs on pretty much 'same' infrastructure as that of other google services run from

[google-appengine] Re: A Specific Unavailable App Identifier

2010-08-07 Thread Geoffrey Spear
On Aug 5, 1:37 pm, Barry Hunter barrybhun...@gmail.com wrote: All gmail addresses are reserved as app engine ids. Possbly someone has it in gmail? Try emailing b4l4n...@gmail.com and see if they want to let you use it? This won't necessarily work. Not only is the namespace shared, there's

[google-appengine] Re: GAE vs. Google Wave Discontinue

2010-08-07 Thread Geoffrey Spear
On Aug 6, 12:56 am, Jaroslav Záruba jaroslav.zar...@gmail.com wrote: I'm sorry, I know this is not the proper place for discussions about Wave, but I can't resists to express my frustration about *Google* here. How possibly could Wave have had any decent number of users when no one knew

[google-appengine] Re: more one domain for one app

2010-08-07 Thread Niklasro(.appspot)
Technically yes we can eg dynamic language selection I do (www.montao.com.br and www.koolbusiness.com is same app in 2 languages) On Aug 5, 6:32 pm, Gleidson G Moura gleidson.gmo...@gmail.com wrote: Can more than one domain pointing to an application www.exemplo1.compoints to

[google-appengine] Re: A Specific Unavailable App Identifier

2010-08-07 Thread b4l4nc3r
That's an interesting finding. How did you come to this conclusion? Using your example, Isn't it possible that someone else actually has a fo0@ as an e-mailaddress, perhaps created created around the time when the user created f...@? Except if this result has been reproduced a couple of times. And

[google-appengine] How To Add Text Properties Via appcfg upload_data? (BadValueError)

2010-08-07 Thread Matt H
bulkoader.yaml: transformers: - kind: ExampleModel connector: csv property_map: - property: __key__ external_name: key export_transform: transform.key_id_or_name_as_string - property: data external_name: data - property: type