From 6ecaab868b1e10a8e6eecebc3975d7f4f3ebf39c Mon Sep 17 00:00:00 2001 From: remo Date: Sat, 30 Sep 2017 14:01:19 +0200 Subject: [PATCH 1/2] add crnk.io to rest libraries crnk is a JSON API implementation to build resource-oriented REST endpoints with sorting, filtering, paging, linking, object graphs, type-safety, bulk updates, integrations into the Java ecosystem, Angular support and more. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 99ab487..64c3d56 100644 --- a/README.md +++ b/README.md @@ -703,6 +703,7 @@ A curated list of awesome Java frameworks, libraries and software. * [RestExpress](https://github.com/RestExpress/RestExpress) - Thin wrapper on the JBoss Netty HTTP stack that provides scaling and performance. * [Restlet Framework](https://github.com/restlet/restlet-framework-java/) - Pioneering framework with powerful routing and filtering capabilities, and a unified client and server API. * [Spark](http://sparkjava.com/) - Sinatra inspired framework. +* [Crnk](http://www.crnk.io/) - Implementation of the [JSON API](http://jsonapi.org/) specification to build resource-oriented REST endpoints with sorting, filtering, paging, linking, object graphs, type-safety, bulk updates, integrations into the Java ecosystem, Angular support and more. ## Science From 8d1b0c45d09621f8ce32b8b9d779c445320d3b46 Mon Sep 17 00:00:00 2001 From: Andreas Kull Date: Tue, 14 Nov 2017 10:55:55 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 64c3d56..3603206 100644 --- a/README.md +++ b/README.md @@ -703,7 +703,7 @@ A curated list of awesome Java frameworks, libraries and software. * [RestExpress](https://github.com/RestExpress/RestExpress) - Thin wrapper on the JBoss Netty HTTP stack that provides scaling and performance. * [Restlet Framework](https://github.com/restlet/restlet-framework-java/) - Pioneering framework with powerful routing and filtering capabilities, and a unified client and server API. * [Spark](http://sparkjava.com/) - Sinatra inspired framework. -* [Crnk](http://www.crnk.io/) - Implementation of the [JSON API](http://jsonapi.org/) specification to build resource-oriented REST endpoints with sorting, filtering, paging, linking, object graphs, type-safety, bulk updates, integrations into the Java ecosystem, Angular support and more. +* [Crnk](http://www.crnk.io/) - Implementation of the JSON API specification to build resource-oriented REST endpoints with sorting, filtering, paging, linking, object graphs, type-safety, bulk updates, integrations and more. ## Science