Various tiny java samples to demonstrate programming concepts
Go to file
Thibaud eea8074d32 chrore: update pom.xml
base pom.xml:

* update java compiler target to 1.11
* add versions for SLF4J dependeny

persistence.xml/pom.xml:

fix typo persitence -> persistence
2019-10-19 17:46:36 +02:00
async Add async samples 2018-10-24 00:18:51 +02:00
gui Add various gui samples 2018-10-24 00:18:20 +02:00
lang Add JsonSerializer example 2019-01-02 19:52:24 +01:00
persistence chrore: update pom.xml 2019-10-19 17:46:36 +02:00
reflection Add some reflection with generics experiments 2018-12-28 19:18:47 +01:00
.gitignore Add dynamic class compilation example 2018-10-23 23:27:08 +02:00
pom.xml chrore: update pom.xml 2019-10-19 17:46:36 +02:00
README.md Mettre à jour 'README.md' 2018-10-23 21:29:09 +00:00

Java cookbook

A cookbook in the programming context is collection of tiny programs that each demonstrate a particular programming concept.