Chapter 10. Integration with Various Applications
In this chapter, we will implement the Business and Access Services modules associated with Process Services that were developed in the previous chapter. As we implement these modules and the associated components incrementally in the respective assembly diagrams, we will first wire the components and then implement the individual layers—to stay true to the promise of SCA. We will see how to deal with various implementation issues and the design decisions. This chapter contains the following topics:
Business Service development steps
Access Service development steps
Using mediation flows and associated primitives
Performing data transformations
Handling exceptions
Using adapters
Flat File adapter
JDBC adapter
Using JMS imports
Discuss how to test the service components individually
Discuss how to test the end-to-end process
Tip
We strongly recommend that you import the PI into your WID workspace and use it as a reference when reading this chapter. Also...