[
https://issues.apache.org/jira/browse/OWB-87?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12689691#action_12689691
]
Gurkan Erdogdu commented on OWB-87:
-----------------------------------
I have changed the package structure. I have moved the ConversationImpl and
ConversationManager classes into the org.apache.webbeans.conversation package.
Also, I have implemented SPI for conversation management. The SPI interface is
called ConversationService and it is located in the
org.apache.webbeans.spi.conversation package. I have also implemented JSF based
conversation management. I have defaulted to use JSF based conversation
management by setting the service implementation class in the
META-INF/openwebbeans/openwebbeans-default.properties file .
> move all non-JSF specific parts of Conversations handling to an own general
> package
> -----------------------------------------------------------------------------------
>
> Key: OWB-87
> URL: https://issues.apache.org/jira/browse/OWB-87
> Project: OpenWebBeans
> Issue Type: Task
> Components: Context and Scopes
> Affects Versions: M1
> Reporter: Mark Struberg
> Assignee: Mark Struberg
> Fix For: M2
>
>
> Most of the conversation handling code is currently in the package
> > org.apache.webbeans.jsf
> but all non-JSF specific stuff should finally land in something like
> > org.apache.webbeans.conversation
> to also support common conversation functionality for e.g. a Wicket
> integration
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.