Beetl 3.0.13 release, Java template engine

This release fixes incompatible after upgrading to 3.x 2.x

  • 2.x support boolean access JavaBean properties using non-standard methods of isXXX
  • Bug fix access Java.util.Date.getTime () error

Maven 

<dependency>
  <groupId>com.ibeetl</groupId>
  <artifactId>beetl</artifactId>
  <version>3.0.13.RELEASE</version>
</dependency>

Beetl online experience  http://ibeetl.com/beetlonline/  

Beetl template (text processing) engine fully functional, excellent experience, with many innovative features and implementation. Is the world's fastest template engine running, since JDK6, there are some new generation template engine was born, Beetl performance is still king, as a result of JMH can test from  template-benchmark

Guess you like

Origin www.oschina.net/news/110314/beetl-3-0-13-released