[seam-issues] [JBoss JIRA] Commented: (SOLDER-51) Decouple service handler annotation from implementation class
Dan Allen (JIRA)
jira-events at lists.jboss.org
Thu Dec 9 23:14:52 EST 2010
[ https://issues.jboss.org/browse/SOLDER-51?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12569146#comment-12569146 ]
Dan Allen commented on SOLDER-51:
---------------------------------
For ordering, I'd use the same approach as with interceptors, you order them in XML (via Seam Config). Unlike interceptors, though, I like the idea of enabling them by default and only if you order them, do you control them enabled or not (empty element disables all).
<service-handlers>
<class>...</class>
</service-handlers>
> Decouple service handler annotation from implementation class
> -------------------------------------------------------------
>
> Key: SOLDER-51
> URL: https://issues.jboss.org/browse/SOLDER-51
> Project: Seam Solder
> Issue Type: Feature Request
> Components: Core
> Reporter: Dan Allen
>
> The current design of the service handler configuration prevents modules from being able to deliver a service annotation in the api since it requires a direct reference to the implementation class.
> @ServiceHandler(MyServiceHandler.class)
> Switch to either a string or adopt the annotation binding concept from CDI (like interceptors)
> Also, support the use of the service handler annotation on stereotypes.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the seam-issues
mailing list