Freemarker is a simple templating engine that can generate text contents from any type of template. It is so simple that you can learn it in a single day and can use it in any project. It helps you when you need to produce bulk text contents of the common format like newsletters, green mail, notifications etc. package fm; import java.io. File ; import java.io. IOException ; import java.io. OutputStreamWriter ; import java.io. Writer ; import java.util. ArrayList ; import java.util. HashMap ; import java.util. Map ; import com.sun.tools.javac.util. List ; import freemarker.template. Configuration ; import freemarker.template.DefaultObjectWrapper; import freemarker.template.Template; import freemarker.template.TemplateException; public class FMTest2 { public static void main ( String [] args ) throws IOException , TemplateException { Configuration cfg = new Configuration () ; cfg. setDirectoryForTemplate
Future driven solutions.