2022

Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

AppCode integrates with the DBSync Platform through the JavaAdapter which provides the necessary interface/hooks for the AppCode implementation class to integrate with the DBSync Engine 
JavaAdapter primarily has three main operations:

1- GetMetadata - This operation allows JavaAdapter to query the custom AppCode implementation structure and allows the same to be mapped as XML elements 

2- Read - This operation allows JavaAdapter to Read the data from the external system through the AppCode implementation 

3- Write - This operation allows JavaAdapter to Write the data to the external system through the AppCode implementation

The High Level Interaction Diagram is given below:

  • No labels