Which technology would meet these requirements?

A business application that runs in an Enterprise JavaBeans (EJB) container must communicate
with a transactional third-party service. The communication technology must allow changing
service providers without changing the application’s business model.
Which technology would meet these requirements?

A business application that runs in an Enterprise JavaBeans (EJB) container must communicate
with a transactional third-party service. The communication technology must allow changing
service providers without changing the application’s business model.
Which technology would meet these requirements?

A.
Java Message Service

B.
Remote Method Invocation

C.
Simple Object Access Protocol

D.
Java Connector Architecture

E.
Java Business Integration



Leave a Reply 4

Your email address will not be published. Required fields are marked *


Pesho

Pesho

Why not Java connection architecture ?It does not say if the third party system is Java?

GRod

GRod

JCA is suitable for tighter coupling.

Erkin

Erkin

E
Changing service means changing resource adapter, too. Any resource adapter implementation can be changed with WS implementation like JAX-WS, JAX-RS.