Interop is not only Web Services
This excellent article by Heinrich Gantenbein of Avanade examines a scenario where bridge technology really shines when connecting a new .NET app to an existing Java-based system. At the Microsoft booth at JavaOne 2005, we had partner JNBridge demonstrating their JNBridge product, to great interest among many developers. Other bridge products also work well. Web services solves many problems but it is not the only answer. It's good to have options.
Comments
- Anonymous
July 06, 2005
I also wrote about this years back, with the first edition of the article at http://www.devhood.com/Tutorials/tutorial_details.aspx?tutorial_id=506. An updated and better written article was commissioned on DevX in the Java Interop section at http://www.devx.com/interop/Article/19845. It goes into much greater depth and leads readers through an example of bridging .NET controls and Java using COM and JNI.