1 Reply Latest reply on Jun 25, 2012 1:46 PM by lincolnthree

    Creating plain JSF applications (no CDI) is it possible ?

    developer251

      Hi all !

      I have seen, in the sample Java EE project, JSF + CDI is used to store the Web application state. In practice they use @ConversationScope to transfer data between CRUD views.

      I just wonder if it's possible to use rather plain JSF scopes (like @ViewScope) in a Forge application ? or should I modify by myself the generated application to get rid of CDI ?

      Thanks

      Max