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.
目前我们使用上述组合,但我们仍然使用 JSF 2.1。但我确实怀念 CDI 环境中非常强大的 View Scope,我尝试更新到 JSF 2.2,同时保持其余部分不变。
现在我遇到了 javax.faces.view.ViewScoped 的几个问题。即使 ViewId 没有改变,视图也会被丢弃,以及其他奇怪的效果。
现在,我想知道选择的组合是否有效。Weld 2.0 是否支持 JSF 2.2,反之亦然?