| By Derek Ferguson | Article Rating: |
|
| January 1, 2000 12:00 AM EST | Reads: |
9,865 |
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 9,865
Copyright © 2000 SYS-CON Media, Inc. — All Rights Reserved.
Syndicated stories and blog feeds, all rights reserved by the author.
About 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, |
||||
- AJAX World RIA Conference & Expo Kicks Off in New York City
- Ulitzer’s Amazing First 30 Days in Public Beta
- SYS-CON Announces Government IT Conference & Expo
- RIAs for Web 3.0 Using the Microsoft Platform
- "Government IT Expo" to Highlight Cloud Computing and SOA
- Building a Composite Application Using Multiple Web Services
- Amazon, Google, Microsoft - Big Three Cloud Providers Examined
- Will Ulitzer Dominate News Content on The Web? -Gartner
- Windows 7 To Launch Publicly May 5
- Cisco Needs to Buy EMC to Own VMware
- AJAX World RIA Conference & Expo Kicks Off in New York City
- Ulitzer’s Amazing First 30 Days in Public Beta
- SYS-CON Announces Government IT Conference & Expo
- RIAs for Web 3.0 Using the Microsoft Platform
- How Did We Get to Windows 7?
- "Government IT Expo" to Highlight Cloud Computing and SOA
- Building a Composite Application Using Multiple Web Services
- Amazon, Google, Microsoft - Big Three Cloud Providers Examined
- Will Ulitzer Dominate News Content on The Web? -Gartner
- Micro Focus Offers Micro Focus COBOL for Eclipse
- Google Maps and ASP.NET
- Crystal Reports XI & How It Has Changed
- Creating Controls for.NET Compact Framework in Visual Studio 2005
- Converting VB6 to VB.NET, Part I
- 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"







































