A Grails plugin is a self-contained bundle of functionality that can be installed into a Grails application.
is it possible to install and uninstall plugins manually in grails?? if yes, how can it be done?
grails grails-pluginI am using eclipse kepler and after shutting down my computer and turning it on again I am getting this …
eclipse grails grails-2.0 grails-pluginPROBLEM I know there is already a question in regards to this but I think that the issue that causes …
gorm grails-2.0 grails-plugin grails-domain-classI am getting error while running my Grails app. My application working in Grails 2.1.4. I am using Groovy 2.1.* Java 1.7 Tomcat 7.0.37 …
grails grails-plugin grails-2.0 grails-controllerI have a big project written in Grails 2.3.8. Sometimes when I deploy it using my CI I got this message: …
grails bouncycastle grails-2.0 grails-pluginI am not able to use grails security UI(0.1.2) with Grails 2.0. I have googled the possible causes for following error …
grails grails-plugin spring-security grails-2.0I am running on grails 2.3.4 and though about integrating angularjs in my next application. I think the best way from …
javascript angularjs grails grails-2.0 grails-pluginI have created a service NotifierService class NotifierService { MailService mailService def sendEmail(String email) { mailService.sendMail { to email from "myemail@…
grails grails-2.0 grails-plugin grails-servicesWe can create and run groovyscript at runtime using code below import groovy.lang.GroovyClassLoader; import groovy.lang.GroovyObject; import …
grails groovy grails-plugin grails-2.0I have a grails 2.2.2 app, and have decided to use cache-ehcache plugin. The problem is that this plugin depends on …
grails grails-plugin