Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anghelleonard/jakartaee-persistence
Collection of best practices for Java persistence performance in Jakarta EE applications
https://github.com/anghelleonard/jakartaee-persistence
eclipselink jakarta-ee jakartaee java javaee jaxrs jpa payara-server performance persistence
Last synced: 23 days ago
JSON representation
Collection of best practices for Java persistence performance in Jakarta EE applications
- Host: GitHub
- URL: https://github.com/anghelleonard/jakartaee-persistence
- Owner: AnghelLeonard
- Created: 2019-10-28T06:51:21.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-31T14:41:24.000Z (about 5 years ago)
- Last Synced: 2024-12-10T03:57:50.386Z (24 days ago)
- Topics: eclipselink, jakarta-ee, jakartaee, java, javaee, jaxrs, jpa, payara-server, performance, persistence
- Language: Java
- Homepage:
- Size: 51.8 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jakarta EE Persistence Best Practices
This repository is a collection of Jakarta EE persistence examples relying on EclipseLink persistence provider.
The applications have been tested under Payara 5 and MySQL 8 using the below JDBC connection pool configuration:![](https://github.com/AnghelLeonard/jakartaee-persistence/blob/master/Configure%20MySQL%20JDBC%20Connection%20Pool.png)