Picking up orphaned branches

This commit is contained in:
Andreas Kull
2016-08-31 12:18:51 +02:00
parent a7cc94d214
commit 2e847359fd

View File

@ -548,6 +548,7 @@ A curated list of awesome Java frameworks, libraries and software.
* [Riptide](https://github.com/zalando/riptide) - Client-side response routing for Spring's RestTemplate. * [Riptide](https://github.com/zalando/riptide) - Client-side response routing for Spring's RestTemplate.
* [Undertow](http://undertow.io/) - Web server providing both blocking and non-blocking APIs based on NIO. Used as a network layer in WildFly. * [Undertow](http://undertow.io/) - Web server providing both blocking and non-blocking APIs based on NIO. Used as a network layer in WildFly.
* [urnlib](https://github.com/slub/urnlib) - Java library for representing, parsing and encoding URNs as in RFC 2141. * [urnlib](https://github.com/slub/urnlib) - Java library for representing, parsing and encoding URNs as in RFC 2141.
* [MINA](https://mina.apache.org/) - Abstract event-driven async I/O API for network operations over TCP/IP and UDP/IP via Java NIO.
## ORM ## ORM