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...
- :calendar: published on: 2015-03-10
- tags: javaee, cdi, ejb, annotations
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.
- tags: java-ee, cdi, specifications
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...
- tags: cdi, docs, java-ee, implementations
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
- tags: javaee, jaxrs, ejb, cdi, benchmarking
Injection with CDI (Part I)
https://antoniogoncalves.org/2011/05/03/injection-with-cdi-part-i/
There are three parts:
- Injection with CDI (Part I) - Focused on default injection and qualifiers
- [Injection with CDI (Part II...
- :calendar: published on: 2011-09-25
- tags: dependency-injection, cdi, javaee
- :octocat: source code