Merge pull request #127 from jvmccarthy/jna

Add native section with JNA
This commit is contained in:
Andreas Kull
2015-04-23 15:11:24 +02:00

View File

@ -27,6 +27,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o
- [Machine Learning](#machine-learning) - [Machine Learning](#machine-learning)
- [Messaging](#messaging) - [Messaging](#messaging)
- [Miscellaneous](#miscellaneous) - [Miscellaneous](#miscellaneous)
- [Native](#native)
- [Natural Language Processing](#natural-language-processing) - [Natural Language Processing](#natural-language-processing)
- [Networking](#networking) - [Networking](#networking)
- [ORM](#orm) - [ORM](#orm)
@ -274,6 +275,11 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o
* [OpenRefine](http://openrefine.org/) - Tool for working with messy data: cleaning, transforming, extending it with web services and linking it to databases. * [OpenRefine](http://openrefine.org/) - Tool for working with messy data: cleaning, transforming, extending it with web services and linking it to databases.
* [RoboVM](http://www.robovm.org/) - Commercial framework with a free trial to write native iOS apps in Java. * [RoboVM](http://www.robovm.org/) - Commercial framework with a free trial to write native iOS apps in Java.
## Native
*For working with platform-specific native libraries*
* [JNA](https://github.com/twall/jna) - Work with native libraries without writing JNI. Also provides interfaces to common system libraries.
## Natural Language Processing ## Natural Language Processing
*Libraries that specialize on processing text.* *Libraries that specialize on processing text.*