To add to John Harby's comments ... if you have
components written in other languages (c/c++),
you can always write a small java 'wrapper' around
it - if it is not too much effort of course - and
expose the functionality in the wrapper via rmi(/iiop)
or corba (if your j2ee vendor supports it).

so while not exactly an integral part of your j2ee,
this component will be accessible from j2ee apps.

-krish

----- Original Message -----
From: "John Harby" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, June 20, 2001 4:07 PM
Subject: Re: Integrating a C++ component.


> As with others, it would probably help if you specified your J2EE vendor.
> Some, such as <vendor>Weblogic Enterprise</vendor> will provide direct
> support for such interoperability. There are also add-ons such as
> <vendor>JIntegra (www.linar.com)</vendor> that support this. The CORBA
> solution would be viable but you'd need a C++ ORB. There is an excellent
> open source C++ ORB called <vendor>Orbacus (www.ooc.com)</vendor> but it
is
> not free for commercial use. Is there any way you can just port the C++ to
> Java if all it is doing is text conversion?
>
>
>
> >From: Chinmay Nadkarni <[EMAIL PROTECTED]>
> >Reply-To: Chinmay Nadkarni <[EMAIL PROTECTED]>
> >To: [EMAIL PROTECTED]
> >Subject: Integrating a C++ component.
> >Date: Wed, 20 Jun 2001 06:55:50 -0700
> >
> >I was wondering whether what would the best way to
> >integrate a C++ component with a J2EE application. The
> >component does some text conversion, and returns the
> >converted text (which I presume means using OBV if I
> >want to host the C++ component as a CORBA service).
> >
> >Anyways, does anyone on this list have any experience
> >doing such a integration, that they can share?
> >
> >Thanks.
> >  - Chinmay.

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to