[seam-dev] Module reviews

Pete Muir pmuir at redhat.com
Sat Jun 12 16:13:36 EDT 2010


See 10.7 and 3.8

-------------- next part --------------
A non-text attachment was scrubbed...
Name: JSR-299-20090521.pdf
Type: application/pdf
Size: 551973 bytes
Desc: not available
Url : http://lists.jboss.org/pipermail/seam-dev/attachments/20100612/f0d1e780/attachment-0001.pdf 
-------------- next part --------------


On 11 Jun 2010, at 14:20, Pete Muir wrote:

> ---------
> JMS
> ---------
> 
> * Change back to original design from spec draft from 20090520 where we use the producer field pattern to provide access JMS artifacts (I will follow up with a copy). This is much more flexible, as it allows the use of @Alternative etc.
> * Routing of events - change back to original design from spec draft (as above) where we generate proxies for relevant interfaces with @Observes:
> 
> interface JMSMapping {
> 
>   void myMapping(@Observes @SomeQualifier SomeType type, @MyTopic Topic topic);
> 
> }
> 
> and support the use of @Alternative on this to enable disable/disable it.



More information about the seam-dev mailing list