Upgrading C++ projects to newer Visual Studio versions

The following is a public service announcement intended to help anyone who has a C++ project that was created with an old Visual Studio version like VS 2005 or 2008, and now wants to keep editing it with a more modern Visual Studio.

New JNBridgePro point release

We’ve released JNBridgePro version 7.2.1 that addresses a number of issues encountered in the previous version.

Creating WCF Services using the .NET JMS Adapter–Part 1

Explore how to deploy a web service in IIS that takes messages from a client and publishes them to a JMS queue using a WCF binding created by the JNBridge JMS Adapter for .NET.

Embedding Swing components inside WPF and WinForms applications

Swing components can be embedded in WPF or WinForms applications, just as easily as regular AWT components can.