flwall / javafx-cdi-jpa

Tutorial: Example how to use JPA in a command line application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JPA/CDI Command Line Application Example

This example shows how to use Context and Dependency Injection in a JavaFX-Application and in Quarkus.

Database

To start the database open a terminal in the docker subfolder and run the following:

docker-compose up --build

To reset the project and clean the database run

make clean

JavaFX

See the appliation subfolder

appsrv

See the appsrv subfolder for how to use CDI in Quarkus

www

see the www Subfolder for the javascript client

About

Tutorial: Example how to use JPA in a command line application

License:The Unlicense


Languages

Language:Java 45.8%Language:JavaScript 36.7%Language:HTML 15.5%Language:Makefile 1.2%Language:Shell 0.5%Language:Dockerfile 0.3%