Merge pull request #23 from jon-ruckwood/master
Networking and CI additions
This commit is contained in:
@ -23,6 +23,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by [
|
||||
- [Messaging](#messaging)
|
||||
- [Miscellaneous](#miscellaneous)
|
||||
- [Natural Language Processing](#natural-language-processing)
|
||||
- [Networking](#networking)
|
||||
- [ORM](#orm)
|
||||
- [PDF](#pdf)
|
||||
- [Security](#security)
|
||||
@ -70,6 +71,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by [
|
||||
*Tools which support continuously building, testing and releasing applications.*
|
||||
|
||||
* [Jenkins](http://jenkins-ci.org/) - Provides server-based services. Often seen as the successor to Hudson, although it is still actively developed.
|
||||
* [Travis](https://travis-ci.org) - A hosted continuous integration service that integrates with GitHub repositories.
|
||||
|
||||
## Database
|
||||
|
||||
@ -197,6 +199,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.
|
||||
* [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
|
||||
|
||||
*APIs which handle the persistence of objects.*
|
||||
|
Reference in New Issue
Block a user