From c4a06bd5817516d636f3452d9232d76b7da841b1 Mon Sep 17 00:00:00 2001 From: Kristoffer Sjogren Date: Wed, 1 Jul 2015 10:29:17 +0200 Subject: [PATCH 1/2] reactive libraries section #178 --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 43e6e52..be9a3ea 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o - [Networking](#networking) - [ORM](#orm) - [PDF](#pdf) + - [Reactive](#reactive) - [REST Frameworks](#rest-frameworks) - [Science](#science) - [Search](#search) @@ -177,7 +178,6 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [JHipster](https://github.com/jhipster/generator-jhipster) - A [Yeoman](http://yeoman.io/) source code generator to create Java applications based on [Spring Boot](http://projects.spring.io/spring-boot/) and [AngularJS](https://angularjs.org/). * [JRebel](http://zeroturnaround.com/software/jrebel/) - Commercial software that instantly reloads code and configuration changes without redeploys. * [Lombok](http://projectlombok.org/) - Code-generator which aims to reduce the verbosity of Java. -* [RxJava](https://github.com/Netflix/RxJava) - Library for composing asynchronous and event-based programs using observable sequences from the JVM. * [Spring Loaded](https://github.com/spring-projects/spring-loaded) - Another class reloading agent for the JVM. * [vert.x](http://vertx.io/) - Polyglot event-driven application framework for the JVM. @@ -256,7 +256,6 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [Koloboke](https://github.com/OpenHFT/Koloboke) - Hash sets and hash maps. * [HPPC](http://labs.carrotsearch.com/hppc.html) - Primitive collections. * [Javolution](http://javolution.org/) - Library for real-time and embedded systems. -* [Reactor](http://projectreactor.io/) - Library for building reactive fast-data applications. * [Trove](http://trove.starlight-systems.com/) - Primitive collections. ## IDE @@ -400,6 +399,14 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [YourKit Java Profiler](https://www.yourkit.com/features/) - Commercial Java profiler. * [VisualVM](http://visualvm.java.net/) - Visual interface for detailed information about running applications. +## Reactive libraries + +*Libraries for developing reactive applications.* + +* [Reactor](http://projectreactor.io/) - Library for building reactive fast-data applications. +* [Reactive Streams](https://github.com/reactive-streams/reactive-streams-jvm/) - Provide a standard for asynchronous stream processing with non-blocking backpressure. +* [RxJava](https://github.com/Netflix/RxJava) - Library for composing asynchronous and event-based programs using observable sequences from the JVM. + ## REST Frameworks *Frameworks specifically for creating RESTful services.* From 455f6ff943eb96989d5ac055b5dc3e878a662805 Mon Sep 17 00:00:00 2001 From: Kristoffer Sjogren Date: Wed, 1 Jul 2015 10:32:07 +0200 Subject: [PATCH 2/2] try fix reactive libraries toc anchor --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index be9a3ea..7854f87 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o - [Networking](#networking) - [ORM](#orm) - [PDF](#pdf) - - [Reactive](#reactive) + - [Reactive libraries](#reactive-libraries) - [REST Frameworks](#rest-frameworks) - [Science](#science) - [Search](#search)