Activity for Emmanuel Donsimoni

  • Emmanuel Donsimoni Emmanuel Donsimoni posted a comment on discussion Help

    Hi, I am fairly new to Freemarker and to template engine in general. Basicly I want to be able to generate at least two XML files (from two templates) with the same Java "main class". For exemple: - myTemplate1.ftl contain : <res>${res}</res><Administration creationTime="${creationTime}"> and - myTemplate2.ftl contain : <Administration creationTime="${creationTime}"><resutlt>${result}</result> How can I write one class "Main" to process this without being specific (I do not want to write line per...

1