”Proxy by Name”, a new feature in JNBridgePro 7.3

“Proxy by name” is a new JNBridgePro 7.3 feature that maps parameter names from underlying methods and constructors into the proxies, so they appear in IntelliSense and tool tips while you’re writing code.

Bridge methods in JNBridgePro 7.3

JNBridgePro 7.3 fixes a longstanding issue related to differences in the way Java and .NET handle method return types that differ from the return types dictated by interfaces or abstract superclasses.

Hash tables, mutability, and identity: How to implement a bi-directional hash table in Java or .NET

It’s easy to implement a table where you can look up an object given a key. But what if you have the object and want to find its key? We show you how.

Bridging Between JVM-Based Languages and .NET

It’s easy to bridge bewteen JVM-based languages and .NET. This article shows you how.