cdi.md

July 15, 2021 · View on GitHub

Bookmarks tagged [cdi]

www.codever.land/bookmarks/t/cdi

CDI and @Startup: SOLVED! | New posts here >>> rmannibucau.metawerx.net

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...


JSR 346: Contexts and Dependency Injection for JavaTM EE 1.1

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.


CDI Reference Implementation latest

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...


What Is Faster EJBs or CDI? - YouTube

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


Injection with CDI (Part I)

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

There are three parts: