Versions Compared

Key

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

...

Working with Studio provides a complete guide on the Studio.

Runtime

The runtime is the execution platform that executes the application.

The Runtime runs on top of an application server, e.g. Tomcat, JBoss, Websphere (all Java) or IIS (.Net). On the next layer the Blueriq SDK is available which contains the Blueriq engines. The webapp is located on the next layer, which handles all web interaction. On top of the stack a number of plugins are available, e.g. Dashboard, CMIS, which provide specific functionality.

There are several options to load an application fromt the studio into the runtime:

  1. Via a direct link between studio and runtime

  2. Via a generated export on the filesystem (by default in aquima.home/exports)

  3. Via a database with the use of the publisher

The Runtime runs on Java or .Net and works with modern browsers.

...