System integration: Difference between revisions

Content deleted Content added
Spinningspark (talk | contribs)
Reverted good faith edits by 103.5.0.222 (talk): Per MOS:CAP and it should not disagree with article title in any case
No edit summary
Tags: Reverted Visual edit
Line 20:
 
A '''common data format''' is an integration method to avoid every adapter having to [[data conversion|convert data]] to/from every other applications' formats, [[Enterprise application integration]] (EAI) systems usually stipulate an application-independent (or common) data format.<ref>{{Citation|title=Aircraft/Store Common Interface Control Document Format Standard|publisher=SAE International|doi=10.4271/as5609a}}</ref> The EAI system usually provides a data transformation service as well to help convert between application-specific and common formats. This is done in two steps: the adapter converts information from the application's format to the bus' common format. Then, semantic transformations are applied on this (converting zip codes to city names, splitting/merging objects from one application into objects in the other applications, and so on).
 
 
The opposite of '''''spaghetii architecture''''', which assumes "chaotic" connection of IT systems on the basis of all systems with all, which causes redundant and often unnecessary data flows between IT systems is the '''Integrated Information System architecture - ''IIS architecture.'''''
 
The concept of the Integrated Information System (ERP class system) should be distinguished from the concept of the Integrated Information System (IIS) of the Enterprise, which includes all IT systems in the enterprise along with the interfaces that are logically connected to each other, creating a single whole aimed at meeting all IT needs of the enterprise. The core of the IIS is the ERP class system and the other IT systems are its satellite systems.
 
'''The Integrated Information System framework (IIS architecture) usually consists of 4 basic application layers:'''
 
'''I layer''' - Integrated IT System (ERP class system) as the core of IIS,
 
'''II layer''' - the Electronic Document Circulation System constituting software for group work,
 
'''III layer''' - Data Warehouse + Business Intelligence as a central analytical tool,
 
'''IV layer''' - other business IT systems used in the enterprise, e.g. CRM, billing, intranet applications, extranet applications (e.g. e-commerce applications, e-government) as well as Internet portals and applications, etc.
 
Logically integrating these 4 application layers with each other using programming interfaces makes it possible to meet all the information needs of the enterprise. This concept was created and successfully used, among others, during the comprehensive computerization of the Poznan University of Technology.
 
Designing IIS in the enterprise is also aimed at logical integration of backend systems (used within the enterprise) with frontend systems (issued for clients/applicants on the Internet), which translates into the possibility of dynamic management of e-services offered to clients/applicants.
 
==Challenges of integration==