Gopalan Suresh Raj's Web Cornucopia
An Oasis for the parched Enterprise Services Engineer/Developer

    SOA Tips-Use a Unique Element to ‘Wrap’ Each Business Message

    SOA-Tips

    Fine-grained interfaces kill system performance. Coarse-grained interfaces reduce the cost of data processing and improves network latency.

    You have to exchange rich business documents that effect complete state changes in the system rather than exchanging multiple small documents that only effect small state changes in a system.

    Business messages may contain one or more business objects that they carry.

    When designing global collaborations for wire-centric integration, if you have a complicated interchange that has multiple business objects to it, aggregate these messages together by wrapping them.

    Ensure that the container of the wrapped messages has a unique top-level element name.

    Alt

    This wrapper can serve as an open-ended container that sets the business context for what to do with these messages and ensures these messages are self-defining.

    Author Bibliography

    Gopalan Suresh Raj is a Senior Analyst, Software Architect, and Developer with expertise in multi-tiered systems development, enterprise service architectures, and distributed computing. He is also an active author, including contributions to Professional JMS Programming, Wrox Press, 2001, Enterprise Java Computing-Applications and Architecture, Cambridge University Press, 1999, and The Awesome Power of JavaBeans, Manning Publications Co., 1998. He has submitted papers at international fora, and his work has been published in numerous technical journals. Visit him at his Web Cornucopia© site (webcornucopia.com) or mail him at gopalan@webcornucopia.com.

    Back