最佳答案
我注意到有不同的bean范围,比如:
@RequestScoped
@ViewScoped
@FlowScoped
@SessionScoped
@ApplicationScoped
每一个的目的是什么?我如何为我的bean选择合适的范围?