Downloads

Looking to get started? You can use the Persistent Mobile Foundation locally by downloading the PMF Developer Kit. Below are the PMF Product details with download links

PMF Product components

The Developer Kit bundles together the various components of Persistent PMF 9.0.

Prerequisite:
To use the Persistent PMF in your local workstation, Java Developer Kit (JDK) 8 is required to be installed.

  • Download and install Java 8 JDK
  • Set the JAVA_HOME environment variable to your JDK directory. For example:
    • Windows: C:\Program Files\Java\jdk1.8.0_202
    • OS X: /Library/Java/JavaVirtualMachines/jdk1.8.0_202.jdk/Contents/Home
    • Linux: /usr/lib/jvm/java-1.8.0_202/
Evaluators can download a copy of PMF Devkit from the link below

Download the PMF Developer Kit package

Once the DevKit is downloaded as a zip file, extract it on your system. Unzip the file and follow below commands.

  1. From a Command-line window, navigate to the extracted folder and execute the run.sh|cmd script to start the PMF.
  2. Load the PMF Operations Console (username/password: admin/admin): http://localhost:9080/mfpconsole.
  3. Optional. Click on Get Starter Code → Tools tab to download development tools or follow through the tutorials.
  4. Load the Mobile Foundation AppCenter console (username/password: ~admin/admin~): http://localhost:9080/appcenterconsole/.

To use the PMF CLI download it from here. PMF CLI package
You can verify the installation by running pmfdev -v.

Prerequisite:

  • NPM is bundled as part of Node.js. Install Node.js.
  • You may encounter a permission error during the installation of the CLI; see "Fixing npm permissions"

From a Command-line window, run the command: npm install -g pmfdev-cli.
If the CLI was downloaded from the PMF Operations Console, run the command: npm install -g path-to-cli-.tgz-file.

The PMF client SDKs are available in the following online repositories.
You can install them using their respective package managers.

For installation instructions, review the Adding the PMF SDK tutorials.

The SDKs are also available from PMF Operations Console → Download Center → Tools tab for offline installation.

The PMF-side artifacts are available here.
For installation instructions, review the Adapters tutorials.

The artifacts are also available from PMF Operations Console → Download Center → Tools tab for offline installation.

Available artifacts:

Samples

Looking for sample applications?