You could also look into using a COM bridge.
>From: Martin Cabrera <[EMAIL PROTECTED]> >Reply-To: Martin Cabrera <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: Re: Integration C/C++ DLL in J2EE (Weblogic) >Date: Thu, 17 Jan 2002 15:12:02 -0300 > >to enable your EJBs to use this kind of dlls you have to options: > >1) You can create a C++ CORBA server object that use your dlls and then you >can call this CORBA server from your EJBs. For this option to work you need >a CORBA ORB like Visibroker. >2) You can access your dlls from your EJBs using the Java Native Interface >(JNI). I prefer the first option because using JNI from EJB it's not a >common issue. > >Hope this help. > >Martin. > >Martin Cabrera >Dpto. de Informatica. >Abitab S.A. >Montevideo - Uruguay >[EMAIL PROTECTED] > >-----Mensaje original----- >De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] >Enviado el: Jueves, 17 de Enero de 2002 02:56 p.m. >Para: Martin Cabrera >Asunto: RE: Integration C/C++ DLL in J2EE (Weblogic) > > > >C/C++ Dynamic link library are used to calculate insurance and loan,.. > >Regards Raida > >=========================================================================== >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". > _________________________________________________________________ Send and receive Hotmail on your mobile device: http://mobile.msn.com =========================================================================== 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".
