Grails - Plugins



Description

Grails is web application framework and platform. Grails can stasify any needs of the application, because it can be extended from the command line interface to the runtime configuration. To attach into this platform, you need to create a plugin. You can create your own plugin, only if you know how to build a Grails application.

S.N.Types & Description
1 Creating and Installing Plugins
In Grails, you should consider requirement of the plugin like, does it requires a web environment or it can be used with other profiles.
2 Understanding Plugin Load Order
Plugins usually work on dependence of other plugins. These plugins can adapt themselves, depending on other plugins.
Advertisements