How to trigger an Eclipse component from LotusScript

I would like to send some kind of event from LotusScript (an agent or a view action) to a Eclipse plugin component (sidebar).

It works fine if i´m using the property-broker, but for that, i have to build an composite application and wire the view action to the sidebar component.

But in my case, i don´t want to build an CA only to ‘trigger something’ on the sidebar component (overhead), and btw the property broker does not support agents.

The sidebar component should only compute/refresh some data (which is not visible on screen and has not to be reported back to the calling LotusScript).

You can drag documents from a view to the sidebar, without the need of a CA/property broker/WSDL.

So i think there must be something…

Any help is welcome, thanks in advance.

Thomas

Subject: Do you have any solution yet?

I heard recomendations to use Java RMI or OSGI EventAdmin, but no working examples.

Subject: problem not solved yet

No, still looking for an solution. Meanwhile, i have to use the property broker as a workaround.