Merge pull request #10 from mattrr78/patch-1

Update README.md

akullpp: Added Distributed Applications and fixed spelling
This commit is contained in:
akullpp
2014-07-10 18:42:30 +02:00

View File

@ -11,6 +11,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by [
- [Database Access](#database-access)
- [Date and Time](#date-and-time)
- [Dependency Injection](#dependency-injection)
- [Distributed Applications](#distributed-applications)
- [GUI](#gui)
- [Game Development](#game-development)
- [High Performance](#high-performance)
@ -91,12 +92,18 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by [
## Dependency Injection
*Libraries that help to realize the [Inversion Of Control](http://en.wikipedia.org/wiki/Inversion_of_control) paradigma*
*Libraries that help to realize the [Inversion Of Control](http://en.wikipedia.org/wiki/Inversion_of_control) paradigm*
* [Google Guice](http://de.wikipedia.org/wiki/Google_Guice)
* [Spring](http://spring.io/)
* [Weld](http://docs.jboss.org/weld/reference/latest/en-US/html_single/) CDI reference implementation
## Distributed Applications
*Libraries and frameworks used to ease writing distributed and fault-tolerant applications*
* [Akka](http://akka.io) - Toolkit and runtime for building highly concurrent, distributed, and fault tolerant event-driven applications on the JVM.
* [JGroups](http://www.jgroups.org/) - Toolkit for reliable messaging and creating clusters whose nodes can send messages to each other
## GUI
*Libraries to create modern graphical user interfaces*