Sign in to edit and +1 items.
Login required
Download

Pluginator

(0)
Author(s) Sergey Bondarenko
Current Release 0.2.2   (2 months ago)
Grails Version 1.3 > *
License(s) GNU General Public License 3
Tags
Dependency
compile ":pluginator:0.2.2"
This plugin lets you define callbacks and properties in an application that are normally only available in plugins, e.g. doWithWebDescriptor, doWithDynamicMethods, loadAfter, observe, etc.
Last updated by admin 2 years ago
Last updated by bksaville 3 months ago
Pluginator allows to write the following configuration hooks in application: doWithWebDescriptor, doWithSpring, doWithDynamicMethods, doWithApplicationContext, onChange, onConfigChange

For instance, with doWithSpring you can adjust your web-xml if you need precise control over web-xml generation. Just add dependency on this plugin at the last line in your application.properties.

See more documentation here.

Last updated by admin 2 years ago
Last updated by admin 2 years ago