英文: What are the advantages of a dependency injection framework over classical dependency injection?...
通过注入点测试自定义验证器,WeldUnit未注入Hibernate Bean验证工厂。
英文: Testing custom validators with injectionpoints, WeldUnit is not injecting the hibernate bean val...
Can I mix JEE and Spring annotations using Spring as CDI?
英文: Can I mix JEE and Spring annotations using Spring as CDI? 问题 所以,非常直接的问题。我可以在同一个项目中混合使用JEE注解和Spri...
HK2操作与线程ID无关
英文: HK2 Operation independent from Thread Id 问题 我正在使用HK2 Operations 在一个包含REST服务器组件的Java SE应用程序中管理自定义...
WELD-001408: Unsatisfied dependencies for type Logger with qualifiers @Default at injection point [BackedAnnotatedField] @Inject
英文: WELD-001408: Unsatisfied dependencies for type Logger with qualifiers @Default at injection poin...
依赖注入使用 @Inject 和接口在 Quarkus 中
英文: Dependency injection with @Inject and Interface in Quarkus 问题 我正在尝试使用Quarkus 1.6.1.Final和OpenJDK...
Java EE CDI实例 | 如何获取真实类
英文: Java EE CDI Instance | How to get real class 问题 我正在尝试获取通过CDI注入的实例的真正类,但我只能获得一个类名的指定,该类名由接口名称、一系列...
注入问题
英文: Trouble with injection 问题 我有一个问题,注入在第一次尝试时失败,但在第二次尝试时不会失败。我的应用程序布局如下(这是一个在Eclipse中使用Maven的Java E...
Spring 5.x 和 CDI 2.x 集成选项
英文: Spring 5.x and CDI 2.x Integration Options 问题 考虑到Spring的5.x基线和CDI的基线2.x,我在将它们集成到一个带有JSF 2.3的项目中时...
WeldProxy在异常中无法识别源。
英文: WeldProxy doesn't recognize source on exception 问题 我在一个使用Jax-RS、CDI并运行在Wildfly 14上的Java 8应用程...
3