/CCS_Samples

Sample implementations of the Commom Component Specification

Primary LanguageOpenEdge ABLMIT LicenseMIT

CCS Samples

Sample implementations of the Commom Component Specification

Spec status

  • Startup Manager: In community review
  • Service Manager: Draft, interfaces used in code are based on a best guess
  • Session Manager: Draft, interfaces used in code are based on a best guess
  • Business Entity: In community review

Dependencies

These samples are dependent on the CCSSSS (Startup-, Service- and Session-Manager spec) and the CCSBE Business Entity spec.. The interfaces can be downloaded here:

Sample procedures

Custom services sample

The custom service IEuro2016ResultService is implemented in two variants:

Based on the session startup parameter (-param) one of the two services is used:

  • -param managers=Consultingwerk\CcsSamples\managers.xml,services=Consultingwerk\CcsSamples\services.xml
  • -param managers=Consultingwerk\CcsSamples\managers.xml,services=Consultingwerk\CcsSamples\services-online.xml

The service instance is maintained by the Service Manager.

4GL