WebMacro(java)
WebMacro
WebMacro, Release 2, is a stable, proven and productive templating system written in Java and with a small but very capable scripting language. This Wiki site is an application which uses WebMacro.
WebMacro is more effective for rendering web pages than JavaServerPages, PHP, and ASP. We say this because, since 1999, programmers around the world have used both and universally endorsed WebMacro.
WebMacro is the page-generation technology behind several major websites.
Homepage: http://www.webmacro.org/
How WebMacro Works
Consult the README.html that ships with WebMacro, but the main things you have to get right are: o Install a Java Virtual Machine and a Servlet engine o Put webmacro.jar somewhere on your classpath o Put your servlet engine's .jar file on your classpath and optionally, &nbs...
Introduction to The WebMacro Script Language
WMScript is a simple server-side scripting language for WebMacro templates. A template is simply some text that contains WMScript that will be evaluated by some Java code that use the WebMacro template processor. When the template is evaluated the WMScript is removed, and generally replaced with some dynamica...