Merge pull request #10 from mattrr78/patch-1
Update README.md akullpp: Added Distributed Applications and fixed spelling
This commit is contained in:
@ -11,6 +11,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by [
|
|||||||
- [Database Access](#database-access)
|
- [Database Access](#database-access)
|
||||||
- [Date and Time](#date-and-time)
|
- [Date and Time](#date-and-time)
|
||||||
- [Dependency Injection](#dependency-injection)
|
- [Dependency Injection](#dependency-injection)
|
||||||
|
- [Distributed Applications](#distributed-applications)
|
||||||
- [GUI](#gui)
|
- [GUI](#gui)
|
||||||
- [Game Development](#game-development)
|
- [Game Development](#game-development)
|
||||||
- [High Performance](#high-performance)
|
- [High Performance](#high-performance)
|
||||||
@ -91,12 +92,18 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by [
|
|||||||
|
|
||||||
## Dependency Injection
|
## 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)
|
* [Google Guice](http://de.wikipedia.org/wiki/Google_Guice)
|
||||||
* [Spring](http://spring.io/)
|
* [Spring](http://spring.io/)
|
||||||
* [Weld](http://docs.jboss.org/weld/reference/latest/en-US/html_single/) CDI reference implementation
|
* [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
|
## GUI
|
||||||
|
|
||||||
*Libraries to create modern graphical user interfaces*
|
*Libraries to create modern graphical user interfaces*
|
||||||
|
Reference in New Issue
Block a user