Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Ramkumar 10/10/2008: SCA annotations and Callbacks does not seem be supported by Spring natively, though few lifecycle methods like @Init and @Destroy seems to be possible.
To support other annotation types, I believe we need to have the Tuscany runtime to introspect the spring implementation classes and inject the required objects.
Spring allows to inject the objects into its existing beans at post-initialization of bean using custom annotations defined by BeanPostProcessor.
Here we need a clarification, if this would be the right approach.

Ramkumar 14/10/2008: Refer to page http://cwiki.apache.org/confluence/display/TUSCANYWIKI/SCA+Annotation+Support+for+Spring

Specs Silent on supporting Constructor Injection:

...