SWING and Windows Forms

Usually when we talk about Java / .NET interop, we’re talking about services, messages, SOAP, web services, etc. But here’s a cool article by Simon on interoping Java SWING with Windows Forms. Not particulatrly tight interop in this case (it looks like the two forms are in seperate processes), but it gets the job done.

Comments:

The neat thing about having the forms in a different process is that the engine could be remoted - a'la X-Windows.