Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Section
Column

This tutorial will walk you through a few API scenarios focusing on the design-time integration such as creating new forms, listing and managing projects, launching the designer for a workflow, downloading schemas, projects, forms and workflows, download the XSD for a form/workflow, uploading custom XSDs, using forms and workflows.

Note

In v9.1 and later 's "Applications" are known as "Projects." The API objects and methods still use the word Application.

Column
width30%

On this page:

Table of Contents
maxLevel1


...

The client is packaged as an executable Java JAR that includes all of the required dependencies and you can download the binaries from here and the sources from here.

Running the command-line client

Assuming that you have a Java Runtime Environment (JRE (update 21+) or JDK versions 1.6, 1.7), you can run the client as follows:, replacing 'com.frevvo.forms.cli.jar' with the current jar filename, e.g. 'forms-cli-10.0.17.jar'. 

Code Block
java -jar com.frevvo.forms.cli.jar

...

So you if you want to connect to a  install running on localhost you can do as follows:, replacing 'forms-cli-10.0.17.jar' with the current jar filename.

Code Block
java -jar forms-cli-10.0.17.jar com.frevvo.forms.cli.Main -s http://localhost:8082

...