How Do I Use @ConversationScoped

前端 未结 2 1016
夕颜
夕颜 2021-01-02 02:18

I am writing a JSF 2.0 application, and I want to use CDI annotations instead of the \"equivalent\" JSF annotations. In other words, @Model or @Named instead of @ManagedBe

2条回答
  •  旧时难觅i
    2021-01-02 02:44

    update: JSF 2.2 (jsr 344, in early draft review) is adding an @FlowScoped CDI scope for this. More info...

提交回复
热议问题