R – Which template engine and Ajax framework/toolkit can load templates from JAR files

ajaxframeworkstemplatestoolkit

Which Template-Engine and Ajax-Framework/-Toolkit is able to load template information from JAR-Files?

Best Answer

If you mean server-side template engines, you can get Velocity to load its templates from the classpath (which includes JAR files). Check out the section "Configuring the Resource Loaders (template loaders)" in the Developer Guide.