Hi I have a design problem about eventadmin. The EventAdmin handler must be registered as a OSGi service.
My app has a web page, and when doing some asynchronized work, I want to web page to be updated when the work is done (by receiving a event). But I can't register the web page as a EventAdmin handler, since it created by the base servlet and can't act as a service. Any suggestions? Regards LongkerDandy

