|
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
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:
|
Add Comment