Mark Struberg created DELTASPIKE-274:
----------------------------------------

             Summary: Create a common base for writing Contexts
                 Key: DELTASPIKE-274
                 URL: https://issues.apache.org/jira/browse/DELTASPIKE-274
             Project: DeltaSpike
          Issue Type: New Feature
          Components: Core
    Affects Versions: 0.3-incubating
            Reporter: Mark Struberg
            Assignee: Mark Struberg
             Fix For: 0.4-incubating


When writing CDI Contexts you always have to deal with a few basic things. One 
is e.g. the encapsulation of the CreationalContext<T>, the Contextual<T> and 
the instance T for each contextual instance stored in the Context. Another 
common functionality is destroying all beans at shutdown.

We should provide an abstract base class for those features.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to