Search code examples
javajakarta-ee

Jakarta EE Dependency Injection implementation


As you know Jakarta EE is all about specifications. Their implementations vary from solution to solution.

There is Hibernate for JPA. There is Tomcat for Jakarta Servlets.

I need Implementation of Jakarta Dependency Injection, but can't find one. Does anybody know what solutions are there for it?


Solution

  • You can use either JBoss Weld, GlassFish HK2 or Apache OpenWebBeans