JDK-5056398 : Java-Dotnet-Bridge, Enhance JNI that it can call dolnet library directly
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 5.0
  • Priority: P4
  • Status: Closed
  • Resolution: Future Project
  • OS: windows_xp
  • CPU: itanium
  • Submitted: 2004-06-02
  • Updated: 2010-09-02
  • Resolved: 2004-10-19
Related Reports
Relates :  
Description
Name: gm110360			Date: 06/02/2004


A DESCRIPTION OF THE REQUEST :
Currently there exists many ports of .NET to many platforms (Windows, Linux, etc). Dotnet is working also with different processors (Intel x86, Intel Itanium, etc)

Java is running also on many platforms and processors.

But if we want call from Java a dotnet component then we need a native wrapper. Whatever we use, JNI or the ActiveX Bridge. It is only run on one platform.

JUSTIFICATION :
  To make such components more platform independent we need a Java-Dotnet-Bridge.

It can work like the classic JNI. The call to System.loadLibrary() is loading the dotnet library. The mapping of the name space is very simple. The namespace need to be identical in Java and in Dotnet.
(Incident Review ID: 275450) 
======================================================================
###@###.### 10/19/04 19:42 GMT

Comments
EVALUATION Will look into this post tiger.. ###@###.### 2004-06-03
03-06-2004