We're Hiring!

C++ Components

General user discussion about using the OMERO platform to its fullest. Please ask new questions at https://forum.image.sc/tags/omero
Please note:
Historical discussions about OMERO. Please look for and ask new questions at https://forum.image.sc/tags/omero

There are workflow guides for various OMERO functions on our help site - http://help.openmicroscopy.org

You should find answers to any basic questions about using the clients there.

C++ Components

Postby fisher » Thu Nov 24, 2011 5:24 pm

The FAQ says that components can be written in Java, Python or C++
yet Ice supports other languages - is there any reason why the rest of
the Ice supported languages are not supported by OMERO?

Has anybody experience of writing C++ components and integrating them on the server side?

Steve Fisher
fisher
 
Posts: 6
Joined: Fri Nov 11, 2011 11:57 am

Re: C++ Components

Postby jmoore » Mon Nov 28, 2011 9:22 am

Hi Steve,
fisher wrote:is there any reason why the rest of
the Ice supported languages are not supported by OMERO?


OMERO provides a layer on top of the code-generated ice classes to make working with our model (somewhat) easier. Without the necessary OMERO-code generation, it's not possible to use, say, ruby or .NET.

Has anybody experience of writing C++ components and integrating them on the server side?


There should be no barrier to writing components in C++, and they will look much like those in other languages. Everything outside of the Java server with the PostgreSQL connection is considered a client, so there are a number of examples you can look at.

The main barrier will be that some helper functions have not yet been written in C++, but we'd certainly be very keen to help provide anything you may need.

What are you looking to integrate server side?

Cheers,
~Josh
User avatar
jmoore
Site Admin
 
Posts: 1591
Joined: Fri May 22, 2009 1:29 pm
Location: Germany

Re: C++ Components

Postby fisher » Wed Nov 30, 2011 11:00 am

No specific plans at the moment. I am just considering how best to integrate OMERO.
fisher
 
Posts: 6
Joined: Fri Nov 11, 2011 11:57 am


Return to User Discussion

Who is online

Users browsing this forum: Google [Bot] and 1 guest

cron