Compare commits
1 Commits
remove-sql
...
workflow-e
Author | SHA1 | Date | |
---|---|---|---|
|
d9f69f99a6 |
@@ -72,6 +72,7 @@ A curated list of awesome Java frameworks, libraries and software.
|
||||
- [Version Managers](#version-managers)
|
||||
- [Web Crawling](#web-crawling)
|
||||
- [Web Frameworks](#web-frameworks)
|
||||
- [Workflow Orchestration Engines](#workflow-orchestration-engines)
|
||||
- [Resources](#resources)
|
||||
- [Awesome Lists](#awesome-lists)
|
||||
- [Communities](#communities)
|
||||
@@ -287,6 +288,7 @@ _Everything that simplifies interactions with the database._
|
||||
- [Redisson](https://github.com/redisson/redisson) - Allows for distributed and scalable data structures on top of a Redis server.
|
||||
- [requery](https://github.com/requery/requery) - Modern, lightweight but powerful object mapping and SQL generator. Easily map to or create databases, or perform queries and updates from any Java-using platform.
|
||||
- [Speedment](https://github.com/speedment/speedment) - Database access library that utilizes Java 8's Stream API for querying.
|
||||
- [sql2o](https://www.sql2o.org) - Thin JDBC wrapper that simplifies database access and provides simple mapping of ResultSets to POJOs.
|
||||
- [Vibur DBCP](https://www.vibur.org) - JDBC connection pool library with advanced performance monitoring capabilities.
|
||||
- [Xodus](https://github.com/JetBrains/xodus) - Highly concurrent transactional schema-less and ACID-compliant embedded database.
|
||||
|
||||
@@ -1112,6 +1114,11 @@ _Frameworks that handle the communication between the layers of a web applicatio
|
||||
- [Takes](https://github.com/yegor256/takes) - Opinionated web framework which is built around the concepts of True Object-Oriented Programming and immutability.
|
||||
- [Vaadin](https://vaadin.com) - Event-driven framework that uses standard web components. Server-side architecture with Ajax on the client side.
|
||||
|
||||
### Workflow Orchestration Engines
|
||||
|
||||
- [Cadence](https://cadenceworkflow.io) - Stateful code platform from Uber.
|
||||
- [Temporal](https://temporal.io) - Microservice orchestration platform, forked from Cadence but gRPC based.
|
||||
|
||||
## Resources
|
||||
|
||||
### Awesome Lists
|
||||
|
Reference in New Issue
Block a user