1Z0-543 · Question #60
Which two statements best describe situations when you should favor implementing an ABCS as a BPEL process?
The correct answer is C. Multiple invocations to external applications are required to accomplish the integration. D. Content augmentation or validation cannot be done using XSLT. Explanation: Oracle AIA provides two blueprints for implementing an ABCS: Oracle Mediator and BPEL. BPEL is used when the ABCS must augment content, validate content, or both. In most situations, the ABCS must have a conversation with one or more participating applications to…
Question
Which two statements best describe situations when you should favor implementing an ABCS as a BPEL process?
Options
- AThe requirement involves simple transformation and invocation.
- BThe interaction with the external system is stateless.
- CMultiple invocations to external applications are required to accomplish the integration.
- DContent augmentation or validation cannot be done using XSLT.
How the community answered
(22 responses)- A9% (2)
- B9% (2)
- C82% (18)
Explanation
Explanation: Oracle AIA provides two blueprints for implementing an ABCS: Oracle Mediator and BPEL. BPEL is used when the ABCS must augment content, validate content, or both. In most situations, the ABCS must have a conversation with one or more participating applications to enrich the content. It may also have to handle state management. (not B) In this scenario, BPEL is the preferred technology. BPEL enables you to perform the tasks listed previously and also enables you to extend the connector. The Oracle Mediator blueprint can be applied in situations in which you do not need the ABCS to do additional enrichment and validation of the content. In this model, the ABCS are implemented as Mediator services. Note: The role of the ABCS (Application Business Connector Services) is to expose the business functions provided by the participating application in a representation that is agreeable to a service interface. Note 2: The ABCS can be implemented in two ways: * The first approach is to make complete use of components that are built using Oracle Fusion Middleware technologies to make up the ABCS. The service is implemented as a Mediator service or a BPEL process. * The second approach is to build the transformation services, to a large extent, as part of the participating application. This approach can be taken when the participating application's technology stack has the infrastructure to perform the transformations. However, a lightweight ABCS still must perform the translations related to cross-reference details. Application Integration Architecture Foundation Pack: Implementing ABCS
Topics
Community Discussion
No community discussion yet for this question.