I created an xPages application that uses many server-side javascript functions located in the server-side javascript library.
Now I have java code located in a java design element that I would like to use to call javascript functions.
I understand that it is not logical to call javascript from java, but I think that all server-side javascript is compiled in java, so I thought that it would be possible to get a handle to the compiled java class that was generated.
any ideas?
source share