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