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

Peter Royle updated SEAMCRON-14:
--------------------------------

    Description: 
The reason being that Cron will be one method of dispatching a method 
anychronously, but Seam JMS might be another way.

By Dan:
"
To be forward thinking, we should put the @Asynchronous annotation (and 
related) and the dispatcher interface in Solder so that we can have different 
providers. For instance, Seam JMS could alternatively be used to execute the 
method over JMS to provide guaranteed execution instead of Seam Cron's default 
thread pool approach.

You can use similar functionality from Seam 2 as a reference:

http://anonsvn.jboss.org/repos/seam/branches/community/Seam_2_3/src/main/org/jboss/seam/async/
"

  was:The reason being that Cron will be one method of dispatching a method 
anychronously, but Seam JMS might be another way.



> Push @Asynchronous annotation into Solder
> -----------------------------------------
>
>                 Key: SEAMCRON-14
>                 URL: https://issues.jboss.org/browse/SEAMCRON-14
>             Project: Seam Cron
>          Issue Type: Task
>            Reporter: Peter Royle
>            Assignee: Peter Royle
>
> The reason being that Cron will be one method of dispatching a method 
> anychronously, but Seam JMS might be another way.
> By Dan:
> "
> To be forward thinking, we should put the @Asynchronous annotation (and 
> related) and the dispatcher interface in Solder so that we can have different 
> providers. For instance, Seam JMS could alternatively be used to execute the 
> method over JMS to provide guaranteed execution instead of Seam Cron's 
> default thread pool approach.
> You can use similar functionality from Seam 2 as a reference:
> http://anonsvn.jboss.org/repos/seam/branches/community/Seam_2_3/src/main/org/jboss/seam/async/
> "

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

        
_______________________________________________
seam-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/seam-issues

Reply via email to