HI all,
I have a HTML plugin with custom java service. The HTML plugin is able to properly access the REST end-point exposed by my custom java service.
There are couple of intialization operations that I need to perform when my plugin is loaded. Is there a way to run an initialization method when a custom java service is loaded?
Thanks!