[jbosstools-issues] [JBoss JIRA] Updated: (JBIDE-9345) AS7: remove unneeded additional indirection in service usage

Andre Dietisheim (JIRA) jira-events at lists.jboss.org
Thu Jul 14 05:04:23 EDT 2011


     [ https://issues.jboss.org/browse/JBIDE-9345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andre Dietisheim updated JBIDE-9345:
------------------------------------

    Description: AS tooling uses an osgi service to interact with the as7 server. This service is implemented in AS7Manager. This manager is not directly exposed but there's an additional indirection to it: JBoss7ManagerService. JBoss7ManagerService basically only instantiates AS7Manager and calls the appropriate method on it. This was initially done because we thought about offerding additional functionalities which did not work out. We should now remove this additional indirection/wrapping since there's no sense to it, it only makes code harder to read.  (was: AS tooling uses an osgi service to interact with the as7 server. This service is implemented in AS7Manager. This manager is not directly exposed but there's an additional indirection to it: JBoss7ManagerService. This was initially done because we thought about offerding additional functionalities which did not work out. We should now remove this additional indirection/wrapping since there's no sense to it, it only makes code harder to read.)


> AS7: remove unneeded additional indirection in service usage
> ------------------------------------------------------------
>
>                 Key: JBIDE-9345
>                 URL: https://issues.jboss.org/browse/JBIDE-9345
>             Project: Tools (JBoss Tools)
>          Issue Type: Enhancement
>    Affects Versions: 3.3.0.M3
>            Reporter: Andre Dietisheim
>            Assignee: Andre Dietisheim
>             Fix For: 3.3.x
>
>
> AS tooling uses an osgi service to interact with the as7 server. This service is implemented in AS7Manager. This manager is not directly exposed but there's an additional indirection to it: JBoss7ManagerService. JBoss7ManagerService basically only instantiates AS7Manager and calls the appropriate method on it. This was initially done because we thought about offerding additional functionalities which did not work out. We should now remove this additional indirection/wrapping since there's no sense to it, it only makes code harder to read.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       



More information about the jbosstools-issues mailing list