You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Jan Kriesten (JIRA)" <ji...@apache.org> on 2007/09/05 11:06:33 UTC

[jira] Created: (WICKET-930) Wrap Guice-Injector with proxying for Objects

Wrap Guice-Injector with proxying for Objects
---------------------------------------------

                 Key: WICKET-930
                 URL: https://issues.apache.org/jira/browse/WICKET-930
             Project: Wicket
          Issue Type: New Feature
          Components: wicket-guice
            Reporter: Jan Kriesten
            Priority: Minor


Since the GuiceComponentInjector already has proxying support build in, I'd like to use this to inject other Objects besides from Components.

A function like

guiceComponentInjector.inject( Object xy )

would be great!



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


[jira] Commented: (WICKET-930) Wrap Guice-Injector with proxying for Objects

Posted by "Jean-Baptiste Quenot (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12525022 ] 

Jean-Baptiste Quenot commented on WICKET-930:
---------------------------------------------

Are you interested in something like this: https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/pickwick/src/main/java/org/wicketstuff/pickwick/GuiceWebApplicationFactory.java

> Wrap Guice-Injector with proxying for Objects
> ---------------------------------------------
>
>                 Key: WICKET-930
>                 URL: https://issues.apache.org/jira/browse/WICKET-930
>             Project: Wicket
>          Issue Type: New Feature
>          Components: wicket-guice
>            Reporter: Jan Kriesten
>            Priority: Minor
>
> Since the GuiceComponentInjector already has proxying support build in, I'd like to use this to inject other Objects besides from Components.
> A function like
> guiceComponentInjector.inject( Object xy )
> would be great!

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


[jira] Assigned: (WICKET-930) Wrap Guice-Injector with proxying for Objects

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

Alastair Maw reassigned WICKET-930:
-----------------------------------

    Assignee: Alastair Maw

> Wrap Guice-Injector with proxying for Objects
> ---------------------------------------------
>
>                 Key: WICKET-930
>                 URL: https://issues.apache.org/jira/browse/WICKET-930
>             Project: Wicket
>          Issue Type: New Feature
>          Components: wicket-guice
>            Reporter: Jan Kriesten
>            Assignee: Alastair Maw
>            Priority: Minor
>
> Since the GuiceComponentInjector already has proxying support build in, I'd like to use this to inject other Objects besides from Components.
> A function like
> guiceComponentInjector.inject( Object xy )
> would be great!

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


[jira] Resolved: (WICKET-930) Wrap Guice-Injector with proxying for Objects

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

Alastair Maw resolved WICKET-930.
---------------------------------

       Resolution: Fixed
    Fix Version/s: 1.3.0-beta4

Method added in trunk.

> Wrap Guice-Injector with proxying for Objects
> ---------------------------------------------
>
>                 Key: WICKET-930
>                 URL: https://issues.apache.org/jira/browse/WICKET-930
>             Project: Wicket
>          Issue Type: New Feature
>          Components: wicket-guice
>            Reporter: Jan Kriesten
>            Assignee: Alastair Maw
>            Priority: Minor
>             Fix For: 1.3.0-beta4
>
>
> Since the GuiceComponentInjector already has proxying support build in, I'd like to use this to inject other Objects besides from Components.
> A function like
> guiceComponentInjector.inject( Object xy )
> would be great!

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