.NET Remoting for Synchronous Integration


Microsoft offers as part of the .NET Framework a technology called .NET Remoting. This provides several services for application integration such as application activation, support, and channels for communication between these applications. It also provides formatters that may be used to manage the encoding/decoding of messages as they travel between the applications.

These are all very well if the application landscape is entirely based in .NET and remoting may be used throughout. However, to achieve interoperability with Java EE based systems, a bridging solution between .NET Remoting and Java is necessary.

Chapter 5, ".NET Remoting for Synchronous Integration," goes into several frameworks that enable thisnamely

  • IIOP.NET

  • J-Integra

  • IHub

  • JNBridge

The chapter uses the aforementioned Supply Chain Management application and demonstrates remoting integration across application and technology domains using these frameworks. In 2006 Microsoft will release the Windows Communication Foundation (formerly Indigo), which supercedes remoting, Web services, messaging, and a number of other communication technologies into a single unified API. As this software is only in early access release at the writing of this book, and as this book covers available technologies only, the text concentrates on remoting and on the third-party technologies that implement it.




Java EE and. Net Interoperability(c) Integration Strategies, Patterns, and Best Practices
Java EE and .NET Interoperability: Integration Strategies, Patterns, and Best Practices
ISBN: 0131472232
EAN: 2147483647
Year: N/A
Pages: 170

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net