Changing to TCP: Configuration, SSL, Whitelisting & Startup

This post continues from our earlier walkthrough, Anatomy of a .NET Project That Calls Java (Shared Memory Bridge), and uses the same BridgeDemo project to demonstrate how to change from Shared Memory to TCP communication. While Shared Memory offers high performance for co-located components, TCP mode is used when the .NET and Java sides run […]

Anatomy of a .NET Project That Calls Java (Shared Memory Bridge)

1) What We’re Building In this post we’ll break down the anatomy of a simple interop project where a .NET application calls into a Java class using JNBridgePro with shared memory. The goal is to make the moving parts visible:        – how a proxy connects the .NET and Java worlds,     […]

Hidden Runtime Dependency in JNBridgePro v12: Why x86 Shared-Memory Transport May Crash

Users of JNBridgePro v12 may encounter a crash when using x86 Shared-Memory transport due to a missing Visual C++ 2010 runtime.

Welcome to the JNBridge WCF Adapter for JMS Blog!

Hello all! The beta program for the JNBridge JMS Adapter is under way. Those of you who’ve already registered for the Beta Partner Program will receive an e-mail linking you to the download page for Beta1. If you haven’t registered, go to www.jnbridge.com/adapter  and I’ll follow up with the link.   I’m Bill Heinzman. I will be the main contact for the […]

Summary of JNBridge talk at JavaOne

George Lawton has posted a very nice summary of my JavaOne talk on Java/.NET UI interop. You can find the post here on The ServerSide Interoperability Blog: http://tssblog.techtarget.com/index.php/interoperability/interoperating-and-bridging-net-java-on-desktop Thanks George!