[jbossws-issues] [JBoss JIRA] Commented: (JBWS-2199) Injection abstraction

Richard Opalka (JIRA) jira-events at lists.jboss.org
Fri Aug 21 04:49:23 EDT 2009


    [ https://jira.jboss.org/jira/browse/JBWS-2199?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12482155#action_12482155 ] 

Richard Opalka commented on JBWS-2199:
--------------------------------------

Some thoughts on this topic (from my local TODO list):

Create proper Injection abstraction that will enable:

 * determine whether targetBean have specified annotation on fields/methods
 * allow to call specific injections (e.g. postConstructio, WebServiceContext injection)
 * all have to be SPI driven, our current Injection mechanism delegates to jbossws-common
   (similar to how WebServiceContext injection works, i.e. it is services driven)
 * review injection meta data propagatation, we're using attachments approach,
   I don't like this approach because we're exposing our behaviour.
   More appropriate approache should be introduced.

> Injection abstraction
> ---------------------
>
>                 Key: JBWS-2199
>                 URL: https://jira.jboss.org/jira/browse/JBWS-2199
>             Project: JBoss Web Services
>          Issue Type: Sub-task
>      Security Level: Public(Everyone can see) 
>          Components: jbossws-integration
>            Reporter: Thomas Diesler
>            Assignee: Richard Opalka
>             Fix For: jbossws-native-3.3
>
>
> We will need abstractions of
> * InjectionTargetContainer
> which controls the lifecycle of injection targets
>    
> * InjectionTarget
> is a web service component that can have stuff injected (i.e. JSE/EJB3 endpoint, handler)
> * Injectable
> is a web service component that can be injected (i.e. WebServiceContext, ServiceRef) 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbossws-issues mailing list