[ 
https://issues.apache.org/jira/browse/DELTASPIKE-92?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13231929#comment-13231929
 ] 

Mark Struberg commented on DELTASPIKE-92:
-----------------------------------------

I'm going to revise the cdise module

It will be renamed back to  cdictrl because it's not only for Java SE anymore.

The CdiContainer interface will get stripped of start() and stop() and now only 
contain
* boot() 
* shutdown() 
* getBeanManager()
* and an additional getContextControl()

The Context related methods will be moved to a new Interface
* ContextControl

                
> ContainerControl API + impls
> ----------------------------
>
>                 Key: DELTASPIKE-92
>                 URL: https://issues.apache.org/jira/browse/DELTASPIKE-92
>             Project: DeltaSpike
>          Issue Type: New Feature
>          Components: CDI-SE
>    Affects Versions: 0.1-incubating
>            Reporter: Mark Struberg
>            Assignee: Mark Struberg
>             Fix For: 0.2-incubating
>
>
> Java SE applications need a way to control the container. They need to 
> start/stop it and control the lifecycle of the built-in Contexts (see 
> http://s.apache.org/Rej )

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to