Which Template-Engine and Ajax-Framework/-Toolkit is able to load template information from JAR-Files?
R – Which template engine and Ajax framework/toolkit can load templates from JAR files
ajaxframeworkstemplatestoolkit
Related Question
- Javascript – How to manage a redirect request after a jQuery Ajax call
- Jquery – How to format a Microsoft JSON date
- C++ – Why can templates only be implemented in the header file
- C++ – Where and why do I have to put the “template” and “typename” keywords
- Javascript – Ajax request returns 200 OK, but an error event is fired instead of success
- Javascript – Uploading both data and files in one form using Ajax
- Javascript – How to return the response from an asynchronous call
Best Solution
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.