Skip to content
edselg edited this page Apr 13, 2018 · 14 revisions

Welcome to the JSDO wiki

A preview release of the JSDO to support NativeScript/OpenEdge integration is now available. See Preview Release section below for additional information.

Preview Release

Release 5.0 for the JSDO is currently available in preview mode. Use "@next" with npm packages to access it.

Quick Start with the Starter Template

(NativeScript is required. See article NativeScript Getting Started)

Use the following command to create an app that uses the new DataSource component:

  • tns create <project-name> --template tns-template-master-detail-progress-ng@next

Note: The above command automatically installs the packages for the JSDO and the DataSource.

Install npm packages directly

The preview release includes the following npm packages:

  • @progress/jsdo-core: Install jsdo-core to use the JSDO component in your programs.
    • npm install @progress/jsdo-core@next
  • @progress/jsdo-angular: Install jsdo-angular to use the JSDO and the DataSource components in an Angular app.
    • npm install @progress/jsdo-angular@next
  • @progress/jsdo-nativescript: Install jsdo-angular to use the JSDO and the DataSource components in an existing NativeScript app.

Additional topics:

JSDO Documentation

Clone this wiki locally