You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Torr Liu (JIRA)" <ji...@apache.org> on 2007/08/16 13:56:34 UTC

[jira] Created: (WW-2117) The inernal dependency injection implementation is not clear in the doccument.

The inernal dependency injection implementation is not clear in the doccument.
------------------------------------------------------------------------------

                 Key: WW-2117
                 URL: https://issues.apache.org/struts/browse/WW-2117
             Project: Struts 2
          Issue Type: Bug
          Components: Documentation
    Affects Versions: 2.0.9
         Environment: Struts 2.0.9 release
            Reporter: Torr Liu
            Priority: Minor


Apache Struts 2 Documentation > Home > Guides > Core Developers Guide > Dependency Injection 

here are some description:
Internally, the framework uses its own dependency injection container, based on Google Guice. 

But I did not find out any class in STruts2 which used the google guice for dependency injection. Is it real using google guice as the injection implementation?

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


[jira] Updated: (WW-2117) The inernal dependency injection implementation is not clear in the doccument.

Posted by "James Holmes (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-2117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James Holmes updated WW-2117:
-----------------------------

    Fix Version/s: 2.0.10

> The inernal dependency injection implementation is not clear in the doccument.
> ------------------------------------------------------------------------------
>
>                 Key: WW-2117
>                 URL: https://issues.apache.org/struts/browse/WW-2117
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Documentation
>    Affects Versions: 2.0.9
>         Environment: Struts 2.0.9 release
>            Reporter: Torr Liu
>            Priority: Minor
>             Fix For: 2.0.10
>
>
> Apache Struts 2 Documentation > Home > Guides > Core Developers Guide > Dependency Injection 
> here are some description:
> Internally, the framework uses its own dependency injection container, based on Google Guice. 
> But I did not find out any class in STruts2 which used the google guice for dependency injection. Is it real using google guice as the injection implementation?

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


[jira] Commented: (WW-2117) The inernal dependency injection implementation is not clear in the doccument.

Posted by "zhouyanming (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/struts/browse/WW-2117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_41914 ] 

zhouyanming commented on WW-2117:
---------------------------------

this is in xwork2 not struts2,It's base on guice not real guice,both writed by the crazybob

> The inernal dependency injection implementation is not clear in the doccument.
> ------------------------------------------------------------------------------
>
>                 Key: WW-2117
>                 URL: https://issues.apache.org/struts/browse/WW-2117
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Documentation
>    Affects Versions: 2.0.9
>         Environment: Struts 2.0.9 release
>            Reporter: Torr Liu
>            Priority: Minor
>
> Apache Struts 2 Documentation > Home > Guides > Core Developers Guide > Dependency Injection 
> here are some description:
> Internally, the framework uses its own dependency injection container, based on Google Guice. 
> But I did not find out any class in STruts2 which used the google guice for dependency injection. Is it real using google guice as the injection implementation?

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


[jira] Resolved: (WW-2117) The internal dependency injection implementation is not clear in the doccument.

Posted by "James Holmes (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-2117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James Holmes resolved WW-2117.
------------------------------

    Resolution: Fixed

I updated the documentation to better reflect that the internal IoC is similar to Google Guice, but has no dependency upon it.

> The internal dependency injection implementation is not clear in the doccument.
> -------------------------------------------------------------------------------
>
>                 Key: WW-2117
>                 URL: https://issues.apache.org/struts/browse/WW-2117
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Documentation
>    Affects Versions: 2.0.9
>         Environment: Struts 2.0.9 release
>            Reporter: Torr Liu
>            Priority: Minor
>             Fix For: 2.0.10
>
>
> Apache Struts 2 Documentation > Home > Guides > Core Developers Guide > Dependency Injection 
> here are some description:
> Internally, the framework uses its own dependency injection container, based on Google Guice. 
> But I did not find out any class in Struts2 which used the Google Guice for dependency injection. Is it real using Google Guice as the injection implementation?

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


[jira] Updated: (WW-2117) The internal dependency injection implementation is not clear in the doccument.

Posted by "James Holmes (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-2117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James Holmes updated WW-2117:
-----------------------------

    Description: 
Apache Struts 2 Documentation > Home > Guides > Core Developers Guide > Dependency Injection 

here are some description:
Internally, the framework uses its own dependency injection container, based on Google Guice. 

But I did not find out any class in Struts2 which used the Google Guice for dependency injection. Is it real using Google Guice as the injection implementation?

  was:
Apache Struts 2 Documentation > Home > Guides > Core Developers Guide > Dependency Injection 

here are some description:
Internally, the framework uses its own dependency injection container, based on Google Guice. 

But I did not find out any class in STruts2 which used the google guice for dependency injection. Is it real using google guice as the injection implementation?

        Summary: The internal dependency injection implementation is not clear in the doccument.  (was: The inernal dependency injection implementation is not clear in the doccument.)

> The internal dependency injection implementation is not clear in the doccument.
> -------------------------------------------------------------------------------
>
>                 Key: WW-2117
>                 URL: https://issues.apache.org/struts/browse/WW-2117
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Documentation
>    Affects Versions: 2.0.9
>         Environment: Struts 2.0.9 release
>            Reporter: Torr Liu
>            Priority: Minor
>             Fix For: 2.0.10
>
>
> Apache Struts 2 Documentation > Home > Guides > Core Developers Guide > Dependency Injection 
> here are some description:
> Internally, the framework uses its own dependency injection container, based on Google Guice. 
> But I did not find out any class in Struts2 which used the Google Guice for dependency injection. Is it real using Google Guice as the injection implementation?

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