Versions Compared

Key

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

Rendering

The MVC UI does not restrict to a particular MVC framework, however Blueriq has chosen for KnockoutJS for the implementation of the default themes. Blueriq provides the forms and dashboard theme, which are both fully developed and styled themes. Custom themes can be developed from scratch or the default themes can be extended/customized.

Initial Page

Both default Blueriq themes come with an initial page (forms.stg and dashboard.stg). The purpose of the initial page is to load all the required resources (e.g. JavaScript or CSS files) and to provide a base layout.

...

After the initial page is loaded the MVC UI retrieves its data via the json web api. This data is transformed using the KnockoutJS MVC framework.

Configuration

In Java the MVC UI is configured in the aquima.properties file using the following properties:

...