[appengine-java] Templating a web site

2010-02-01 Thread victor72
Hi, I am new to Google app engine, and willing to move from asp.net to Google App Engine / Java. While I have big experience in asp.net, c# i would like to learn GAE. My Qs: 1. How can I use page templates / equivalent to master pages in asp.net ? 2. How can I use multi-lingual texts in a an app.

Re: [appengine-java] Templating a web site

2010-02-04 Thread Ikai L (Google)
1. I'm not familiar with page templates, but you should see if JSP does what you need. There are a ton of JSP/EL/JSTL tutorials on the web: http://www.google.com/search?sourceid=chrome&ie=UTF-8&q=introduction+to+jsp 2. String localization is done via ResourceBundles in Java: http://java.sun.com/