Any tutorials on setting up a templating framework on GAE (Java)?
问题 I'm trying to format our emails by using HTML-formatted templates on Google App Engine (using Java), but for the life of me I cannot find a decent tutorial for how to set this up. I've tried looking at StringTemplate, but I cannot find any examples where a stand-alone template is loaded from a servlet's context and used as a formatter. Can anyone help? I'm open to any suggestions, such as Velocity or FreeMarker, so long as they run on GAE. Thanks 回答1: Figured out how to do it. The