dependency injection - Java EE 6: Switching to CDI - Best resources -
I have a small and full Java EE6 application in my hand.
Using traditional annotation: @Resource
, @EJB
, @Sington
, @ PostConstruct
, @PreDestroy
, @ParistentensContax
, @ManagedBean
, @ManagedProperty
, @RequestScope
, @ application scope
, ...
Question: Does anybody know about a good article, example or manual that changes the traditional Java EE6 annotation to the CDI?
Does anyone know about a good article, example or manual, to which traditional Java EE6 annotations Changes in the CDI?
Not much about "change", but very good resource IMO:
-
series - by Reza Rahman
< -
On Dzone
-
Series -
-
series by Nickelus Carlsson
>
Comments
Post a Comment