作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我是 CDI 新手,我想通过 XML 文件实例化 CDI bean,而不是通过 beans.xml。这可能吗?这正常吗?或者也许我误解了 CDI 概念?
最佳答案
我找到了答案。
A producer method is a method that acts as a source of bean instances. The method declaration itself describes the bean and the container invokes the method to obtain an instance of the bean when no instance exists in the specified context. A producer method lets the application take full control of the bean instantiation process.
关于java - 如何在 JavaEE [7] 中通过 [weld] API 在运行时实例化 CDI bean?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20161658/
我是一名优秀的程序员,十分优秀!