Previous Topic: Deploy a New Data SetNext Topic: com.itko.lisa.jdbridge.JDInvoker


Java .NET Bridge

On Windows, DevTest 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 consists of three components:

These components can be found in the usual DevTest 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 DevTest. 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