Reloading Application

Table of Contents

In order to generate rest of the modeling artifacts (views, controllers, and model operations) the whole application must be reloaded. These artifacts are groovy files generated in their respective directories inside RS_HOME/RapidSuite/grails-app folder, except model operations, which are saved under RS_HOME/RapidSuite/operations folder.

Reload tab in the admin UI allows you to reload parts of the application or the whole application depending on the change

Making changes to the ModelConfiguration.xml requires reload of the whole application.

Select Reload App in the admin UI. After the reload is completed, review the modified domain classes, views, controllers, and operations.

A web UI is generated for each modeled class to allow you a quick way to list, add, update, and delete instances of your modeled class. If the name of your modeled class is RsSmartsObject, simply go to the following url: http://localhost:12222/RapidSuite/rsSmartsObject (replacing the host and port if necessary)

Application reload will:

  • attempt to compile generated groovy classes to validate modeling changes
  • if compile is successful, these files will be copied into the deployment area and the application will be restarted.
It will take a while to generate and deploy new modeling artifacts. Please be patient while the application comes back up.
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.