--%>

How XML web services integrate two legacy distributed system

How can XML web services integrate two legacy distributed systems, one based on Corba and one based on Java RMI?

E

Expert

Verified

To integrate legacy systems into a bigger platform that interoperates each other, we use CORBA as an “extention” scheme, i.e., corba or web services connect legacy systems to one other as long as everyone conform to standard.

Depending on how the legacy works, we still have to use  uthor scraping or object mapping or similar thicks to make the legacy work with a CORBA vendor product, or WS vendor product.

   Related Questions in Programming Languages

  • Q : Index value of the initial element in

    Write the index value of the initial element in an array?

  • Q : State the term snooping State the term

    State the term snooping?

  • Q : Write a program using simple loop

    Objective:  The purpose of this problem is to gain experience with the principles necessary to write a program using simple loop, decision processing, counters and accumulators Save the Barns, a bi-partisan po

  • Q : What is Native Mode Native Mode :

    Native Mode: Whenever all the domain controllers in a specified domain are executing Windows 2000 Server. This mode permits organizations to take benefit of new Active Directory features like Universal groups, nested group membership, and the inter-do

  • Q : Explain Static variable Static variable

    Static variable: It is a static variable defined within a class body. Such a variable fits in to the class as a whole, and is, thus, shared by all objects of the class. The class variable may be employed to define the default value of an instance vari

  • Q : Explain Swing Swing : The Swing classes

    Swing: The Swing classes are portion of a wider collection termed as the Java Foundation Classes (abbreviated as JFC). The swing classes are stated in the javax.swing packages. They give a further set of components which extend the capabilities of Abs

  • Q : What is Primitive Type Casting

    Primitive Type Casting: C/C++ allows you to cast between totally unrelated types. This can be problematic for model checking. Avoid type casting between unrelated types and in particular primitive types. For example,

    Q : Define Peer Peer : It is a term

    Peer: It is a term employed of the Abstract Windowing Toolkit (AWT) to refer to the underlying classes which give the platform-specific implementation of the component classes.

  • Q : What does XSLT processing models include

    What does extensible style sheet language transformations processing models involve?

  • Q : Overriding a base class method in

    Explain the way to overriding a base class method in Visual Studio .NET and in Visual Studio 2005.