Write omero script in Java
Posted: Sun Jan 17, 2016 3:04 pm
Hi,
Is it possible to write an Omero script in Java only without using python?
It seems that it is all there but how to I show the UI of the script input like what exist in Python.
I'm trying to avoid the need to call java from python. (py4j needs a separate agent to be running. I don't like it since it creates another point of failure if this server does not run for some reason, or if you run it twice, and I did not manage to utilize the other python to Java components)
Thanks
Joe
Is it possible to write an Omero script in Java only without using python?
It seems that it is all there but how to I show the UI of the script input like what exist in Python.
I'm trying to avoid the need to call java from python. (py4j needs a separate agent to be running. I don't like it since it creates another point of failure if this server does not run for some reason, or if you run it twice, and I did not manage to utilize the other python to Java components)
Thanks
Joe