What is EI?

Enterprise Integration (EI) is a business computing term for the plans, methods, and tools aimed at modernizing, consolidating, and co-coordinating the computer applications in an enterprise.

EI Levels

Data Level

Integrates and synchronizes data stores to help them support the sharing of information among applications in a more efficient manner. Typically, this approach entails extracting information from one database and updating other database(s), while simultaneously processing information between them.

Application / interface level

This links applications at their individual interface levels. This often requires implementation of an adapter between the application interfaces and the message broker. message brokers are typically delivered with ‘out-of-the-box’ adapters for popular packaged applications such as SAP. Application-level integration is a form of EI that integrates different applications on the functional level. A function (which can be viewed as a business logic) in one application causes the execution of another function in a different application.

Process level

Process level integration takes application level integration a step further, allowing a business model, which defines the flow of business activities, to control inter-application processing links. This often leads to modeling and implementation of business process flow (or business process management), beyond the logic embedded within the existing applications. Conceptually, this is a layer above the application integration layer that deals with business processes rather than data and interfaces.

Middleware Types

Data Middleware

Data Middleware includes data gateways, data replication, as well as extract, transformation, and load (ETL) tools. They integrate applications by giving direct access to their databases, or through file transfers.

Message oriented Middleware (MOM)

Message oriented Middleware (MOM) facilitates the exchange of messages between applications allowing them to operate independent of each other, and yet remain loosely coupled. MOM provides an API that abstracts the application developer from having to deal with the intricacies of lower-level communication chores including guaranteed message delivery, automatic error detection, and retry amongst others.

Application servers

Application servers include Web-application servers for monitoring purposes. Object-request brokers offer a centralized, object-oriented integration framework or platform that provides built-in support for environment management and transaction services. This type of Middleware either partially or completely insulates the application program from the operating system. Application servers are used in a more synchronous environment where the primary focus is development of new applications rather than integration of existing applications.

Message brokers

Message brokers are high-level Middleware that provide a set of functions that is specifically related to connecting application programs or Middleware products that differ from each other. The message broker provides additional functionality including a variety of adapters, publish or subscribe communication techniques, intelligent message transformation including syntactic conversion and semantic transformation, content-based routing, process flow automation, and business process modeling.

Data Integration Features

  • Data movement: This focuses on the transfer of data (directly) from one database to another.
  • Data transformation: This processes and transforms data to fit or match the target database's format.
  • Data services: This has the ability to transfer data through service.
  • Data synchronization: This has the capability of enabling the same data to be made shareable amongst different systems.
  • Changed data capture: This has the capability of loading differential change.
  • Data quality: This has the ability of performing data standardization, constraint-checking, data validation, and rule-based cleansing.

Data Integration Advantages

  • It is relatively inexpensive.
  • It represents a proven approach that has been used successfully multiple times.
  • The technology to implement this approach has been available for quite some time.
  • Appropriate expertise is more readily available than other types of Data Integration.
  • Since Data Integration does not involve any traditional kind of programming like Cobol or C++, it can produce results faster than them.
  • In some scenarios, the only practical integration option is the DBMS interface.
  • Data Integration is useful in situations where there is a need to wrap existing data sources to allow integration through encapsulated interfaces, like a data abstraction layer for example.
  • It does not require any knowledge of the application code of Legacy Applications.

Data Integration Disadvantages

  • Data Integration does not solve the problem of integration of business events, since a business event in one application does not trigger an execution of business logic in another. In that sense, it can be viewed as more of a stopgap arrangement.
  • Data Integration does not scale well for OLTP type of application integration.
  • Data Integration can mask important issues with the enterprise information systems since it accesses data without invoking the business logic in the application that ‘owns’ the data.
  • In many cases, Data Integration may require a detailed knowledge of data semantics as well.
  • Data Integration has been known to result in lower levels of integrity when business rules and data-owning (and validated) applications are bypassed.

Key Points to Real time Data Integration

  • Business processes generally requires real time data processing.
  • A data replication mechanism should be in place to copy information in more than one application.
  • In real time Data Integration, business logic is applied to the data.
  • The push mode of Data Integration is used during real time Data Integration.
  • Data throughput is relatively small in the case of real time Data Integration.
  • A two phase commit can be supported by real time Data Integration.
  • Real time Data Integration is a costly option when compared to batch mode Data Integration (to be covered in the next section).

Key Points to Batch mode Data Integration

  • Business models commonly include bulk processing of activities.
  • Data transfer can be scheduled in a predefined time for it.
  • Generally, business logic is not applied to the data in the case of a batch mode of Data Integration.
  • This is a pull mode of Data Integration.
  • Data throughput is comparatively higher in the case of a batch mode of Data Integration.
  • Legacy applications can be supported very easily on it.
  • This is a cheaper option when compared to real time Data Integration (covered in the previous section).

Data Integration approach

  • Data consolidation: This is a technique that integrates data from multiple source systems and integrates them into a single persistent data store. This approach is generally adopted in data warehousing.
  • Data federation: This provides a single virtual view of one or more source databases. Enterprise Information Integration (EII) is an example of a technology that supports a federated approach to Data Integration.
  • Data propagation: This copies data from one location to another. This event-driven approach is usually operated online.

Data Integration Styles

  • Extract, Transform and Load (ETL)

    • It works by extracting data in bulk from a source system, then bulk transforming it, and then finally bulk loading it into the target system.
    • When it is used, the collection of data level records is medium at the most.
  • Enterprise Information Integration (EII)

    • Providing real time 'read and write' access
    • Transforming data for business analysis and data interchange
    • Managing data placement for performance, currency, and availability
  • Enterprise Data Replication (EDR)

    • Same instance of data is replicated across multiple data repositories
    • Employs effective methods for disaster recovery and data mirroring
    • Ensures an exceptional availability of data as there are multiple repositories of similar data repository
    • Uses an extremely effective technique for load balancing
  • Master Data Management (MDM)

    • Central repository of master data
    • Single source of core business entities
    • Reference data to transactional applications
    • Useful for cross selling and up selling of products
    • Core business entities can be modified at a single place
    • Can be used to implement better CRM

WebSphere MQ Features

  • Provides cross platform support
  • Has the same messaging API on all platforms
  • Guarantees a one-time delivery
  • Employs a two-phase commit
  • Enjoys a wide EI industry support
  • Has the capability of triggering an application to process a message
  • Capable of grouping messages
  • Capable of performing load balancing

Message Broker Features

  • Facilitates interaction among applications
  • Acts as a shareable component that sits between information sources, or message publishers
  • Sometimes, it also includes basic message-oriented Middleware and database Middleware
  • Supports functionality of a variety of adapters
  • Facilitates intelligent message transformation, and content-based routing
  • Supports process flow automation and business process modeling

Message Oriented Middleware Features

  • Can combine many input messages into a single message (many to one)
  • Can split one input message into multiple messages (one to many)
  • Employs a complex conditional logic, especially across repeating records
  • Can hold or maintain state and variables, both within as well as across messages
  • Processes communications synchronously
  • Can perform data related activities beyond transformation and substitutions such as data de-duplication and data cleansing

WebSphere Message Broker Features

  • Distributes information irrespective of its type
  • Provides a mechanism for connecting, routing, and transforming business data from a variety of transports without a need to change the underlying applications generating the data
  • Is built upon the WebSphere MQ
  • Reduces the number of point-to-point interconnections
  • Routes information in real time based on topic and content
  • Validates and transforms in-flight messages
  • Routes messages based on business rules which can be reevaluated
  • Improves business agility by dynamically reconfiguring the distribution of information
  • Provided access control in order to securely deliver personalized information

What is Service Oriented Integration (SOI)?

  • SOI is an architectural style which requires a service provider, a service requestor, and a service description.
  • SOI consists of a set of architectural principles, patterns, and criteria which address characteristics such as modularity, encapsulation, loose coupling, separation of concerns, reuse, and composability.
  • SOI is in many ways a programming model, complete with standards, tools, and technologies such as Web Services.

The relationship between SOI and SOA

  • SOI integrates both SOA and non-SOA applications: It exposes existing business functions as services using the service adaptor pattern.
  • SOI integrates non-SOA applications as if they were services: It allows coexistence of architectures during transition using the service proxy pattern.
  • SOI does not require an enterprise-wide initiative: Individual projects, regions, or LOBs can adopt SOI and show business benefits. The wider the adoption in the enterprise, the greater the business benefit. 4.Incrementally adopt SOA after SOI adoption without a significant penalty: Loose coupling of SOI components makes integration less brittle.

SOI Advantages

  • It lowers the cost to add new interfaces and modify existing interfaces
  • It easily, as well as incrementally expands integration services by managing to grow capabilities over time
  • It works with single as well as multi-vendor integration environments
  • It supports both synchronous as well as asynchronous interfaces
  • It starts with the software an organization probably owns already, along with their existing integration architecture
  • It begins return on investment with a single project itself and subsequently increases with every additional project
  • SOI helps lower maintenance costs

Web Service Features

  • Web Services is an implementation technology that is standards based, offering the promise of interoperability.
  • Web Services can be used to implement multiple integration styles.
  • Many of today's Web Service integration technologies use the point-to-point integration style, which has a number of disadvantages.
  • Nowadays, quite a few hub-and-spoke Middleware have adapters that have Web Service interfaces.
  • Web Services is often selected as an implementation technology for Service Oriented Architectures (though SOAs can be implemented using other technologies like XML as well).

Enterprise Service Bus(ESB) Features

  • The ESB is a specific pattern of connectivity wherein multiple ESB configurations and topologies are possible.
  • The topology you implement should be optimized to meet your unique business requirements.
  • Your topology can change as your business requirements evolve.

Business Process Management (BPM) Features

  • The optimization and automation of business processes allows a new level of flexibility and responsiveness to the changing requirements inherent in an on demand business environment.
  • Through monitoring of the automated business processes, both IT performance and business goals can be measured, providing a rich capability for both the business executives and the IT executives to understand, evaluate and improve the organization’s capability to deliver business function that satisfies business requirements.
  • A business process is a series of tasks executed in a specific order that an organization follows to achieve a larger business goal.
  • WebSphere Process Server is a process engine that provides a hosting environment for business processing. It provides support for the Service Component Architecture (SCA) programming model. 5.WebSphere Process Server includes support for both Web Services Business Process Execution Language (WS-BPEL) based process flows and business state machines. It supports the integration of business rules and for the incorporation of tasks that are carried out by users (human tasks) in a business process.

What is Process Integration?

  • An abstraction layer that synchronizes business processes by integrating business applications and human activities
  • Integration that takes application level integration a step further by allowing a business model, which defines the flow of business activities, to control inter-application processing links
  • A process that allows modeling and implementation of business process flow (in a way similar to business process management) outside the business logic embedded within existing applications

Process Integration Features

  • Integrates enterprise with key partners, suppliers, and customers
  • Responds swiftly to any customer demand, market opportunity, and external threat
  • Automates business processes involving systems and people
  • Offers easy exchange of real-time information across multiple participants, platforms, business applications, and organizations
  • Makes optimal use of human resources to support business processes and deliver enterprise services
  • Manages business process logic in accordance with business design in separation from implementation and integration details
  • Increases business agility and flexibility by aligning business models with strategic objectives

Training - An Introduction to Enterprise Integration的更多相关文章

  1. 按照Enterprise Integration Pattern搭建服务系统

    在前一篇文章中,我们已经对Enterprise Integration Pattern中所包含的各个组成进行了简单地介绍.限于篇幅(20页Word以内),我并没有深入地讨论各个组成.但是如果要真正地按 ...

  2. Enterprise Integration Pattern - 组成简介

    近些年来,越来越多的Web应用正在逐渐向大型化的方向发展.它们通常都会包含一系列相互协作的子服务.在开发过程中,如何让这些子服务协同工作常常是软件开发人员所最为头疼的问题,如各个子服务之间的数据表示不 ...

  3. Self-Paced Training (1) - Introduction to Docker

    helloworld: wget -qo- https://get.docker.com/ | sh sudo docker run hello-world sudo usermod -aG dock ...

  4. Enterprise Integration Patterns

    https://camel.apache.org/enterprise-integration-patterns.html 企业集成模式,各种模式算法,挺棒的. https://camel.apach ...

  5. Java EE (7) -- Java EE 6 Enterprise Architect Certified Master(1z0-807)

    Application Design Concepts and Principles Identify the effects of an object-oriented approach to sy ...

  6. Eclipse Jetty Integration

    http://eclipse-jetty.sourceforge.net/ Introduction Eclipse Jetty Integration provides a launch confi ...

  7. [转] Spring Integration 系统集成

    [From] http://blog.csdn.net/w_x_z_/article/details/53316618 pring Ingegration 提供了基于Spring的EIP(Enterp ...

  8. Spring---Spring Integration

    1.概述 1.1.Spring Integration  提供了  基于spring  的 EIP(Enterprise Integration Patterns,企业集成模式)的实现: 1.2.Sp ...

  9. (转) [it-ebooks]电子书列表

    [it-ebooks]电子书列表   [2014]: Learning Objective-C by Developing iPhone Games || Leverage Xcode and Obj ...

随机推荐

  1. 35.按要求编写Java程序: (1)编写一个接口:InterfaceA,只含有一个方法int method(int n); (2)编写一个类:ClassA来实现接口InterfaceA,实现int method(int n)接口方 法时,要求计算1到n的和; (3)编写另一个类:ClassB来实现接口InterfaceA,实现int method(int n)接口 方法时,要求计算n的阶乘(n

      35.按要求编写Java程序: (1)编写一个接口:InterfaceA,只含有一个方法int method(int n): (2)编写一个类:ClassA来实现接口InterfaceA,实现in ...

  2. Ubuntu14中supervisor的安装及配置

    supervisor是一款很好用的进程管理工具,其命令也很简单,其安装过程如下: Ubuntu14: 首先保证本地的Python环境是OK的,并且已经安装supervisor包,如果没有安装可以用ea ...

  3. 快速入门系列--MVC--02路由

    现在补上URL路由的学习,至于蒋老师自建的MVC小引擎和相关案例就放在论文提交后再实践咯.通过ASP.NET的路由系统,可以完成请求URL与物理文件的分离,其优点是:灵活性.可读性.SEO优化.接下来 ...

  4. javascript中可变值与不可变值(原始值)

    字符串原始值修改不了1 var str = "abc"; 2 str[0] = "d"; 3 console.log(str[1]="f") ...

  5. Parametric Curves and Surfaces

    Parametric Curves and Surfaces eryar@163.com Abstract. This paper is concerned with parametric curve ...

  6. 了解HTML表单之input元素的23种type类型

    目录 传统类型 text password file radio checkbox hidden button image reset submit 新增类型 color tel email url ...

  7. Android中常用控件及属性

    在之前的博客为大家带来了很多关于Android和jsp的介绍,本篇将为大家带来,关于Andriod中常用控件及属性的使用方法,目的方便大家遗忘时,及时复习参考.好了废话不多讲,现在开始我们本篇内容的介 ...

  8. 云计算之路-阿里云上:结合IIS日志分析“黑色30秒”问题

    在昨天针对“黑色30秒”问题的分析中,我们猜测Requests Queued上升是由于正在处理的请求出不去(到达不了客户端).今天我们结合IIS日志验证这个猜测. IIS日志中有一个重要的指标——ti ...

  9. 老鸟谈谈JAVA EE的学习

    老鸟谈谈JAVA EE的学习 因为出差和项目的原因,有将近一个月的时间没有更新博客了,今天终于得闲,和兄弟们分享一下JAVA EE的学习心得.书中带过,直入主题,下面我们首先看看什么是JAVA EE. ...

  10. C# Socket系列二 简单的创建 socket 通信

    看了系列一 我们开启了对socket tcp的监听状态,那么这一章我们来讲解怎么创建socket的通信代码 我新建一个类 TSocketBase public abstract class TSock ...