Merhaba arkadaşlar, CDI (Context and Dependency Injection) serisinin dördüncü yazısında sizlerle @Produces, @New ve @PostConstruct notasyonlarından birer örnek ile birlikte bahsetmek istiyorum. Önceki yazılarda kullandığımız gibi bir Arac arayüzü ve bu arayüzlere uyan iki somut sınıf (Araba ve Otobus) aşağıdaki …
CDI (Context and Dependency Injection) is a complete and lightweight injection technology designed for Java EE environment. Special container objects (EJB,EntityManager), primitive data type elements and Java class/objects written by you can be easily managed and injected as well through …