|
The bridge maps interface
and identity between two object systems. The bridge holds
reference in B for the target object. The client treats view
as a real object in system A and makes the request on reference
B which is translated to the request understood by system
B. The net effect is that a request made in interface of system
A is transparently delivered to component instance in system
B.
Interworking Model
The bridge works in either
direction. For example if system is EJB and system B is CCM,
then view is called EJB view on CCM target and bridge called
EJB-CCM bridge. Similarly if system B is CCM and system A
is EJB, then view is called CCM view on EJB target. The following
section discusses more details about bridge and view mapping
requirements.
|