Yes, CORBA provides a way to plug in ORB implementations using properties.
How we want to expose these property configurations? I assume the CorbaHost
can provide the value of these properties or it can create an ORB instance.
Thanks,
Raymond
--------------------------------------------------
From: "Wojtek Janiszewski" <[EMAIL PROTECTED]>
Sent: Wednesday, June 25, 2008 12:10 PM
To: <[email protected]>
Subject: Re: [jira] Updated: (TUSCANY-2397) Binding corba should use a
host-corba module
But custom CORBA implementations can be plugged just by adding some
properties, why can't we go that way? Do you mean that specific host-corba
modules would set those properties?
Thanks,
Wojtek
Raymond Feng wrote:
The main idea is to have the pluggability for different CORBA providers.
For example,
We could have host-corba to define the SPIs for other CORBA providers,
then we could potentially have:
host-corba-jdk: Use the CORBA implementation shipped by the JDK
host-corba-yoko: Use Yoko ORB
Thanks,
Raymond