micro4j - JAX-RS MVC Framework
micro4j is MVC framework for JAX-RS.
Features
- Built-in integration with PJAX.
- CsrfFeature help prevent Cross-Site Request Forgery (CSRF) attacks.
- Supports mustache template engine with jmustache and mustache.java.
- Lightweight architecture, micro4j does not require external dependency except RestEasy Framework.
- Built-in support to prevent SQL injection attacks.
Stability
This library is suitable for use in production systems.
Supported Java Versions
Oracle & OpenJDK Java 8, 11.
Both the JRE and the JDK are suitable for use with this library.
Integration with Maven
To use the official release of micro4j, please use the following snippet in your pom.xml
file.
Add the following to your POM's <dependencies>
tag:
<dependency>
<groupId>io.webfolder</groupId>
<artifactId>micro4j-mvc</artifactId>
<version>1.8.0</version>
</dependency>
Building micro4j
mvn install
How it is tested
micro4j is regularly built and tested on appveyor.
License
Licensed under the Apache License.