How do you communicate between eclipse declarative services and Views (ContentProviders)

后端 未结 2 836
被撕碎了的回忆
被撕碎了的回忆 2021-02-10 17:57

Say you have an eclipse plugin with various views, these views should display data from some OSGi bundle that pushes data to the Views. Rather than have every view communicate

2条回答
  •  闹比i
    闹比i (楼主)
    2021-02-10 18:46

    you could also use Spring DM to wire up your OSGi services and use Martin Lippert glue plugin to wire up the views with OSGi Services (or Spring beans), the good bit with it is that you don't need to write any code based on the service API or spring API...

提交回复
热议问题