beetl-spring是一个Beetl模板引擎的Spring整合扩展,本系列文档是该扩展的使用文档。
beetl的官网在这里 http://ibeetl.com
beetl-spring的源码和使用示例 发布在这里 https://git.oschina.net/shishuifox/beetl-spring
jar包下载地址(build on jdk1.6) https://git.oschina.net/shishuifox/beetl-spring/attach_files
其中core目录下的为源码包,example下有三个使用示例:
beetl-spring-simple-example为Beetl与Spring的基本整合示例,着重示范GroupTemplateFactroyBean的配置和创建Beetl核心类GroupTemplate的过程
beetl-spring-web-example为Beetl与Spring MVC的整合示例
beetl-spring-web-security-example为Beetl与Spring Security的整合示例
以下是文档目录:
一、GroupTemplateFactroyBean与Beetl Spring扩展类
三、Beetl与Spring Security整合
项目依赖:
Java6或以上版本;Beetl 2.0.11或以上版本;Spring Frameword 3.0或以上版本;Spring Security 3.0或以上版本(如果不是用Spring Security扩展,可以不使用)