I need to make my Java program as a PlugIn to OME - an Image processing web based s/w having Java API

www.openmicroscopy

link|improve this question
What do you want this plugin to do? Do you know Java? Have you downloaded the source to OME? When I looked at the site (it would have been nice for you to give a real URL), I didn't see any defined plugin API docs, so you'll probably have to find your own way to hook into the code. – kdgregory May 30 '09 at 11:37
feedback

2 Answers

OmeroJava is the appropriate API for the latest version of OME (OMERO 4.2), if you are writing a client. If you would like to embed your code inside of Insight (the OMERO Java client), then you should start with How to write a client. Other links to OME-Java libraries are for a legacy version and should not be used.

link|improve this answer
feedback

Looks like the Open Microscopy Java API is worth investigation. If it's not, it's worth highlighting in your question as to why it's not suitable (marked as legacy?)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown