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アスペクトを適用することは可能ですか?
2つのバンドルがあります。バンドルAは、バンドルBが使用できるサービスを公開します。バンドルBにはBean参照があり、この参照にAOPアスペクトを適用したいと思います。JMXを使用したモニタリングを使用したい。
どうすればこれを実装できますか?
Equinox OSGiコンテナを使用すると、 Equinoxウィービング機能を使用して、さまざまなバンドルにAspectJAOPを適用できます。