[webbeans-dev] Events

Nicklas Karlsson nickarls at gmail.com
Fri Dec 5 17:11:01 EST 2008


On Sat, Dec 6, 2008 at 12:00 AM, Gavin King <gavin at hibernate.org> wrote:
> So it looks like we now have a working event bus, and we even have the
> code for @Observable Event and @Observes. However, I don't think we
> have that stuff hooked into the startup scanning code. We just need to
> tie that stuff into the scanner.

There is some code in Bootstrap.createBeans that iterates over the
observer methods and creates the EventBeans. Of course it might have
broken,
it needs some accompanying tests in BootstrapTest...

---
Nik



More information about the weld-dev mailing list