Java .net Integration
What is the current best way to access .net class / methods from within
java. We are currently evaluating JNBridge, which is a great product but
is a little overkill for this project. CORBA is another option but have
not found any really good examples. Web services will be to slow as
large amounts of data will need to be transferred between the Java and
..NET platforms.
Why we want to do this?
c# to Java is not really an option as we hope to have the systems
evolve independant of each other.
Any help greatly appreciated.
|