Provide new service object creation strategies
----------------------------------------------

                 Key: FELIX-853
                 URL: https://issues.apache.org/jira/browse/FELIX-853
             Project: Felix
          Issue Type: Improvement
          Components: iPOJO
    Affects Versions: iPOJO-1.0.0
            Reporter: Clement Escoffier
            Assignee: Clement Escoffier
             Fix For: iPOJO-1.2.0


iPOJO provides two three strategies to create pojo objects: singleton, osgi 
service factory, and method (reusing the component factory method). However, 
some others strategies can be useful. 
This improvement introduces a new strategy allowing to create one service 
instance per asking instance (despite they're in the same bundle). Moreover, it 
provides the way to develop its own strategy to support specific domains or 
requirements.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to