advertisement
Premier Club Log In/Registration
  Include Code  Search Tips
TODAY'S HEADLINES  |   ARTICLE ARCHIVE  |   SKILLBUILDING  |   TIP BANK  |   SOURCEBANK  |   FORUMS  |   NEWSLETTERS
Browse DevX
Download the code for this article
Janeva 2.5
Is connecting to J2EE servers from .NET a priority or requirement of your organization? Do you use Janeva or other tools? Do you use CORBA now? Do you think you might have a need to use CORBA-.NET interop in the futures? Are you using Janeva to connect between other languages? What do you think of this method vs. Web services? Let us know in the Java or .NET Technical discussion forum.
Partners & Affiliates
advertisement
advertisement
advertisement
Average Rating: 3/5 | Rate this item | 1 user has rated this item.
 

Connecting CORBA to .NET

In this article, you'll see how to build a CORBA server and connect it to C# clients using Borland's Janeva as "glue". 


advertisement
ORBA, the acronym for Common Object Request Broker Architecture, is a widely used communications model for building distributed (multi-tier) applications that connect both cross-platform and cross-language clients to server-based services. Like J2EE, it's not easy to connect CORBA to the .NET world, where ASP.NET Web services and .NET Remoting are the generic ways to build distributed applications. Making that connection requires a way to describe .NET objects as CORBA objects so that J2EE can interact with them, and a way to describe CORBA objects as .NET objects, so that managed .NET code can interact with them. In other words, you need some mediating code that can translate objects and method calls from CORBA's representation to the .NET framework's representation. Borland's Janeva does exactly that: It simplifies the process of making that translation to connecting CORBA or J2EE objects to the .NET world.


Getting Started
To start, you need a CORBA server. Although some readers will have a server available and running, many won't, so the first part of this article shows you how to create a simple CORBA server in C++ that you can use for practice and testing. It's important to understand that the CORBA server could just as well be written using Java, Delphi, or any other language. The second part shows you how to connect to that server using Janeva.

The sample server that accompanies this article was built with Borland C++Builder 6 Enterprise. If you don't have access to Borland C++Builder, you can use the compiled sample server application in the downloadable code for this article. The server is based on an existing application that maintains a personal agenda with appointments, used to schedule meetings electronically. The scheduling implementation details aren't important for this article; it's more important to focus on how to build and distribute the CORBA server interface specification that you'll use at the client to experiment with Janeva's connectivity.

  Next Page: Build a CORBA Server


Page 1: IntroductionPage 3: Build a CORBA Client
Page 2: Build a CORBA ServerPage 4: Calling the CORBA Server
Please rate this item (5=best)
 1  2  3  4  5
advertisement
Advertising Info  |   Member Services  |   Permissions  |   Contact Us  |   Help  |   Feedback  |   Site Map  |   Network Map  |   About