SpringOne2GX 2014 Replay: Building Highly Modular and Testable Business Systems with Spring Integration
Join the DZone community and get the full member experience.
Join For FreeRecorded at SpringOne2GX 2014.
Speaker: Marius Bogoevici
Data / Integration Track
Slides: http://www.slideshare.net/SpringCentral/building-modular-business-applications
By its very nature, Spring Integration allows for building sophisticated business systems that aggregate multiple sources of data and orchestrate a complex set of business services. But complex functionality doesn’t have to translate into complex design. In fact, through its emphasis on low coupling, Spring Integration is fostering a highly modular application design, with huge benefits in terms of understandability, reusability and testability. In this session you will learn how to design your Spring Integration applications in a modular fashion, by grouping together logically-related components into subsystems that interact with each other, a core concept of Spring XD, but can be successfully applied in any application. Besides the benefit of a heightened level of abstraction, this approach has a number of other important benefits as well: first, such subsystems are reusable, and, secondly, and equally important, they can be tested in isolation. So, after a brief discussion on reusability, the presentation will focus on how to unit test such subsystems and even complete Spring Integration applications, with the ultimate goal of applying business-centric techniques such as Behaviour-Driven Development.
Published at DZone with permission of Pieter Humphrey, DZone MVB. See the original article here.
Opinions expressed by DZone contributors are their own.
Trending
-
Write a Smart Contract With ChatGPT, MetaMask, Infura, and Truffle
-
Hibernate Get vs. Load
-
How to Handle Secrets in Kubernetes
-
Measuring Service Performance: The Whys and Hows
Comments