Wanna do the following: BootStrap { def init = {servletContext -> ........ MyDomainClass.metaClass.save = {->
Hey, I\'m new to Grails, and I\'m wondering about deployment. Once a .war is deployed to produ开发者_如何学Cction, how can I update the application without downtime?You might setup two tomcat instance
I am new in building web apps and just begun learning and setting up Grails. I am planning to build an app which has a flow of 4 to 5 pages. Since HTTP is a stateless protocol, how is the state betwee
Is it possible to create a criteria that lists all objects sorted by sope property of their children?
I am working on a REST based interface where people get a json file. The client needs to access the file from another Domain. I use jsonp which works so far. My problem is the rendering in Grails. At
I got this error message: error: Found shared references to a collection: Person.relatedPersons When I tried to execute addToRelatedPersons(anotherPerson):
How do I structure my pages and partial templates so that Ajax will play nice with <paginate> and column sorting?
Is possible to overwrite the behaviour of the methods CreateLink and CreateLink开发者_运维问答To?You could use meta programming to replace the closure on ApplicationTaglib.
Using the Grails YUI plugin, I\'ve noticed that my GUI tags are replaced with some JavaScript code that is inserted in the HTML page.
In a plugin, I need to iterate over all domain and command object classes to apply some meta-magic to them. Getting the domain classes isn\'t a problem, however command objects are not that easy to ge