i am using IntelliJ to develop Grails application but as our application grows i am hitting the Permgen errors when using the Tomcat plugin. I have tried several combination in 开发者_运维百科settings
I was wondering how one would apply a global stylesheet to their entire site? I want to add twitter bootstrap, and a select number of other global styles, so that all the visuals are consistent.
Is there a way how to specify system property in (already started) grails interactive mode ? For example I would specify environment in command line:
I have implemented an email sharing service in my web application. People can click on the email button and access a form with which they can send emails to whom they want.
I have a domain object (Cat) like this: class Cat { String name static hasMany = [ 开发者_Python百科nicknames: String
I\'ve been working on a project in Grails and wondering if Enterprise Java Beans would be needed for it to scale on开发者_如何学运维 a Tomcat Cloud Server.I\'m using basic GORM for persistence, and a
I have a web page where I need periodically update image based on several conditions. For now I\'m using this:
I have an existing grails application that was developed using the older acegi security plugin.I would like to develop additional applications (non-grails) that开发者_Python百科 uses the same security
I have: static hasMany = [ services:String, tags:String ] I need to search the database for services. Thi开发者_如何学Gos is the JSON for services
We would like to test the following flow using Canoo. The tests are written in Groovy, and not as Ant tasks.