mathieuancelin / weld-osgi

This project aims to provide an OSGi integration for Weld. This project is no longer updated, see https://github.com/weld/core for updates
https://github.com/weld/core
12 stars 10 forks source link

Use OSGi services for inter-bundle event broadcasting #77

Open mathieuancelin opened 13 years ago

mathieuancelin commented 13 years ago

Right now the link between cdi containers is handled by CDI implementation. It is pretty stupid. We should register a listener per bean bundle and use standard OSGi mechanism to broadcast events.