I am using a content repository (Adobe CQ5) which has Apache Sling at the bottom. I would like to make web pages using FreeMarker instead of JSP.
To do this, do I need to download the OSGi Freemarker extension in Sling, which should be found in the contribution part of the Sling source code, or should I download the OSGi Freemarker version instead? Both jars implement javax.script.ScriptEngineFactory interface, so I don’t know which one to use, or load both.
source
share