Skip to content

Latest commit

 

History

History
39 lines (33 loc) · 2.87 KB

cdi.md

File metadata and controls

39 lines (33 loc) · 2.87 KB

Bookmarks tagged [cdi]

https://rmannibucau.wordpress.com/2015/03/10/cdi-and-startup/

Speaking on the CDI list about CDI 2.0 standalone container API Jozef Hartinger sent an answer which is quite obvious when you know it but which can change your life if you don’t: how CDI 1.1 introduc...


https://jcp.org/en/jsr/detail?id=346

Contexts and Dependency Injection for Java EE (CDI) 1.0 was introduced as part of the Java EE 6 platform, and has quickly become one of the most important and popular components of the platform.


https://docs.jboss.org/weld/reference/latest/en-US/html_single/

The CDI specification defines a set of complementary services that help improve the structure of application code. CDI layers an enhanced lifecycle and interacti...


https://www.youtube.com/watch?v=6Gm0u9gX56w

Live coding of two simple jax-rs resources one annotated with EJB and one with CDI plus a benchmarking test with jmh. EJB performs better in this scenario. Write your benchmark for your situation


https://antoniogoncalves.org/2011/05/03/injection-with-cdi-part-i/

There are three parts: