PRODUCTS

CDK Data Services Release 1.0 for Curl API Version 6.0.

This directory contains the 1.0 release of the Curl Data Kit Data Services (CDK-DS)

The Curl Data Kit (CDK) library facilitates building data-centric applications in Curl. With Curl Data Kit Data Services (CDK-DS) packages, you can use remoting and messaging to interact with servers that support the AMF data transfer protocol.

To install the CDK-DS, unzip the distribution onto your machine.

The following sections describe the included material in more detail; the distribution is organized into directories which each serve a specific purpose.

Deployable Library

The 'deploy' directory contains a preprocessed library for use in deployed applications.

    COM.CURL.CDK.DATA-SERVICES.1.0/manifest.mcurl CDK-DS library definition

Documentation

The 'docs-install' directory contains library directory prepared for addition to the Curl Documentation Viewer using the IDE 'Install Documentation' command. The directories include both documentation and preprocessed library.

    COM.CURL.CDK-DATA-SERVICES.1.0/manifest.mcurl CDK-DS library doc definition

Samples

The CDK-DS contains samples ready for use with the BlazeDS Turnkey Distribution 3.2.0.3978

    blazeds-curl-samples CDK-DS samples directory
    blazeds-curl-samples.zip zip archive
    blazeds-curl-samples/README.txt Blaze README and installation instructions

Source Code

The 'src' directory contains all source code for CDK-DS modules, and could be used for modifying the CDK-DS itself. It also includes test suites, and some sample applets.

    code source code
    code/project.cprj Curl IDE project
    samples sample applets
    tests test suite
    start-tests.curl test suite
    tools build applets

CHANGES

This is the initial release.

RELEASE NOTES

The following functionality is not in this release

  • None of the timeouts are fully implemented, including
  • AbstractServer.request-timeout
  • MessageAgent.request-timeout
  • Channel.connect-timeout
  • Channel.request-timeout
  • Fallover to alternate uris in a Channel or to a different Channel in a ChannelSet when a server is down or unreachable is not fully implemented.
  • RTMPChannel, HttpChannel, StreamingHttpChannel, and WebService (SOAP based Service) are not implemented.
  • ServerConfig is not implemented.