[Mono-list] How can I comunicate with wombat?

Rodrigo Moya rodrigo@ximian.com
23 Apr 2003 12:11:32 +0200


On Wed, 2003-04-23 at 01:18, Iñigo Illán wrote:
> You can use Corba to access this information.
> 
well, you can use CORBA directly, if you want, but I'd recommend using
the set of libraries I mentioned in my previous mail. They use
internally CORBA to contact wombat, but will avoid you the pain of
dealing directly with the CORBA interfaces.

> For .NET there is a free Corba implementation called Remoting Corba.
> It's project homepage is http://remoting-corba.sourceforge.net
> 
> For access Wombat methods through Corba you have to use corba
> callbacks (I think). This aren't  implemented (yet) in the actual
> stable version, but are spected to be implemented in the next release.
> 
CORBA callbacks? What do you mean about that? The wombat IDL interfaces
don't use callbacks, but BonoboListener's, to communicate with the
client.

cheers