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…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.