Crnk is an implementation of the JSON API specification and recommendations in Java to facilitate building RESTful applications. It provides many conventions and building blocks that application can benefit from. This includes features such as sorting, filtering, pagination, requesting complex object graphs, sparse field sets, attaching links to data or atomically execute multiple operations. Further integration with frameworks and libraries such as Spring, CDI, JPA, Bean Validation, Dropwizard, Servlet API, Zipkin and and more ensure that JSON API plays well together with the Java ecosystem. Have a look at www.crnk.io and the documentation for more detailed information.
Crnk Maven artifacts are available from jcenter/bintray: https://bintray.com/crnk-project.
Crnk requires Java 1.8 or later and an SLF4J setup for logging.
Crnk is licensed under the Apache License, Version 2.0. You can grab a copy of the license at http://www.apache.org/licenses/LICENSE-2.0.
Crnk make use of Gradle for its build. To build the complete project run
gradlew clean build
Note as part of the build a local Node installation is downloaded to build the frontend parts (crnk-ui) of the project.
We thank YourKit for supporting open source projects with profiler and monitoring tooling.