| By Derek Ferguson | Article Rating: |
|
| January 1, 2000 12:00 AM EST | Reads: |
10,319 |
It is the rare .NET developer who is able to work in complete isolation from that other great development platform of the early 21st century - Java. Microsoft tells us that there are two "right ways" to make .NET interoperate with Java:
- Convert your Java code to .NET using either the JCLA or JbImp.exe
- Talk to your Java code via Web services
JNBridge cleverly addresses the shortcomings in both of these approaches by providing .NET with a way to natively invoke "pure" Java code, either on the same machine or across a network. It does this by offering a Java component that is able to "speak" .NET Remoting - of either the tcp/binary variety or the http/soap variety.
JNBridge provides a nice GUI tool that allows you to select the Java classes you wish to access from .NET. It then build .NET proxies for all of these objects - and any objects upon which they depend - so that a developer can be completely insulated from the fact that he or she is accessing Java components instead of .NET components. For example, even when using Java components via JNBridge, Visual Studio .NET's "IntelliSense" feature continues to work - providing real-time assistance with all the names and types for your objects and methods.
The next release of their software is supposed to offer the ability for Java software to talk natively to .NET components, also - so we will be keeping an eye on this product!
Published January 1, 2000 Reads 10,319
Copyright © 2000 SYS-CON Media, Inc. — All Rights Reserved.
Syndicated stories and blog feeds, all rights reserved by the author.
More Stories By Derek Ferguson
Derek Ferguson, founding editor and editor-in-chief of .Net Developer's Journal, is a noted technology expert and former Microsoft MVP.
![]() |
tim 11/16/07 11:23:03 AM EST | |||
This article is over 7 years old, yet you have a copyright date of this year. No, no,no. Just take it down, it was rubbish when it was written, |
||||
- Kindle 2 vs Nook
- Confessions of a Ulitzer Addict
- IBM Hardware Chief, Intel VC Exec Arrested in Insider Trading Scam
- Tactical Cloud Computing Panel at 1st Annual GovIT Expo
- Ulitzer.com Named Exclusive "New Media" Sponsor of Cloud Computing Conference & Expo
- Infrastructure-as-a-Service Will Mature in 2010: Microsoft's David Chou
- Windows 7 – Microsoft’s First Step to the Cloud
- Cloud Expo and the End of Tech Recession
- Jill Tummler Singer, Deputy CIO of CIA, Keynotes at GovIT Expo
- Reality Check at the Cloud Computing Expo
- Visual Studio 2010 Is Cloud Friendly
- Fired SCO CEO Fires Back
- Kindle 2 vs Nook
- The Difference Between Web Hosting and Cloud Computing
- Ajax in RichFaces 3.3, JSF 2 and RichFaces 4
- Confessions of a Ulitzer Addict
- Wave on Ulitzer: Confessions of a Google Wave Fanboy
- IBM Hardware Chief, Intel VC Exec Arrested in Insider Trading Scam
- Cloud Computing Best Practices
- Tactical Cloud Computing Panel at 1st Annual GovIT Expo
- Ulitzer.com Named Exclusive "New Media" Sponsor of Cloud Computing Conference & Expo
- Infrastructure-as-a-Service Will Mature in 2010: Microsoft's David Chou
- Eval JavaScript in a Global Context
- Windows 7 – Microsoft’s First Step to the Cloud
- Google Maps and ASP.NET
- Crystal Reports XI & How It Has Changed
- Converting VB6 to VB.NET, Part I
- Creating Controls for.NET Compact Framework in Visual Studio 2005
- Where Are RIA Technologies Headed in 2008?
- How to Write High-Performance C# Code
- AJAX World RIA Conference & Expo Kicks Off in New York City
- Implementing Tab Navigation with ASP.NET 2.0
- i-Technology Photo Exclusive: Bill Gates & Steve Jobs In "Nerds"
- .NET Archives: Getting Reacquainted with the Father of C#
- i-Technology Viewpoint: "SOA Sucks"
- Programmatically Posting Data to ASP .NET Web Applications



























