[jbosstools-issues] [JBoss JIRA] (JBIDE-9443) Wizard for creating Service implementations (ServiceLoader / Service file)

Alexey Kazakov (JIRA) jira-events at lists.jboss.org
Mon Nov 5 13:02:18 EST 2012


    [ https://issues.jboss.org/browse/JBIDE-9443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12731858#comment-12731858 ] 

Alexey Kazakov commented on JBIDE-9443:
---------------------------------------

Glad to hear it :)
                
> Wizard for creating Service implementations (ServiceLoader / Service file)
> --------------------------------------------------------------------------
>
>                 Key: JBIDE-9443
>                 URL: https://issues.jboss.org/browse/JBIDE-9443
>             Project: Tools (JBoss Tools)
>          Issue Type: Feature Request
>          Components: common/jst/core
>    Affects Versions: 3.3.0.M2
>            Reporter: Lincoln Baxter III
>            Assignee: Viacheslav Kabanovich
>            Priority: Minor
>              Labels: new_and_noteworthy
>             Fix For: 4.0.0.Beta1
>
>         Attachments: scr.png, scr1.png
>
>
> It would be very nice if we had a wizard or hotkey to create a new service implementation:
> CTRL-N
> --> New Service Implementation Class
> 1. Wizard asks you to specify the service Interface you wish to implement, and then lets you give the typical new-class information (with Interface already populated and greyed out.)
> 2. When submitted, the wizard creates the implementing class, and also creates a service file in the java-resources 'META-INF/services' directory, containing the name of your service implementation class. If the Service file already exists, your class should be added to it on a new line:
> META-INF/services/org.example.service.spi.Interface

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list