A "Razor" like, rich featured, high performance and easy to use Java template engine
We are looking for people to join us on this project. Please contact Green Luo via greenlaw110@gmail.com
- The documentation
- The fiddle site
- The project info
- The JavaDocs
- play-rythm for Play!Framework 1.x. And the document for play-rythm
- spring-rythm for Spring 3.x, and the samples for learning how to use spring-rythm
- jfinal-rythm for JFinal and the sample to learn how to use jfinal-rythm
- ninja-rythm for NinjaFramework
- Profiwiki - allows Rythm templates to be integrated in MediaWiki pages
Java JDK >= Version 7
Available at Maven Central see
http://mvnrepository.com/artifact/org.rythmengine/rythm-engine
Maven dependency:
<!-- http://mvnrepository.com/artifact/org.rythmengine/rythm-engine -->
<dependency>
<groupId>org.rythmengine</groupId>
<artifactId>rythm-engine</artifactId>
<version>1.1.5</version>
</dependency>
git clone https://github.com/rythmengine/rythmengine
cd rythmengine
mvn install
if some of the tests should fail you might want to file an issue and try
mvn install -DskipTests=true
mvn test
...
Tests run: 254, Failures: 0, Errors: 0, Skipped: 3
There are several options for development environments you can use to contribute to the development of the Rythm Engine Project:
- Pure Maven command line https://maven.apache.org/
- Eclipse https://eclipse.org/
- IntelliJ IDEA https://www.jetbrains.com/idea/
Version | Date | Comment |
---|---|---|
1.1.7-SNAPSHOT | 2016-11 | current development state |
1.1.6-SNAPSHOT | 2016-07 | latest 1.6 JDK compatible version - to be released as 1.1.6 on Maven central |
1.1.5 | 2016-05 | latest stable release |
1.0.1 | 2014-08 | |
1.0 | 2014-02 | |
1.0-b10 | 2013-12 | |
1.0-b9 | 2013-05 | |
1.0-b8 | 2013-05 |