Skip to content

Commit 06aa334

Browse files
authored
Merge pull request json-api#1373 from chilicoder/patch-1
GH-pages Moving crnk up and deleting katharsis
2 parents 60bbaff + e272338 commit 06aa334

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

implementations/index.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -251,15 +251,9 @@ includes related resources.
251251

252252
### <a href="#server-libraries-java" id="server-libraries-java" class="headerlink"></a> Java
253253

254-
* [katharsis](http://katharsis.io) has comprehensive coverage of standard allowing to create JSON:API compatible resources with dynamic relation based routing. Library consist of several integrations:
255-
* katharsis-core - Java based core library for Katharsis allowing to manage RESTful endpoints compliant with JSON:API standard.
256-
* katharsis-rs - adapter for Katharsis core module for all compatible JAX-RS based frameworks.
257-
* katharsis-spring - adapter for Katharsis core module for Spring and Spring Boot frameworks.
258-
* katharsis-servlet - generic servlet/filter adapter for Katharsis core module. This module can be used in traditional servlet or filter based Java web applications, or even non-Servlet-API-based web applications such as Portal/Portlet, Wicket, etc.
254+
* [crnk.io](http://www.crnk.io) is a JSON:API framework for clients and servers. It was started as a fork for Katharsis after the later [lost development momentum](https://www.reddit.com/r/java/comments/6hs0n8/crnkio_10_released_crank_up_rest_development/). It has similar concepts but with active development support. On the server-side it comes, among others,
255+
with a rich set of integrations (Servlet, JAX-RS, Spring, JPA, Bean Validation, Zipkin and more), bulk updates with JSON Patch, a meta-model for automation purposes, client stub generation for TypeScript and a module API for third-party contributions.
259256
* [Elide](http://elide.io) is a web framework supporting JSON:API. Through annotation-based JSON:API endpoint generation, Elide enables you to focus on your data model, security model, and business logic while avoiding unnecessary boilerplate. Moreover, through use of the JSON:API Patch extension, [Elide](http://elide.io) provides full support for database transactions.
260-
* [crnk.io](http://www.crnk.io) is a JSON:API framework for clients and servers. On the server-side it comes, among others,
261-
with a rich set of integrations (Servlet, JAX-RS, Spring, JPA, Bean Validation, Zipkin and more), bulk updates with JSON Patch,
262-
a meta-model for automation purposes, client stub generation for TypeScript and a module API for third-party contributions.
263257

264258
### <a href="#server-libraries-scala" id="server-libraries-scala" class="headerlink"></a> Scala
265259
* [scala-jsonapi](https://github.com/scala-jsonapi/scala-jsonapi) A Scala library for producing JSON output (and deserializing JSON input) based on JSON:API specification.

0 commit comments

Comments
 (0)