[ome-devel] OMERO server JARs as dependencies

Josh Moore josh at glencoesoftware.com
Fri Aug 30 16:03:50 BST 2013


On Aug 29, 2013, at 10:07 PM, Curtis Rueden wrote:

> Hi all,

Hi Curtis,

> I would like to depend on some of OMERO's components for communicating with
> the OMERO server, particularly blitz.jar, from my Java code. However,
> blitz.jar has many dependencies of its own.

Are you developing something for the client-side or the server-side?

> Is there a release version in a Maven repository that I can use for my
> Maven-based project?

Not yet, unfortunately.

> If not, what is the recommended way of managing OMERO components as
> dependencies?

Assuming this is for the client-side (i.e. it won't run with the server), you'll need the contents of lib/client on your CLASSPATH. For compiling functionality into your server, see https://github.com/joshmoore/ome-cmd-example

> Thanks,
> Curtis

Cheers,
~Josh.


More information about the ome-devel mailing list