Which version is right for me?

The Open Source package is the right choice for open source projects or when you do not require commercial support and do not mind open sourcing your own code. When you are looking to use PlatForm commercially in a closed source project, looking for support, or the extra features the licence offer. Go for the commercial licence.

About Javeline Technologies

Learn about the technologies we use and the ones we've created

Access local files

About Javeline DeskRun

A very powerful feature of any desktop application is access to local files and folders. This enables you as a developer to import and export information. Load configuration files and numerous other features.

For instance, you can use DeskRun to create utilities. Using your JavaScript skills you can now easily create a simple application that performs a simple useful task. An example is the backup utility we created that enables us to maintain backups and export our C++ library (see www.ajax.org) without any obj and other unwanted files.

Combine the drag&drop feature to drag files from folders or the desktop to the DeskRun application, and process the file(s) in any way you like. In the same manner, you can drag content from your application to the local file system.

Security

As with any other local application, C++ or otherwise, with greater power comes greater responsibility. To help web developers migrate into the world of desktop development, DeskRun offers a ”secure mode”. This secure mode disables API calls that need more responsibility than others. These API calls can be enabled one by one as needed. Another feature involves changing the root of the file access module. By not permitting write access below a certain directory, the application is secured from accidental deletion of files.

Read on about extending existing applications »