Added Networking section, added framework Netty.

This commit is contained in:
jon-ruckwood
2014-07-16 09:41:46 +01:00
parent fdeff1fab7
commit 5c309cf411
2 changed files with 7 additions and 1 deletions

View File

@ -23,6 +23,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by [
- [Messaging](#messaging) - [Messaging](#messaging)
- [Miscellaneous](#miscellaneous) - [Miscellaneous](#miscellaneous)
- [Natural Language Processing](#natural-language-processing) - [Natural Language Processing](#natural-language-processing)
- [Networking](#networking)
- [ORM](#orm) - [ORM](#orm)
- [PDF](#pdf) - [PDF](#pdf)
- [Security](#security) - [Security](#security)
@ -197,6 +198,12 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by [
* [LingPipe](http://alias-i.com/lingpipe/) - Toolkit for a variety of tasks ranging from POS tagging to sentiment analysis. * [LingPipe](http://alias-i.com/lingpipe/) - Toolkit for a variety of tasks ranging from POS tagging to sentiment analysis.
* [Mallet](http://mallet.cs.umass.edu/) - Statistical natural language processing, document classification, clustering, topic modeling, etc. * [Mallet](http://mallet.cs.umass.edu/) - Statistical natural language processing, document classification, clustering, topic modeling, etc.
## Networking
*Libraries for network programming.*
* [Netty](http://netty.io/) - A framework for building high performance network applications.
## ORM ## ORM
*APIs which handle the persistence of objects.* *APIs which handle the persistence of objects.*

View File

@ -32,7 +32,6 @@
* Hardware * Hardware
* Imagery * Imagery
* Internationalization * Internationalization
* Networking
* News Feed * News Feed
* Package Management * Package Management
* Processes and Threads * Processes and Threads