Did you know? DZone has great portals for Python, Cloud, NoSQL, and HTML5!

event admin

  • submit to reddit

OSGi : PostEvent vs SendEvent in New Thread

This post show the difference between postEvent and sendEvent in osgi throw in example. According to documentation, post initiate asynchronous delivery of an event and send is the synchronous one.

0 replies - 12967 views - 09/27/09 by Slim Ouertani in Articles

OSGi Event Admin with Spring DM

In my current post, I will try to highlight using event admin with spring DM. By an example, we will send an event inside the OSGi container from a notifier bundle and intercept by second subscriber bundle. 1 - Notifier Bundle  It contains a single...

0 replies - 6632 views - 11/12/08 by Slim Ouertani in Articles