DBMS
Wir verwenden den Anforderungen entsprechend die gängigen Dtenbanken wie:
- MySQL
- Oracle (11g - 19c)
- Java DB (Derby)
- PostgreSQL
- MongoDB
"Basic to a Data Base Managment System is, how will be data secured within a CRUD operation."
Persistence by JPA
The Java Persistence API (JPA) is implemented by different frameworks.We are using the following JPA implementations:
Hibernate
EclipseLink
Apache OpenJPA
Persistence by java.util.concurrent.locks
The basic technique to guarante persistence is based on the interface java.util.concurrent.locks.Actually we are able to provide a persistence system, which is based on the mentioned
interface java.util.concurrent.locks.
Example App 'Bodgitt and Scarper'
This web app access a database, whereby the access system is protected by using the frameworkjava.util.concurrent.locks.
Link to 'Bodgitt and Scarper'
Bodgitt and Scarper download
