| | |||||
| ||||||||
| CODE This forum is for posting code snippets and example scripts that aren't quite tutorials, but could be useful for others. You may post code snippets and/or completed scripts that you've written and want to share here. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) | ||||||||
| Senior Member Join Date: Aug 2007
Posts: 2,153
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | Tutorial: introduction to FreeMarker FreeMarker is a Java template engine to generate pages from templates. This is to get a first taste of FreeMarker. The first example starts with a template page containing:
????: NamePros.com http://www.namepros.com/code/455241-tutorial-introduction-to-freemarker.html
Code: Configuration cfg = new Configuration(); Template tpl = cfg.getTemplate(template); tpl.process(datamodel, output); Hope that is useful to someone!
__________________ ______________________________________ Help with crosswords http://lettercombination.com Pitfalls of Java http://javasyntax.com _______________ f o r . s a l e ______________ | ||||||||
| |