1
0
Fork 0
mirror of https://github.com/akullpp/awesome-java.git synced 2025-02-17 15:55:19 -05:00

Add Microserver

Microserver is a plugin system for building Microservices on top of plain old Spring or Spring Boot. It helps solve the problem of abstracting and extracting infrastructure code from common libraries, by providing a controlled & extensible plugin mechanism. Creating a plugin is as simple as creating a Service, and plugins can be used simply by adding them to the classpath.
This commit is contained in:
johnmcclean-aol 2016-04-29 13:35:35 +01:00
parent b7bce167a5
commit 95618a1545

View file

@ -565,6 +565,7 @@ A curated list of awesome Java frameworks, libraries and software.
* [Dropwizard](https://dropwizard.github.io/dropwizard/) - Opinionated framework for setting up modern web applications with Jetty, Jackson, Jersey and Metrics.
* [Feign](https://github.com/Netflix/feign) - HTTP client binder inspired by Retrofit, JAXRS-2.0, and WebSocket.
* [Jersey](https://jersey.java.net/) - JAX-RS reference implementation.
* [Microserver](https://github.com/aol/micro-server) — A convenient extensible Microservices plugin system for Spring & Spring Boot, with over 30 plugins and growing, that supports both micro-monolith and pure microservices styles.
* [RAML](http://raml.org/) - Modeling language to generate REST APIs with contract first.
* [Rapidoid](http://www.rapidoid.org/) - A simple, secure and extremely fast framework consisting of embedded HTTP server, GUI components and dependency injection.
* [rest.li](https://github.com/linkedin/rest.li) - Framework for building robust, scalable RESTful architectures using type-safe bindings and asynchronous, non-blocking IO with an end-to-end developer workflow that promotes clean practices, uniform interface design and consistent data modeling.