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.
它是通过一些拥有某种结构的会话密钥来完成的?
最好使用 MyFaces CODI 等便携式 CDI 扩展!
CDI 是一个规范,所以只是指定了会话范围,没有实现。不同的实施者可能会决定不同的策略。目前有三种——Weld、OpenWebBeans 和 CanDI。我不知道它是如何实现的,但方法并不多——最有可能以某种方式使用会话。
看这个教程