I'm starting now with conversationScoped in CDI and i'm thinking about how can i configure the pages in the same conversation.
I would like to configure a XML to say: page1 and page2 should be in the same conversationScoped, page3 should be in new conversation.
Obs: In seam 2 i know that have pages.xml, but i'm not using seam.
Which is the better way to do it ?