You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Thiago H. de Paula Figueiredo (JIRA)" <ji...@apache.org> on 2008/10/29 16:29:44 UTC

[jira] Created: (TAP5-316) Add service overriding capabilities to Tapestry IoC, just like Tapestry-Core has

Add service overriding capabilities to Tapestry IoC, just like Tapestry-Core has
--------------------------------------------------------------------------------

                 Key: TAP5-316
                 URL: https://issues.apache.org/jira/browse/TAP5-316
             Project: Tapestry 5
          Issue Type: New Feature
          Components: tapestry-ioc
    Affects Versions: 5.0.15
            Reporter: Thiago H. de Paula Figueiredo


Alias and AliasContribution are part of tapestry-core, not tapestry-ioc. Why don't we move them to tapestry-ioc?

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Commented: (TAP5-316) Add service overriding capabilities to Tapestry IoC, just like Tapestry-Core has

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12660498#action_12660498 ] 

Howard M. Lewis Ship commented on TAP5-316:
-------------------------------------------

I think I'll be creating something simpler than Alias, just a ServiceOverride service that takes a mapped configuration of type and instance.

> Add service overriding capabilities to Tapestry IoC, just like Tapestry-Core has
> --------------------------------------------------------------------------------
>
>                 Key: TAP5-316
>                 URL: https://issues.apache.org/jira/browse/TAP5-316
>             Project: Tapestry 5
>          Issue Type: New Feature
>          Components: tapestry-ioc
>    Affects Versions: 5.0.15
>            Reporter: Thiago H. de Paula Figueiredo
>            Assignee: Howard M. Lewis Ship
>
> Alias and AliasContribution are part of tapestry-core, not tapestry-ioc. Why don't we move them to tapestry-ioc?

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Updated: (TAP5-316) Add service overriding capabilities to tapestry-ioc, similar to what tapestry-core has (the Alias service)

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-316?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship updated TAP5-316:
--------------------------------------

    Affects Version/s: 5.1.0.0
              Summary: Add service overriding capabilities to tapestry-ioc, similar to what tapestry-core has (the Alias service)  (was: Add service overriding capabilities to Tapestry IoC, just like Tapestry-Core has)

> Add service overriding capabilities to tapestry-ioc, similar to what tapestry-core has (the Alias service)
> ----------------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-316
>                 URL: https://issues.apache.org/jira/browse/TAP5-316
>             Project: Tapestry 5
>          Issue Type: New Feature
>          Components: tapestry-ioc
>    Affects Versions: 5.1.0.0, 5.0.15
>            Reporter: Thiago H. de Paula Figueiredo
>            Assignee: Howard M. Lewis Ship
>
> Alias and AliasContribution are part of tapestry-core, not tapestry-ioc. Why don't we move them to tapestry-ioc?

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


Re: [jira] Closed: (TAP5-316) Add service overriding capabilities to tapestry-ioc, similar to what tapestry-core has (the Alias service)

Posted by Fernando Padilla <fe...@alum.mit.edu>.
I was wondering..

decorateServiceA() is much like an override..


would it be a clean idea to simply support:

overrideBuildServiceA()



instead of:

buildServiceB()

contributeAlias() {
   alias( "serviceB", "serviceA" );
}






Howard M. Lewis Ship (JIRA) wrote:
>      [ https://issues.apache.org/jira/browse/TAP5-316?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
> 
> Howard M. Lewis Ship closed TAP5-316.
> -------------------------------------
> 
>        Resolution: Fixed
>     Fix Version/s: 5.1.0.0
> 
>> Add service overriding capabilities to tapestry-ioc, similar to what tapestry-core has (the Alias service)
>> ----------------------------------------------------------------------------------------------------------
>>
>>                 Key: TAP5-316
>>                 URL: https://issues.apache.org/jira/browse/TAP5-316
>>             Project: Tapestry 5
>>          Issue Type: New Feature
>>          Components: tapestry-ioc
>>    Affects Versions: 5.1.0.0, 5.0.15
>>            Reporter: Thiago H. de Paula Figueiredo
>>            Assignee: Howard M. Lewis Ship
>>             Fix For: 5.1.0.0
>>
>>
>> Alias and AliasContribution are part of tapestry-core, not tapestry-ioc. Why don't we move them to tapestry-ioc?
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Closed: (TAP5-316) Add service overriding capabilities to tapestry-ioc, similar to what tapestry-core has (the Alias service)

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-316?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship closed TAP5-316.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 5.1.0.0

> Add service overriding capabilities to tapestry-ioc, similar to what tapestry-core has (the Alias service)
> ----------------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-316
>                 URL: https://issues.apache.org/jira/browse/TAP5-316
>             Project: Tapestry 5
>          Issue Type: New Feature
>          Components: tapestry-ioc
>    Affects Versions: 5.1.0.0, 5.0.15
>            Reporter: Thiago H. de Paula Figueiredo
>            Assignee: Howard M. Lewis Ship
>             Fix For: 5.1.0.0
>
>
> Alias and AliasContribution are part of tapestry-core, not tapestry-ioc. Why don't we move them to tapestry-ioc?

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Assigned: (TAP5-316) Add service overriding capabilities to Tapestry IoC, just like Tapestry-Core has

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-316?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship reassigned TAP5-316:
-----------------------------------------

    Assignee: Howard M. Lewis Ship

> Add service overriding capabilities to Tapestry IoC, just like Tapestry-Core has
> --------------------------------------------------------------------------------
>
>                 Key: TAP5-316
>                 URL: https://issues.apache.org/jira/browse/TAP5-316
>             Project: Tapestry 5
>          Issue Type: New Feature
>          Components: tapestry-ioc
>    Affects Versions: 5.0.15
>            Reporter: Thiago H. de Paula Figueiredo
>            Assignee: Howard M. Lewis Ship
>
> Alias and AliasContribution are part of tapestry-core, not tapestry-ioc. Why don't we move them to tapestry-ioc?

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org