Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以在 OSGI 参考中应用 AOP 方面?
我有两个捆绑包,捆绑包 A 公开了捆绑包 B 能够使用它的服务。Bundle B 有一个 bean 引用,我想对这个引用应用 AOP 方面。我想使用 JMX 进行监控。
我该如何实施?
使用 Equinox OSGi 容器,您可以使用Equinox Weaving功能将 AspectJ AOP 应用于各种捆绑包。