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...
- 📆 published on: 2015-03-10
- tags: javaee, cdi, ejb, annotations
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
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
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
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...
- 📆 published on: 2011-09-25
- tags: dependency-injection, cdi, javaee
- source code