[appengine-java] Re: Developing Multilingual Web Applications

2011-09-19 Thread Nichole
and you'll probably want to add threadsafetrue/threadsafe to appengine-web.xml as appengine's frontend server will otherwise send requests serially On Sep 18, 6:25 pm, Nichole nichole.k...@gmail.com wrote: If you have a java web application that conforms to servlet spec 2.4, jsp spec 2.0 and

[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] 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] 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