I am developing a series of grails plugins that need to register themselves with the application when it starts. This would allow me to create a factory to lookup plugin class instances by a friendly string name at runtime.
What would be the best approach for storage of this data globally within the grails application?