Versions Compared

Key

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

Table of Contents

The runtime can run in production and development mode. While using the development mode you can start a project via the development dashboard. While using production mode you can only use a shortcut.Start a project via the development dashboard

The development plugin must be installed before you can use this dashboard. Once the plugin is installed navigate to <yourserver> http://HOSTNAME:PORT/Runtime/server/dev/vaadin/dashboard. The following dashboard should appear:

...

Info

You can save your selection by pressing the "save as favouritefavorite" button. A link will appear in the favourites favorites widget 

After installation the runtime will contain two example projects. You can configure a connection to Studio to load and test your development projects

...

Start a project via a shortcut

While running in production mode it is safest to use a shortcut to start a project. To start a project via a shortcut simply navigate to

yourserver>/Runtime/<shortcut>

Shortcuts can be used for running a project with specific settings with a user friendly URL. By default there are no shortcuts available. You can easily create a shortcut via configuration files of the development dashboardThe URL for a shortcut is: http://HOSTNAME:PORT/server/start/SHORTCUTNAME

Create a shortcut

todoThere are multiple ways to configure a shortcut.

Development dashboard

...

Info

Please note this option is only available in the Java runtime

You can configure a shortcut via the settings menu of the dashboard

  • Select settings
  • Select the general tab
  • Press the add button
  • A pop up window will appear

    Image Added

  • Select the project, branch, flow, language, UI and theme
  • Enter a shortcut name
  • Select add
  • Select save
  • You can now test your shortcut with the following URL: http://HOSTNAME:PORT/server/start/SHORTCUTNAME

Java

...

aquima.properties

You can configure a shortcut via the aquima.properties file. This file is located in your Aquima home directory. The properties contain the name of the shortcut

Code Block
### Shortcuts - Shortcuts can be started via the url: http://YOURSERVER:PORT/ROOT/server/start/SHOTCUTNAME ###
production.shortcutsOnly=false
shortcut.ChildSupport.flow=Start
shortcut.ChildSupport.languageCode=en-GB
shortcut.ChildSupport.project=export-Kinderbijslag
shortcut.ChildSupport.theme=forms
shortcut.ChildSupport.ui=mvc
shortcut.ChildSupport.version=0.0-Wetwijziging
Info

Please not if you leave aut the shortcut.NAME.version property the runtime will automatically select the latest version

 todo

.NET

todo

Export a project

todo

...