RSSAmplifier

Aloïs Micard · Aug 29, 2019

Using CDI 2.0 in a Java SE application

0
Sign in to vote or save

This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.

CDI (Context & Dependency Injection) is a Java API released with JEE6 that enable dependency injection. Prior to may 2017 it was only available on JEE platform, but fortunately it has changed. 
 CDI 2.0 (released in may 2017) add a new API to create a dependency injection container on a Java SE application. And the integration is easy. Here is how to do it: 
 NB: This project was written…

Read on /2019/08/using-cdi-2-0-in-a-java-se-application/

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.