Integrative Programming 1
Integrative Programming 1
programming
Agenda
1.Discuss the Introduction to Integrative
Programming and Technologies;
Introduction
symmetric integration with another component in the future.
Introduction
incompatible technologies and heterogeneous platforms” enables
transmission of information between applications, automates flow
of data between applications that make up the business process
flow. Integration is the process of combining separate applications
into cooperating collections of application.
1.Create - the sender creates the message and populates it with data.
2.Send - the sender adds the message to a channel.
3.Deliver - the messaging system moves the message from the sender’s
computer to the receiver’s computer, making it available to the receiver.
4.Receive - the receiver reads the message from the channel.
5.Process - the receiver extracts the data from the message.
This diagram
illustrates these five
transmission steps,
which computer
performs each, and
which steps involve
the messaging
system:
Middleware and Integrative architectures
Middleware is a software programming running at
the top of operating system and below the
applications. It connects applications or software
components. Middleware provides a standard high
level interface to the application developers and
integrators, so that application can easily
interoperate. Interoperability is the ability of two or
more components or systems to exchange
information.
There are three types of middleware. These are, transaction-oriented, object-oriented and
message oriented middleware.