Update README.md
Cleanup, added ORM and Database Access
This commit is contained in:
17
README.md
17
README.md
@ -7,6 +7,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by [
|
||||
- [Build Tool](#build-tool)
|
||||
- [Code Analysis](#code-analysis)
|
||||
- [Continuous Integration](#continuous-integration)
|
||||
- [Database Access](#database-access)
|
||||
- [Date and Time](#date-and-time)
|
||||
- [Dependency Injection](#dependency-injection)
|
||||
- [Game Development](#game-development)
|
||||
@ -17,6 +18,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by [
|
||||
- [Messaging](#messaging)
|
||||
- [Miscellaneous](#miscellaneous)
|
||||
- [Natural Language Processing](#natural-language-processing)
|
||||
- [ORM](#orm)
|
||||
- [Permissions](#permissions)
|
||||
- [Template Engine](#template-engine)
|
||||
- [Testing](#testing)
|
||||
@ -60,6 +62,14 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by [
|
||||
* [Jenkins](http://jenkins-ci.org/)
|
||||
* [Hudson](http://hudson-ci.org/)
|
||||
|
||||
## Database Access
|
||||
|
||||
*Everything which simplifies the access to the database*
|
||||
|
||||
* [DBeaver](http://dbeaver.jkiss.org/) - Graphical database manager
|
||||
* [JDBI](http://jdbi.org/) - Simplification of JDBC
|
||||
* [jOOQ](http://www.jooq.org/) - Generates typesafe code based on your SQL schema
|
||||
|
||||
## Date and Time
|
||||
|
||||
*Libraries related to date and time.*
|
||||
@ -131,6 +141,13 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by [
|
||||
* [Apache OpenNLP](https://opennlp.apache.org/)
|
||||
* [LingPipe](http://alias-i.com/lingpipe/)
|
||||
|
||||
## ORM
|
||||
|
||||
*APIs which handle the persistence of objects*
|
||||
|
||||
* [EclipseLink](https://www.eclipse.org/eclipselink/)
|
||||
* [Hibernate](http://hibernate.org/orm/)
|
||||
|
||||
## Permissions
|
||||
|
||||
*Libraries that handle role/rights with associated permissions*
|
||||
|
Reference in New Issue
Block a user