Skip to content

Adrien-COSTANDI/write_your_own_java_framework_exercices

 
 

Repository files navigation

Write your own java framework

Understand how Spring, JakartaEE, Jackson, Guice and Hibernate works by rewriting a toy version of them

Tips and Tricks used in the implementations

The number of ☆ indicates the implementation complexity (☆ is easier than ☆☆☆).

Corrections of the exercices are available at github.com/forax/write_your_own_java_framework.

RAPPEL GIT

git clone <lien ssh> # clone un dépot distant
git add <fichier> # indique à git de traquer le fichier
git commit <nom du commit> # indique à git d'enregistrer les modifications sur les fichiers traqués
git push # met en ligne les commits réalisés

HEAD -> la position courante dans l'arbre git local/master -> la copie de la branche master en local (on écrit dessus directement) origin/master -> la copie de la branche master en ligne (on écrit pas dessus, mais on la modifie via des commit/push)

About

Try to implement small demos of the code powering usual Java frameworks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%