[
http://jira.jboss.com/jira/browse/JBSEAM-696?page=all ]
youngm updated JBSEAM-696:
--------------------------
Attachment: jboss-spring-seam-youngm-1.1.jar
Fixed a few minor bugs and added a Spring NamespaceHandler so now you can do:
<bean id="someSpringBean" class="example.SomeSpringClass">
<property name="someProperty">
<seam:instance name="someSeamComponent"/>
</property>
</bean>
or
<seam:instance id="someSeamComponent"
name="someSeamComponent"/>
<bean id="someSpringBean" class="example.SomeSpringClass">
<property name="someProperty" ref="someSeamComponent"/>
</bean>
Spring integration
------------------
Key: JBSEAM-696
URL:
http://jira.jboss.com/jira/browse/JBSEAM-696
Project: JBoss Seam
Issue Type: Feature Request
Components: Spring, Core
Reporter: Gavin King
Assigned To: Norman Richards
Priority: Critical
Fix For: 1.1.7.GA
Attachments: jboss-seam-spring-youngm.jar, jboss-spring-seam-youngm-1.1.jar
The Spring integration package will support:
(1) injection of Seam components into Spring beans, using beans.xml
(2) injection of Spring beans into Seam components using @In
(3) access to Spring beans via EL
(4) use of Seam-managed PC from Spring DAOs
We'll probably even go as far as:
(5) The ability to treat a Spring bean as a Seam STATELESS JAVA_BEAN component, with a
full stack of Seam interceptors
--
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