diff --git a/README.md b/README.md index cd98be4..bbaf83b 100644 --- a/README.md +++ b/README.md @@ -197,6 +197,7 @@ A curated list of Microservice Architecture related principles and technologies. - [Airlift](https://github.com/airlift/airlift) - Framework for building REST services in Java. - [Disruptor](https://github.com/LMAX-Exchange/disruptor) - High-performance inter-thread messaging library. - [Dropwizard](https://dropwizard.github.io/) - Java framework for developing ops-friendly, high-performance, RESTful web services. +- [Dubbo](http://dubbo.io/) - A high-performance, java based RPC framework open-sourced by Alibaba. - [HTTP Remoting](https://github.com/palantir/http-remoting) - Libraries for defining and creating RESTish/RPC servers and clients based on Feign or Retrofit as a client and Dropwizard/Jersey with JAX-RS service definitions as a server. - [Ja-micro](https://github.com/Sixt/ja-micro) - Lightweight Java framework for building microservices (compatible with go-micro). - [Jersey](https://jersey.github.io/) - RESTful services in Java. JAX-RS reference implementation. @@ -206,7 +207,6 @@ A curated list of Microservice Architecture related principles and technologies. - [Restlet](http://restlet.com/) - Helps Java developers build web APIs that follow the REST architecture style. - [Spark](http://sparkjava.com/) - A micro-framework for creating web applications in Java 8 with minimal effort. - [Spring Boot](http://projects.spring.io/spring-boot/) - Makes it easy to create stand-alone, production-grade Spring based applications. -- [Dubbo](http://dubbo.io/) - A high-performance, java based RPC framework open-sourced by Alibaba. #### Scala