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/developer/technicalArticles/Intl/ResourceBundles/ On Mon, Feb 1, 2010 at 12:12 AM, victor72 <[email protected]> wrote: > 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. > > Can you suggest some eBooks that explain the issues above, or/and a > good guide for an experienced developer to learn GAE? > > Thanks in advance, > Victor. > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine for Java" group. > To post to this group, send email to > [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-appengine-java%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine-java?hl=en. > > -- Ikai Lan Developer Programs Engineer, Google App Engine http://googleappengine.blogspot.com | http://twitter.com/app_engine -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
