J2EE & .NET Interoperability

View: [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 ]

Articles
Books
  Tutorials
  

Articles:
  • Web services programming tips and tricks: Improve interoperability between J2EE technology and .NET, Part 1 by Wangming Ye   - [Clicks: 100]
    Weaving together Web services to create cross-organizational business processes requires all partners to program to the same standard model and to avoid exposing proprietary implementations. After many years of promoting the interoperability among vendors through joint efforts on standardizing protocols, significant progress has been made. However, the ultimate goal of making Web services interact seamlessly is still a frequent concern and a hot discussion topic. Explore the source of some common interoperability challenges facing Web services integration across platforms and join the author in analyzing a number of interoperability problems resulting from interaction styles, basic data types and structures, and namespace issues between .NET and J2EE technology. Wangming Ye offers best practices that you can use to avoid problems and improve the chances of successful integration. The first part of the series stresses the importance of WSDL design and analyzes the strength and pitfalls of the traditional RPC/encoded style in Web services interoperability.
    http://www-106.ibm.com/developerworks/xml/library/ws-tip-j2eenet1/ - Dec, 2004
  • JLCA Ports Legacy Java Code to .NET by David Williams   - [Clicks: 13]
    The Java Language Conversion Assistant (JLCA) enables developers to port legacy Java code to the .NET world. Get an introduction to this tool, along with an explanation of its installation and conversion processes.
    http://www.devx.com/Java/Article/21946 - Sep, 2004
  • An Introduction to IKVM by Avik Sengupta   - [Clicks: 22]
    Java and .NET are two different worlds, but they can live within one process with IKVM. This JVM for .NET allows .NET (or Mono) to leverage Java code, and vice versa. Avik Sengupta provides an introduction to this important new environment.
    http://www.onjava.com/pub/a/onjava/2004/08/18/ikvm.html - Aug, 2004
  • Plug Into J2EE-.NET Interoperability by Tarak Modi   - [Clicks: 87]
    Your J2EE and .NET apps must interact. This overview presents the standards and available technologies that can help you shape interoperable solutions.
    http://www.fawcette.com/special/j2ee/modi2/ - Jun, 2004
  • Java and .Net interoperability using CORBA by Christian Donner   - [Clicks: 31]
    While the need for interoperability between Java and .Net has become a common problem in larger organizations, CORBA is often not the first choice of techniques for building a bridge between the two worlds. The lack of a commercially available CORBA implementation for .Net required a high up-front investment into this technology, resulting in significant increases in cost and time to market. Since the release of MiddTec's MiddCor earlier this year, this barrier has vanished. In this article, Christian Donner explores the fundamental concepts of using CORBA in a heterogeneous environment consisting of Java and .Net. The article features a simple application that implements object-level calls from Java to .Net in less than 50 lines of source code.
    [Includes source code]
    http://www.javaworld.com/javaworld/jw-05-2004/jw-0517-java.net.html - May, 2004
  • .NET/Java Interoperability: Apply the Proper Tool for the Job by Kenn Scribner   - [Clicks: 34]
    As .NET versus Java debates continue to rage, the reality is that most enterprise IT shops are heterogeneous environments that employ aspects of both frameworks. Find out which is better suited to certain scenarios and learn how to make them work together.
    http://www.developer.com/java/ent/article.php/3351451 - May, 2004
  • EJBs for Everyone: Consume EJBs in .NET Using C# and a Web Service by Laurence Moroney   - [Clicks: 39]
    Getting your apps ready to interact with a J2EE application server is a daunting task for the average VB.NET or C# developer, but Visual MainWin uses Web services to simplify the process. Find out how and learn to write and consume EJBs using C# and a .NET Server.
    http://www.devx.com/dotnet/Article/20866 - Apr, 2004
  • Review: Write C# and Run on J2EE? Believe It with Visual MainWin by Laurence Moroney   - [Clicks: 17]
    If you're a mixed-platform shop and you've ever wished you could leverage the ease of development in Visual Studio to create J2EE apps, it might be your lucky day. With this product, you can compile C# or VB.NET from VS.NET into java bytecode and run it on J2EE.
    http://www.devx.com/Java/Article/20417 - Mar, 2004
  • Hosting .NET Controls in Java by Heath Stewart   - [Clicks: 25]
    Using JNI and some COM interop magic, you can host .NET Windows controls directly in your Java applications.
    http://www.devx.com/interop/Article/19845 - Jan, 2004
  • Java/.NET Interoperability via Shared Databases and Enterprise Messaging by Kyle Gabhart   - [Clicks: 16]
    Using technologies such as shared databases and messaging to provide Java/.NET interoperability may not be as sexy as Web services or binary interoperability, but offers the least risk and the greatest flexibility.
    http://www.devx.com/interop/Article/19952 - Jan, 2004
  • Microsoft .NET and Java: Achieving Interoperability by Simon Guest   - [Clicks: 100]
    Although Web services are the technology most people immediately assume will solve their interoperability problems, one size does not fit all. But regardless of your needs or expectations, an interoperability solution probably exists to fulfill them. Read this quick overview to begin exploring the various methods for achieving interoperability between Java and .NET.
    http://www.devx.com/interop/Article/19928 - Jan, 2004

[Top]

Books:

[Top]

Tutorials:
  • Secure Web services: Encryption by Hedley Proctor   - [Clicks: 51]
    In this tutorial, you will learn how to create secure communications between cross-platform and cross-language Web services. It shows a scenario of a .NET client that connects to a Java Web service using XML encryption. Along the way, you'll see how to create a service and configure its security certificates and how to create and configure the client. You'll also learn some of the interoperability pitfalls of working with .NET.
    [Formats: HTML, PDF, Zip]
    http://www-106.ibm.com/developerworks/edu/ws-dw-ws-encrypt-i.html?S_TACT=104AHW01&S_CMP=HP - May, 2004
  • Secure Web services: Interoperability   - [Clicks: 39]
    This tutuorial is designed for people who have basic knowledge of Web services and associated technologies, such as WSDL and SOAP, who want to learn how to construct a Java Web service with a Visual Basic .NET client for it that communicates securely using WS-Security. We begin by using basic authentication and then move on to digital signature and its use for authentication. The development tools I used to create and run the Web service were: IBM WebSphere Studio Application Developer V5.1.0 (Application Developer) and Microsoft Visual Studio .Net 2003 with Web Services Enchancements 1.0 SP1.
    [Formats: HTML, PDF, Zip]
    http://www-106.ibm.com/developerworks/edu/ws-dw-ws-secint-i.html - 2004

[Top]