[jbossseam-issues] [JBoss JIRA] Updated: (JBSEAM-1781) Add support for Spring @Component and @Repository annotations

Norman Richards (JIRA) jira-events at lists.jboss.org
Tue Dec 11 16:34:01 EST 2007


     [ http://jira.jboss.com/jira/browse/JBSEAM-1781?page=all ]

Norman Richards updated JBSEAM-1781:
------------------------------------

    Fix Version/s: 2.0.x
                       (was: 2.0.1.CR1)

> Add support for Spring @Component and @Repository annotations
> -------------------------------------------------------------
>
>                 Key: JBSEAM-1781
>                 URL: http://jira.jboss.com/jira/browse/JBSEAM-1781
>             Project: JBoss Seam
>          Issue Type: Feature Request
>          Components: Spring
>    Affects Versions: 2.0.0.BETA1
>            Reporter: Michael Youngstrom
>         Assigned To: Michael Youngstrom
>             Fix For: 2.0.x
>
>
> Once Spring 2.1 is released it might  be nice to add support for the spring annotations doing something like:
> @org.springframework.stereotype.Component
> @Name("someName")
> public class SomeComponent {
> ....
> }
> Which would make a standard installed Seam component spring instantiated allowing for creation time injection using spring injection annotations, SpringAOP/aspectj support to Seam components, etc.  As well as provide a bunch of Seam features to spring beans, @Synchronized, @Asynchronous, bijection, etc.  Basically would provide the same functionality that currently exists with <seam:component/> but with an easier to use annotation and with correct Seam @Install semantics.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list