如何在 apache felix 上实现异步处理?

How do I implement asynchronous processing on an apache felix?

在我们当前的项目中,我们需要进行一些异步计算。 我们在 Apache Felix 4 上使用 OSGi 和 bndtools。 关于如何做到这一点的任何建议? 我们正在寻找类似 http://docs.oracle.com/javaee/6/tutorial/doc/gkkqg.html

的内容

OSGi promises 怎么样

  1. OSGi 规范705 Promises Specification
  2. Tim Ward Asynchronous OSGi 的精彩演讲
  3. Interview/Introduction OSGi Promises specification 同样来自 Tim Ward
  4. 来自 Apache Aries on Promises
  5. 的代码示例