Home > Blockchain >  Jakarta EE Dependency Injection implementation
Jakarta EE Dependency Injection implementation

Time:04-28

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?

CodePudding user response:

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

  • Related