* Integration lib:
com.adobe.cairngorm.integration.error.* (common channel/rpc errors)
com.adobe.cairngorm.integration.file.* (delegate/responder for FileReference)
* IntegrationDMS lib:
com.adobe.cairngorm.integration.dms.* (parsley extentions for DMS)
** IntegrationDMS library is now simplified and provide only few parsley decorators described below:
DataServiceFaultHandler (Handle the Fault of a given DataService)
GlobalDataServiceConflictHandler (Handle Data Management Conflicts globally for all DataService defined in parsley contexts)
GlobalDataServiceFaultHandler (Handle the Fault of all DataService defined in parsley contexts)
GlobalDataServiceResultHandler (Handle the Result of all DataService defined in parsley contexts)
IsCommitRequired (Observe the commitRequired flag of a given DataService)
** Adding support for LCDS 2.6, 3.0 and 3.1 in IntegrationDMS
* IntegrationParsley lib:
com.adobe.cairngorm.integration.data.* (Data Caching / highlander principal)
com.adobe.cairngorm.integration.localconnection.* (local connection pub/sub - EXPERIMENTAL)
com.adobe.cairngorm.integration.rpc.* (global error handler for RPC)