What is Dynamator?
Dynamator is a language for transforming HTML into server pages, implemented by a tool that performs the transformation. Instead of copying file x.html (or x.xml) to x.jsp and inserting program logic into x.jsp, developers who use Dynamator leave x.html more-or-less alone and write a Dynamator file named x.dyn. A Dynamator file is an XML file containing the same program logic that would go into a server page, indexed by locations in the HTML page. Dynamator merges the Dynamator file with the HTML file, inserting the program logic at the referenced locations, to create a server pages file.