项目 >> Template engine

Template engine

模板引擎

Velocity(java)

Velocity是一个基于java的模板引擎(template engine)。它允许任何人仅仅简单的使用模板语言(template language)来引用由java代码定义的对象。当Velocity应用于web开发时,界面设计人员可以和java程序开发人员同步...

FreeMarker(Java)

FreeMarker is a "template engine"; a generic tool to generate text output (anything from HTML to autogenerated source code) based on templates. It's a Java package, a class library for Java ...

WebMacro(java)

WebMacro, Release 2, is a stable, proven and productive templating system written in Java and with a small but very capable scripting language. This Wiki site is an application which uses WebMacro. W...

fastm(Java)

fastm -- fast template. Java Port of PHP Fast Template. Emulate JDynamiTe (a sf project). fastm Advantage: Template stands alone from the Parametter Setting part. Template can be safely reused by mult...

Smarty(PHP)

Smarty is a template engine for PHP. More specifically, it facilitates a manageable way to separate application logic and content from its presentation. This is best described in a situation where the...

Heyes Template Class

一个非常容易使用,但功能强大并且快速的模板引擎,它帮助你把页面布局和设计从代码中分离。

FastTemplate

一个简单的变量插值模板类,它分析你的模板,把变量的值从HTML代码中分离处理。

SimpleTemplate

 now called - HTML_Template_Xipe and moved to PEAR (pear.php.net This is a template engine for PHP, to easier and faster create and better structure web pages/applications. SimpleTemplate additionally can easily translate the templates, it compiles them

bTemplate(php)

短小但是快速的模板类,允许你把PHP逻辑代码从HTML修饰代码中分离