LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   j-Interop: Open Source, DCOM Access without JNI. (https://www.linuxquestions.org/questions/programming-9/j-interop-open-source-dcom-access-without-jni-480997/)

vikramrc 09-06-2006 01:06 PM

j-Interop: Open Source, DCOM Access without JNI.
 
For anyone interested:

j-Interop(@sourceforge.net) implements DCOM wire protocol (MSRPC) to enable development of Pure Bi-Directional, Non-Native Java applications which can interoperate with any COM component.The implementation itself is purely in Java and does not use JNI to provide native access,thus being truly platform independent. It has full support for COM automation and supports callback from COM Servers (event handling).


1.03(a) has been tested on Fedora 5 and Windows XP/2K/2K3. Beta is expected out by second week of september.

vikramrc 09-30-2006 01:04 PM

New Version Released
 
New Version 1.06(a) released:-

1) New Feature: Complete support for Manipulating Windows registry in a non native way. All create/read/update/delete operations supported. Please check the WinReg package.

2) New Feature: For inproc servers like DLLs and OCXs , and auto register feature has been provided, using this flag in JISystem\JIClsid\JIProgID class can result in the library making all the registry related changes required to run any Inproc server. It is done on the fly.

Beta will be released next week. If anyone has any feature request, they can send the same to me till mid next week.

Thanks to all developers for trying j-Interop.

best regards,
Vikram


All times are GMT -5. The time now is 01:25 PM.