2

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

www.openmicroscopy

Marcus Leon
  • 55,199
  • 118
  • 297
  • 429
  • 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

2 Answers2

3

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.

Josh
  • 201
  • 2
  • 5
0

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?)

Brian Agnew
  • 268,207
  • 37
  • 334
  • 440