| Computers Forum Index » Computer - Object (Corba) » CORBA vendor... |
|
Page 1 of 1 |
|
| Author |
Message |
| Darkshine... |
Posted: Mon Oct 27, 2008 6:44 pm |
|
|
|
Guest
|
I have alot of C++ code which use Visibroker's CORBA implementation. It's
time to change CORBA implementation to another one which should be more
cheaper or free. I have the following requirements for this moving:
1. porting C++ code should be easy
2. new CORBA implementation should have technical support (paid or free -
no matter)
please, advise
--
_( )_ ____|~~~~~~~~~~~~~~~~~~|____ o http://www.geekclub.ru/
" " / | \"" | Q T O P I A 1km | " " o a22 s+:+ y e++ r C+++ N++
"" / | \ "|__________________|" " o W-- L(G)++ P(C|P)++ HW:- H
"./ | \" . ||. ". .. || . " ". o GF(R|A) g- MD- OC t-- b:++ |
|
|
| Back to top |
|
|
|
| Johnny Willemsen... |
Posted: Tue Oct 28, 2008 8:51 pm |
|
|
|
Guest
|
Hi,
TAO is a C++ ORB that is portable and does have several support options. See
www.cs.wustl.edu/~schmidt, and
http://www.cs.wustl.edu/~schmidt/commercial-support.html for the commercial
support options, we as Remedy IT are one of the parties that deliver support
for TAO. We have several customers that have migrated from Visibroker to
TAO.
Johnny Willemsen
Remedy IT
www.theaceorb.nl
"Darkshine" <faust at (no spam) primula.ntu-kpi.kiev.ua.nospam> wrote in message
news:ge526m$7ts$1 at (no spam) news.ntu-kpi.kiev.ua...
Quote: I have alot of C++ code which use Visibroker's CORBA implementation. It's
time to change CORBA implementation to another one which should be more
cheaper or free. I have the following requirements for this moving:
1. porting C++ code should be easy
2. new CORBA implementation should have technical support (paid or free -
no matter)
please, advise
--
_( )_ ____|~~~~~~~~~~~~~~~~~~|____ o http://www.geekclub.ru/
" " / | \"" | Q T O P I A 1km | " " o a22 s+:+ y e++ r C+++ N++
"" / | \ "|__________________|" " o W-- L(G)++ P(C|P)++ HW:- H
"./ | \" . ||. ". .. || . " ". o GF(R|A) g- MD- OC t-- b:++ |
|
|
| Back to top |
|
|
|
| Duncan Grisby... |
Posted: Fri Oct 31, 2008 4:03 pm |
|
|
|
Guest
|
In article <ge526m$7ts$1 at (no spam) news.ntu-kpi.kiev.ua>,
Darkshine <faust at (no spam) primula.ntu-kpi.kiev.ua.nospam> wrote:
Quote: I have alot of C++ code which use Visibroker's CORBA implementation. It's
time to change CORBA implementation to another one which should be more
cheaper or free. I have the following requirements for this moving:
1. porting C++ code should be easy
2. new CORBA implementation should have technical support (paid or free -
no matter)
omniORB is a very widely used open source C++ CORBA implementation.
Since anyone can download and use it for free, it's impossible to say
whether it's more or less widely used than any other CORBA
implementation.
Porting from Visibroker to any other C++ ORB will be work, but it
should be relatively easy.
It has an active mailing list for free support, and commercial support
is also available.
http://omniorb.sourceforge.net/
http://www.omniorb-support.com/
Cheers,
Duncan.
--
-- Duncan Grisby --
-- duncan at (no spam) grisby.org --
-- http://www.grisby.org -- |
|
|
| Back to top |
|
|
|
| Darkshine... |
Posted: Fri Nov 21, 2008 11:09 am |
|
|
|
Guest
|
/Mr *marlow.andrew at (no spam) googlemail.com* wrote:/
Quote: I have alot of C++ code which use Visibroker's CORBA implementation. It's
time to change CORBA implementation to another one which should be more
cheaper or free. I have the following requirements for this moving:
1. porting C++ code should be easy
2. new CORBA implementation should have technical support (paid or free -
no matter)
thank you all for the replies. Actually, my project uses the following
features:
Main features:
1. Simple object location service
2. Portable interceptors
3. Concurrency models
CORBA services:
1. Naming service
2. Extended naming service
Fault tolerance:
1. Multiple instances of implementation repository / NS
2. Multiple IORs can be registered in reposritory or NS
Security:
1. SSL/TLS support
Other:
1. National symbols support (with 8-bit encoding)
2. Sun bootstrap agent compatibility
Does above info change some of your recommendations?
--
_( )_ ____|~~~~~~~~~~~~~~~~~~|____ o http://www.geekclub.ru/
" " / | \"" | Q T O P I A 1km | " " o a22 s+:+ y e++ r C+++ N++
"" / | \ "|__________________|" " o W-- L(G)++ P(C|P)++ HW:- H
"./ | \" . ||. ". .. || . " ". o GF(R|A) g- MD- OC t-- b:++ |
|
|
| Back to top |
|
|
|
| Douglas C. Schmidt... |
Posted: Fri Nov 21, 2008 2:53 pm |
|
|
|
Guest
|
Hi,
Quote: thank you all for the replies. Actually, my project uses the following
features:
Main features:
1. Simple object location service
2. Portable interceptors
3. Concurrency models
CORBA services:
1. Naming service
2. Extended naming service
Fault tolerance:
1. Multiple instances of implementation repository / NS
2. Multiple IORs can be registered in reposritory or NS
Security:
1. SSL/TLS support
Other:
1. National symbols support (with 8-bit encoding)
2. Sun bootstrap agent compatibility
Does above info change some of your recommendations?
TAO supports all of these features, with the possible exception of
"Sun bootstrap agent compatibility" since I don't know what that
means. I recommend you download the "Latest Micro Release" of TAO
from
http://download.dre.vanderbilt.edu/
and give it a shot. There are a number of companies that provide
commercial support for TAO who can help you migrate your existing
code. Please see
http://www.dre.vanderbilt.edu/support.html
for more details.
Thanks,
Doug
--
Dr. Douglas C. Schmidt Professor and Associate Chair
Electrical Engineering and Computer Science TEL: (615) 343-8197
Vanderbilt University WEB: www.dre.vanderbilt.edu/~schmidt
Nashville, TN 37203 NET: d.schmidt at (no spam) vanderbilt.edu |
|
|
| Back to top |
|
|
|
|