The point is that it does not make sense to work with a conversation without a @ConversationScoped bean instance. Conversations are used to distinguish a set of @ConversationScoped bean instances stored in a particular HTTP session. In other words @ConversationScoped bean instances are bound to a conversation and long-running conversations are scoped to a particular HTTP session.
|