Last updated by admin 1 year ago
grails install-plugin remote-control
Last updated by ldaley 1 year ago
The Grails remote-control plugin allows you to execute code inside a remote Grails application. The typical use case for this is for functional testing where you are testing an application inside a separate JVM and therefore do not have easy access to the application runtime. If you can access the application runtime environment then you can do things like change service parameter values, create and delete domain data and so forth.
The plugin uses the
Groovy Remote Control library.
See
the GitHub Project page for more information.
Last updated by admin 1 year ago
Last updated by admin 1 year ago