Category: CDI

Posts

07 March 2014 / / Java / CDI / EE
Since the introduction of Java CDI container my focus is on building applications without the usage of any Spring libraries. It’s not that I do not like Spring, but since CDI I don’t really need a heavy weight DI container in my application anymore. When looking at EE 7 even more of the stuff that is provided by Spring comes out of the box. One thing that I do miss in the EE specification is the handling of properties.