Hi All, I like to implement callbacks for Spring Implementation Extension. In the process of doing so...
Here is what I learnt from Spring Native Implementation: 1. Native Spring Framework does not support callbacks, though they support asynchronous messaging with Spring JMS. (We don't use Spring JMS for SCA as the bindings are supported using Tuscany bindings). 2. Spring can support non-blocking methods using Spring AOP (not sure if this would be sufficient to achieve callbacks). Basically, I was trying to read how JAVA implements callbacks in Tuscany, but finding it pretty complex to understand the design here, can some one guide me to understand the same. Thanks in advance. -- Thanks & Regards, Ramkumar Ramalingam
