前のトピック: Deploy a New Data Set次のトピック: com.itko.lisa.jdbridge.JDInvoker


Java .NET Bridge

On Windows, LISA embeds a library that enables in-process, bi-directional communication between the Java VM and the CLR (.NET). This library is named jdbridge (as in java dotnet bridge) and is made of three components:

These components can be found in the usual LISA locations (the bin and lib directories).

The easiest way to take advantage of this bridge is by using the custom JavaScript step, but extensions are also possible. This section covers only the Java -> .NET API because it is the natural usage from LISA. The following classes are the three central classes:

This section contains the following topics:

com.itko.lisa.jdbridge.JDInvoker

com.itko.lisa.jdbridge.JDProxy

com.itko.lisa.jdbridge.JDProxyEventListener