Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
EJB 池和 Guice 的比较是什么?Guice 可以替代 EJB 吗?
在 EJB 会话 bean 中,将从池中分配以进行快速实例化,但 Guice 呢?
RGDS
我相信 nop,Guice 不能完全取代 EJB。
Guice 只实现了JSR-330,CDI 实现了JSR-330和JSR-299。
EJB 是另一回事。
您可以使用 CDI 来注入 EJB。不确定,但我真的相信它不适用于 Guice,因为 JSR-299。