You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o
39
39
-[Networking](#networking)
40
40
-[ORM](#orm)
41
41
-[PDF](#pdf)
42
+
-[Reactive libraries](#reactive-libraries)
42
43
-[REST Frameworks](#rest-frameworks)
43
44
-[Science](#science)
44
45
-[Search](#search)
@@ -177,7 +178,6 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o
177
178
*[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/).
178
179
*[JRebel](http://zeroturnaround.com/software/jrebel/) - Commercial software that instantly reloads code and configuration changes without redeploys.
179
180
*[Lombok](http://projectlombok.org/) - Code-generator which aims to reduce the verbosity of Java.
180
-
*[RxJava](https://github.com/Netflix/RxJava) - Library for composing asynchronous and event-based programs using observable sequences from the JVM.
181
181
*[Spring Loaded](https://github.com/spring-projects/spring-loaded) - Another class reloading agent for the JVM.
182
182
*[vert.x](http://vertx.io/) - Polyglot event-driven application framework for the JVM.
183
183
@@ -256,7 +256,6 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o
256
256
*[Koloboke](https://github.com/OpenHFT/Koloboke) - Hash sets and hash maps.
*[VisualVM](http://visualvm.java.net/) - Visual interface for detailed information about running applications.
402
401
402
+
## Reactive libraries
403
+
404
+
*Libraries for developing reactive applications.*
405
+
406
+
*[Reactor](http://projectreactor.io/) - Library for building reactive fast-data applications.
407
+
*[Reactive Streams](https://github.com/reactive-streams/reactive-streams-jvm/) - Provide a standard for asynchronous stream processing with non-blocking backpressure.
408
+
*[RxJava](https://github.com/Netflix/RxJava) - Library for composing asynchronous and event-based programs using observable sequences from the JVM.
409
+
403
410
## REST Frameworks
404
411
405
412
*Frameworks specifically for creating RESTful services.*
0 commit comments