From 601ba61598eae4372ab4fb28be05081e6428e95d Mon Sep 17 00:00:00 2001 From: ofadeyi Date: Tue, 6 Dec 2016 20:47:08 +0000 Subject: [PATCH] Add Hypermedia types and Siren4J --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index d260f08..927ddd2 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ A curated list of awesome Java frameworks, libraries and software. - [Geospatial](#geospatial) - [GUI](#gui) - [High Performance](#high-performance) + - [Hypermedia Types](#hypermedia-types) - [IDE](#ide) - [Imagery](#imagery) - [JSON Processing](#json-processing) @@ -404,6 +405,12 @@ A curated list of awesome Java frameworks, libraries and software. * [JCTools](https://github.com/JCTools/JCTools) - Concurrency tools currently missing from the JDK. * [Koloboke](https://github.com/OpenHFT/Koloboke) - Hash sets and hash maps. +## Hypermedia Types + +*Libraries that handle serialization to hypermedia types.* + +* [Siren4J](https://github.com/eserating/siren4j) - Java library for the Siren Hypermedia Type Specification. + ## IDE *Integrated development environments that try to simplify several aspects of development.*