Minimal IT logo and link to home page
Research, training, consultancy and software to reduce IT costs
Home | About | Newsletter | Contact
Previous | Next Printer friendly
20 December 2005

Minimal integration 12: integration summarised

By Andrew Clifford

Effective systems integration requires a clear idea of what you are trying to achieve and an awareness of the common problems to avoid.

Over the years I have seen, and caused, many problems with integration. Most of these problems come from a handful of common mistakes. We make integration hard by using the wrong technologies, or by burdening ourselves with grandiose strategies. We cause dependency problems when we do no not separate systems well, or when we mix integration code with business code. We delude ourselves by believing in integration tools too much, or by pressuring package vendors to provide integration solutions that they can not then deliver.

We can make integration simple and effective if we are clear about what we are trying to achieve, and avoid these common problems. Here's a summary of the key points I have covered over the past few weeks.

  1. Consider integration as not merely connecting systems, but connecting them in such a way that they can be changed independently. It should be possible to change the technology, timing, internal processing and internal data of any system without impacting another.
  2. Define clear boundaries between systems. Base these on differences of management responsibility and technical differences. It is more important that boundaries are clearly defined than that they reflect a rigorous logical model of functionality.
  3. Define interfaces to move whole meaningful business transactions between systems. Have a clear definition of the logical unit of integration (LUI) in any interface.
  4. Use XML to encode data as it passes from one system to another. XML copes with the technical differences between platforms, and the complicated structures required to fully encode an LUI.
  5. Use only a simple subset of XML's features.
  6. Understand that XML can be processed in different ways, either as an easy-to-use object, or as a fast stream of data.
  7. Standardise on a small number of appropriate data transfer technologies, such as messaging middleware, file transfer, and web services. Do not use technologies that force a high degree of dependence between systems, such as direct database access or calls to remote objects.
  8. Consider the overall integration architecture as a bus, in which standards allow any system to connect to any other system. Allow for hubs which centralise some integration activity. Recognise that some aspects of integration, such as business meaning, are effectively point-to-point.
  9. Base your integration strategy on standards, not tools. Be very wary of the claims of integration tool vendors. A simple approach and hand coding are often more effective.
  10. Write simple informal documentation. Rely on it during development, and keep it up to date. Do not be diverted into grandiose documentation schemes.
  11. Keep integration code separate from business code. Structure the code so that it is easy to change the data transfer methods.
  12. Apply these rules to integrating packaged software. Expect to build an additional interface to bridge between your standards and whatever the vendor supports best. Do not abdicate the integration to the vendor.

I believe that this approach to integration is as simple as it can be, and as complicated as it needs to be, for effective systems integration.

Next: Are IT projects or IT systems more important?

Subscription

Subscribe to RSS feed

Latest newsletter:
Magical metadata

We use the term "metadata-driven" to describe IT solutions in which functionality is defined in data. Taking this to the extreme can provide unparalleled levels of speed, simplicity and versatility.
Read full newsletter

System governance

System governance helps you implement high-quality systems, manage existing systems proactively, and improve failing systems.

Find out more