You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "Igor Drobiazko (JIRA)" <ji...@apache.org> on 2010/05/06 13:34:48 UTC

[jira] Created: (TAP5-1135) Provide a convinient method to build and start the registry

Provide a convinient method to build and start the registry
-----------------------------------------------------------

                 Key: TAP5-1135
                 URL: https://issues.apache.org/jira/browse/TAP5-1135
             Project: Tapestry 5
          Issue Type: Improvement
          Components: tapestry-ioc
    Affects Versions: 5.1.0.5
            Reporter: Igor Drobiazko
            Priority: Minor


Reduce the number of steps required to build and start the registry in a non-Tapestry application using Tapestry IoC. A method like the following one would be very useful.

Registry registry = RegistryBuilder().buildAndStartupRegistry();


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


[jira] Assigned: (TAP5-1135) Provide a convinient method to build and start the registry

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

Igor Drobiazko reassigned TAP5-1135:
------------------------------------

    Assignee: Igor Drobiazko

> Provide a convinient method to build and start the registry
> -----------------------------------------------------------
>
>                 Key: TAP5-1135
>                 URL: https://issues.apache.org/jira/browse/TAP5-1135
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: tapestry-ioc
>    Affects Versions: 5.1.0.5
>            Reporter: Igor Drobiazko
>            Assignee: Igor Drobiazko
>            Priority: Minor
>
> Reduce the number of steps required to build and start the registry in a non-Tapestry application using Tapestry IoC. A static method like the following one would be very useful.
> Registry registry = RegistryBuilder.buildAndStartupRegistry();

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


[jira] Closed: (TAP5-1135) Provide a convinient method to build and start the registry

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

Igor Drobiazko closed TAP5-1135.
--------------------------------

    Fix Version/s: 5.2.0
       Resolution: Fixed

> Provide a convinient method to build and start the registry
> -----------------------------------------------------------
>
>                 Key: TAP5-1135
>                 URL: https://issues.apache.org/jira/browse/TAP5-1135
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: tapestry-ioc
>    Affects Versions: 5.1.0.5
>            Reporter: Igor Drobiazko
>            Assignee: Igor Drobiazko
>            Priority: Minor
>             Fix For: 5.2.0
>
>
> Reduce the number of steps required to build and start the registry in a non-Tapestry application using Tapestry IoC. A static method like the following one would be very useful.
> Registry registry = RegistryBuilder.buildAndStartupRegistry();

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


[jira] Updated: (TAP5-1135) Provide a convinient method to build and start the registry

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

Igor Drobiazko updated TAP5-1135:
---------------------------------

    Description: 
Reduce the number of steps required to build and start the registry in a non-Tapestry application using Tapestry IoC. A static method like the following one would be very useful.

Registry registry = RegistryBuilder.buildAndStartupRegistry();


  was:
Reduce the number of steps required to build and start the registry in a non-Tapestry application using Tapestry IoC. A method like the following one would be very useful.

Registry registry = RegistryBuilder().buildAndStartupRegistry();



> Provide a convinient method to build and start the registry
> -----------------------------------------------------------
>
>                 Key: TAP5-1135
>                 URL: https://issues.apache.org/jira/browse/TAP5-1135
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: tapestry-ioc
>    Affects Versions: 5.1.0.5
>            Reporter: Igor Drobiazko
>            Priority: Minor
>
> Reduce the number of steps required to build and start the registry in a non-Tapestry application using Tapestry IoC. A static method like the following one would be very useful.
> Registry registry = RegistryBuilder.buildAndStartupRegistry();

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


[jira] Closed: (TAP5-1135) Provide a convinient method to build and start the registry

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

Igor Drobiazko closed TAP5-1135.
--------------------------------

    Fix Version/s: 5.2.0
       Resolution: Fixed

> Provide a convinient method to build and start the registry
> -----------------------------------------------------------
>
>                 Key: TAP5-1135
>                 URL: https://issues.apache.org/jira/browse/TAP5-1135
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: tapestry-ioc
>    Affects Versions: 5.1.0.5
>            Reporter: Igor Drobiazko
>            Assignee: Igor Drobiazko
>            Priority: Minor
>             Fix For: 5.2.0
>
>
> Reduce the number of steps required to build and start the registry in a non-Tapestry application using Tapestry IoC. A static method like the following one would be very useful.
> Registry registry = RegistryBuilder.buildAndStartupRegistry();

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


[jira] Updated: (TAP5-1135) Provide a convinient method to build and start the registry

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

Igor Drobiazko updated TAP5-1135:
---------------------------------

    Description: 
Reduce the number of steps required to build and start the registry in a non-Tapestry application using Tapestry IoC. A static method like the following one would be very useful.

Registry registry = RegistryBuilder.buildAndStartupRegistry();


  was:
Reduce the number of steps required to build and start the registry in a non-Tapestry application using Tapestry IoC. A method like the following one would be very useful.

Registry registry = RegistryBuilder().buildAndStartupRegistry();



> Provide a convinient method to build and start the registry
> -----------------------------------------------------------
>
>                 Key: TAP5-1135
>                 URL: https://issues.apache.org/jira/browse/TAP5-1135
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: tapestry-ioc
>    Affects Versions: 5.1.0.5
>            Reporter: Igor Drobiazko
>            Priority: Minor
>
> Reduce the number of steps required to build and start the registry in a non-Tapestry application using Tapestry IoC. A static method like the following one would be very useful.
> Registry registry = RegistryBuilder.buildAndStartupRegistry();

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


[jira] Assigned: (TAP5-1135) Provide a convinient method to build and start the registry

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

Igor Drobiazko reassigned TAP5-1135:
------------------------------------

    Assignee: Igor Drobiazko

> Provide a convinient method to build and start the registry
> -----------------------------------------------------------
>
>                 Key: TAP5-1135
>                 URL: https://issues.apache.org/jira/browse/TAP5-1135
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: tapestry-ioc
>    Affects Versions: 5.1.0.5
>            Reporter: Igor Drobiazko
>            Assignee: Igor Drobiazko
>            Priority: Minor
>
> Reduce the number of steps required to build and start the registry in a non-Tapestry application using Tapestry IoC. A static method like the following one would be very useful.
> Registry registry = RegistryBuilder.buildAndStartupRegistry();

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