mardi 4 décembre 2018

The Maven artifact for LJUG

You can find Maven archetype, pom parent and artifacts at Maven central

https://mvnrepository.com/search?q=ljug

The gourpID of the LJUG is net.cofares.ljug

Here is the state of deployment today

ort: relevance | popular | newest

An archetype for ISSAE Cnam Liban students for POJO projects. Pre-requisite 1- Must define gpg key for signing jar gpg --gen-key 2- You could olso publish your key gpg- keyserver ___ --send-key ____
Last Release on Nov 29, 2018

A parent pom for ljug projets that allow deploy to maven central using parent pom forDeployCentral staging deploy to sonatype ossrh just use profile ossrh
Last Release on Nov 29, 2018

The maven quickstart archetype adapted for the error with surfire
Last Release on Nov 25, 2018

Liste cicruclaire de taille fixe pour producteur/comsomateur - un prototype : version avec création de tableaux générique. CETTE VERSION (avec le -proto) NE GÈRE PAS LA CONCURENCE
Last Release on Nov 25, 2018

Utilitaire générique pour la gestion de requete et l'affichage de résulat avec JDBC. Do not use this version is just for testing deployemtn to central maven (and for my studnets at Cnam Liban) next versions will be best tested and completed
Last Release on Nov 26, 2018

samedi 16 décembre 2017

Java concurrence

Aujourd'hui, le moindre équipement électronique - ordinateur, téléphone, tablette...  possède plusieurs cœurs, répartis sur un ou plusieurs processeurs. Si l'on souhaite en tirer le meilleur parti, il est nécessaire de se pencher sur les outils et librairies de la programmation concurrente. Dans l'article de Zenika, vous verrez des aspects de ce que sont les Threads, et comment les créer et les manipuler en Java.

dimanche 10 décembre 2017

Java 8 Concurrency Tutorial in three parts by Benjamin a Software Engineer.


  • Part 1: Threads and Executors (This part teaches concurrent programming in Java 8 with easily understood code examples)
  • Part 2: Synchronization and Locks (This part you learn how to synchronize access to mutable shared variables via the synchronized keyword, locks and semaphores)
  • Part 3: Atomic Variables and ConcurrentMap (Atomic Variables and Concurrent Maps. Both have been greatly improved with the introduction of lambda expressions and functional programming in  latest Java 8 release. All those new features are described in this last part of this serie)