You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Clement Escoffier (JIRA)" <ji...@apache.org> on 2010/02/09 08:15:28 UTC

[jira] Issue Comment Edited: (FELIX-1429) Instance Injection

    [ https://issues.apache.org/jira/browse/FELIX-1429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12831325#action_12831325 ] 

Clement Escoffier edited comment on FELIX-1429 at 2/9/10 7:14 AM:
------------------------------------------------------------------

Hi,

As said by Richard, iPOJO already supports private services. This issue is related to another feature: the 'direct' injection of an instance into a field from another instance if the two instances live in the same composite. Normally, iPOJO uses the service-interation pattern for such kind of injection. This issue will try to 'extend' it to support a more direct binding mechanism. 

      was (Author: clement.escoffier):
    Hi,

As said by Richard, iPOJO already support private service. This issue is related to another feature: the 'direct' injection of an instance into a field from another instance if the two instances live in the same composite. Normally, iPOJO use the service-interation pattern for such kind of injection. This issue will try to 'extend' it to support a more direct binding mechanism. 
  
> Instance Injection
> ------------------
>
>                 Key: FELIX-1429
>                 URL: https://issues.apache.org/jira/browse/FELIX-1429
>             Project: Felix
>          Issue Type: Improvement
>          Components: iPOJO
>    Affects Versions: iPOJO-1.4.0
>            Reporter: Clement Escoffier
>             Fix For: iPOJO-1.6.0
>
>
> Allows an instance to use another instance without necessary using the service interaction pattern. This will be possible only if the instances are in the same composite.

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