CDI : invoke a CDI bean inside a standard java class
These last day, i had to rewrite a project to use CDI. The timing was short so i was not able to rewrite all the architecture to make all classes injectable via CDI. The following solution lets you invoke a CDI Bean inside a standard java class that is not managed by the CDI container… Read More »