views:

565

answers:

3

Looking for something simple (like Smarty for PHP or erb in Rails), but that will allow nesting templates inside each other. Does App Engine have anything built-in, or will I need to look into something separate (like Velocity?)?

Thanks.

+1  A: 

If you're looking at Velocity, you may also want to consider Freemarker. It has a more complex, but correspondingly richer, markup language than Apache Velocity.

Brian Agnew
I wasn't really "looking" at Velocity... Google just suggested it. I'll take a gander at Freemaker, thanks for the suggestion.
fiXedd
Also possibly worth noting, I'm a total Java noob, so I haven't done ANY web programming with it.
fiXedd
+2  A: 

If you need the templating engine for creating HTML pages (or other content that you are sending to the user directly), you could use JSP, I suppose.

JSP support comes built-in with App Engine.

Thilo
http://code.google.com/appengine/docs/java/gettingstarted/usingjsps.html
fiXedd
A: 

See this http://solveme.wordpress.com/2009/12/25/freemarker-sucks-it-has-dependency-on-javax-swing/

Freemarker won't work on gae at this time

servlet