From 49e6bfb674675fdd46ceed1e70487f30dd1f1b88 Mon Sep 17 00:00:00 2001 From: Balaji Manoharan Date: Sat, 1 Dec 2018 03:46:00 -0600 Subject: [PATCH] Add Elide --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e6cae64..7a10b39 100644 --- a/README.md +++ b/README.md @@ -783,6 +783,7 @@ A curated list of awesome Java frameworks, libraries and software. *Frameworks specifically for creating RESTful services.* - [Dropwizard](https://dropwizard.github.io/dropwizard) - Opinionated framework for setting up modern web applications with Jetty, Jackson, Jersey and Metrics. +- [Elide](http://elide.io/) - Opinionated framework for JSON- or GraphQL-APIs based on a JPA data model. - [Jersey](https://jersey.github.io) - JAX-RS reference implementation. - [Microserver](https://github.com/aol/micro-server) — A convenient, extensible microservices plugin system for Spring & Spring Boot. With more than 30 plugins and growing, it supports both micro-monolith and pure microservices styles. - [Rapidoid](https://www.rapidoid.org) - A simple, secure and extremely fast framework consisting of an embedded HTTP server, GUI components and dependency injection.