Forte support for CORBA
We'd like to interface to a C++ app using CORBA. From Forte's
documentation, it appears that they're real strong on ObjectBroker. Can
you interface using CORBA implementations from any other supplier?
========================================================================
Neil Gendzwill, Senior Software Engineer, SED Systems, Saskatoon, Canada
E-MAIL: gendzwil@sedsystems.ca PHONE: (306) 933-1571 FAX: (306) 933-1486
[468 byte] By [
] at [2007-11-25 5:01:42]

Don:
What you said about Forte support for Visigenic and Iona is true --
the WebEnterprise does
allow a client written in Visigenic's Visibroker or Iona's OrbixWeb to
call a Forte service object.
My question is whether visa-versa is true: can Forte service object call
an IIOP client? i.e.
through a callback mechanism. Do you know whether this is technically
possible? Has any
one verified that?
Thanks.
Stuart Ngai.
>--Original Message--
>From:Don Nelson [SMTP:dnelson@forte.com]
>Sent:Tuesday, January 13, 1998 9:57 AM
>To: Neil Gendzwill
>Cc: kamranamin@yahoo.com
>Subject:Re: Forte support for CORBA
>
>Neil,
>
>Yes, IIOP is getting to be a pretty popular way of doing it, and we support
>ORBs from Visigenix and Iona.
>
>Don
>
>At 05:15 PM 1/12/98 -0600, Neil Gendzwill wrote:
>>We'd like to interface to a C++ app using CORBA. From Forte's
>>documentation, it appears that they're real strong on ObjectBroker. Can
>>you interface using CORBA implementations from any other supplier?
>>
>>======================================================================= =
>>Neil Gendzwill, Senior Software Engineer, SED Systems, Saskatoon, Canada
>>E-MAIL: gendzwil@sedsystems.ca PHONE: (306) 933-1571 FAX: (306) 933-1486
>>
>>
>>
>>
>>
>
>
>============================================
>Don Nelson
>Regional Consulting Manager - Rocky Mountain Region
>Forte Software, Inc.
>Denver, CO
>Phone: 303-265-7709
>Corporate voice mail: 510-986-3810
>
>aka: dnelson@forte.com
>============================================
>
>"We tigers prefer to inflict excitement on others." - Hobbes
at 2007-6-29 9:21:34 >

Stuart,
This is technically possible and Forte has some technical notes
describing how to do this. The example demonstrates how a Java
applet that registers an anchored Java object with an ORB and
passes the object reference to a Forte service object which keeps a
pointer to it for subsequent invocations. That is the call-back
mechanism you are looking for.
Ask for technote 11152 (VisiBroker specific) and 11153 (OrbixWeb
specific).
Lee Wei
At 01:23 PM 1/13/98 -0500, Ngai, Stuart wrote:
>Don:
> What you said about Forte support for Visigenic and Iona is true --
>the WebEnterprise does
>allow a client written in Visigenic's Visibroker or Iona's OrbixWeb to
>call a Forte service object.
>My question is whether visa-versa is true: can Forte service object call
>an IIOP client? i.e.
>through a callback mechanism. Do you know whether this is technically
>possible? Has any
>one verified that?
>Thanks.
>Stuart Ngai.
>
>>--Original Message--
>>From:Don Nelson [SMTP:dnelson@forte.com]
>>Sent:Tuesday, January 13, 1998 9:57 AM
>>To: Neil Gendzwill
>>Cc: kamranamin@yahoo.com
>>Subject:Re: Forte support for CORBA
>>
>>Neil,
>>
>>Yes, IIOP is getting to be a pretty popular way of doing it, and we support
>>ORBs from Visigenix and Iona.
>>
>>Don
>>
>>At 05:15 PM 1/12/98 -0600, Neil Gendzwill wrote:
>>>We'd like to interface to a C++ app using CORBA. From Forte's
>>>documentation, it appears that they're real strong on ObjectBroker. Can
>>>you interface using CORBA implementations from any other supplier?
>>>
>>>=================================================================== =====
>>>Neil Gendzwill, Senior Software Engineer, SED Systems, Saskatoon, Canada
>>>E-MAIL: gendzwil@sedsystems.ca PHONE: (306) 933-1571 FAX: (306) 933-1486
>>>
>>>
>>>
>>>
>>>
>>
>>
>>============================================
>>Don Nelson
>>Regional Consulting Manager - Rocky Mountain Region
>>Forte Software, Inc.
>>Denver, CO
>>Phone: 303-265-7709
>>Corporate voice mail: 510-986-3810
>>
>>aka: dnelson@forte.com
>>============================================
>>
>>"We tigers prefer to inflict excitement on others." - Hobbes
>
>
at 2007-6-29 9:21:34 >

Neil,
I've done a little demo app in MSVC++ 5.0 connecting to Forté via
Visigenic's VBroker.It seems to work and after the first connect has a
quick response time (less than 500ms). There is a code generator that
generates the server and client stubs from Forté's generated IDL file.
Discard the server stubs and use the client stubs in your C++ app.
Regards,
Richard Stobart
Technical Consultant for Forté
E-mailRichardStobart@mail.com
Quick-mail:0832691942@sms.mtn.co.za
Voice:(+ 27 83) 269 1942
(+27 11) 456 2238
Fax:(+ 27 83) 8269 1942
--Original Message--
From:Don Nelson [SMTP:dnelson@forte.com]
Sent:Tuesday, January 13, 1998 4:57 PM
To: Neil Gendzwill
Cc: kamranamin@yahoo.com
Subject:Re: Forte support for CORBA
Neil,
Yes, IIOP is getting to be a pretty popular way of doing it, and we support
ORBs from Visigenix and Iona.
Don
At 05:15 PM 1/12/98 -0600, Neil Gendzwill wrote:
>We'd like to interface to a C++ app using CORBA. From Forte's
>documentation, it appears that they're real strong on ObjectBroker. Can
>you interface using CORBA implementations from any other supplier?
>
>========================================================================
>Neil Gendzwill, Senior Software Engineer, SED Systems, Saskatoon, Canada
>E-MAIL: gendzwil@sedsystems.ca PHONE: (306) 933-1571 FAX: (306) 933-1486
>
>
>
>
>
============================================
Don Nelson
Regional Consulting Manager - Rocky Mountain Region
Forte Software, Inc.
Denver, CO
Phone: 303-265-7709
Corporate voice mail: 510-986-3810
aka: dnelson@forte.com
============================================
"We tigers prefer to inflict excitement on others." - Hobbes
at 2007-6-29 9:21:34 >

Neil,
Yes, IIOP is getting to be a pretty popular way of doing it, and we support
ORBs from Visigenix and Iona.
Don
At 05:15 PM 1/12/98 -0600, Neil Gendzwill wrote:
>We'd like to interface to a C++ app using CORBA. From Forte's
>documentation, it appears that they're real strong on ObjectBroker. Can
>you interface using CORBA implementations from any other supplier?
>
>========================================================================
>Neil Gendzwill, Senior Software Engineer, SED Systems, Saskatoon, Canada
>E-MAIL: gendzwil@sedsystems.ca PHONE: (306) 933-1571 FAX: (306) 933-1486
>
>
>
>
>
============================================
Don Nelson
Regional Consulting Manager - Rocky Mountain Region
Forte Software, Inc.
Denver, CO
Phone: 303-265-7709
Corporate voice mail: 510-986-3810
aka: dnelson@forte.com
============================================
"We tigers prefer to inflict excitement on others." - Hobbes
at 2007-6-29 9:21:34 >
