Versions Compared

Key

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

...

By default, when using the first option above to launch a Servoy Smart Client (or through the default web page for starting Smart Clients mentioned earlier), when the Smart Client is started, the user will be presented with a list of all available solutions. Through the [servoy.allowSolutionBrowsing|Solution Settings#servoy.allowSolutionBrowsing] option under [Solution Settings|Solution Settings] on the Admin page of the Application Server, this dialog can be disabled. When disabled, the deeplink options that specify the solution must be used.

Profiles

Wiki MarkupThe Application Server provides a couple of settings that influence the Smart Client behavior, for example in the area of how the Application Servoy and the Smart Client communicate. As one (group of) Smart Client(s) might require different settings than the other one, the Application Server provided \[Profiles\]. Using Profiles, different groups of settings can be bundled under a named Profile. Smart Clients can connect to the Application Server using a particular profile by adding the Profile name to the URLs mentioned above. For example:

Code Block
titleDeeplink into specific solution using a named Profile
<serverUrl>/servoy-client/<profileName>/mySolutionName.jnlp

Profiles can be used in all the above mentioned URL's to start or deeplink to Smart Clientsunmigrated-wiki-markup

For more information on Profiles, see \[Profiles\].&nbsp;

Deeplinking into existing Smart Client
When a user already has a Smart Client open, it's possible to provide the user with a URL that deeplinks to a method in the open solution. When the URL is opened, it will access the Application Server and the Application Server then contacts the existing Smart Client and executes the specified method.

...