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

Welcome to the JSDO wiki

JSDO 6.0 is now available and provides support for Angular 6 web applications.

JSDO 5.0 is now available and provides support for NativeScript/OpenEdge integration.

A preview release for @progress/jsdo-angular is now available. A preview release for @progress/jsdo-node is now available.

See Preview Release section below for additional information.

Preview Release

To access a preview release use "@next" with npm packages: * npm install @progress/jsdo-node@next

See the following article for example using the JSDO 6.0 with Angular 6:

See article Using the JSDO and DataSource components in a Node.js app for info on how to use the JSDO from Node.js.

JSDO 5.0 with NativeScript Support

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

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

Install npm packages directly

The JSDO 5.0 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
  • @progress/jsdo-angular: Install jsdo-angular to use the JSDO and the DataSource components in an Angular app.
    • npm install @progress/jsdo-angular
  • @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