Can you recommend a template engine for GAE? I like Wicket, but it carries a lot of server-side state, which is something that is not very compatible with the GAE approach.
Is FreeMarker supported on GAE?
EDIT
My primary requirements for the template engine are:
Check out the Play framework. It has support for GAE and is completely stateless server-side.
I am using FreeMarker on GAE quite successfully. I have it handling all of the html files with welcome-file directory handling working fine. For more information, see this other stackoverflow question. I have my web.xml file and other details there.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With