grails-plugin Questions
6
Solved
I'm writing a grails plugin and I need to hook into the domain save() method to do some logic after the save. I need to do this across multiple domain classes. I'm trying to avoid hibernate events ...
Vaasta asked 24/12, 2009 at 0:33
2
I am building a community website in grails (using Apache Shiro for security and authentication system) and I would like to implement the feature "who is online?".
This url http://cksource.com/fo...
Incertitude asked 17/7, 2010 at 13:34
1
Solved
Is there an a way to initialise some data in a Plugin. I am modulizing my code and it would be nice to have something like the bootstrap in the Plugin but I cannot find it. Nor can I find reference...
Firooc asked 8/6, 2010 at 2:11
1
Solved
I'm creating my first grails plugin and I don't know where the logging should be configured.
In a normal grails app, there is a conf/Config.groovy file for that, but for a plugin there is none.
Is ...
Anabas asked 27/5, 2010 at 11:51
5
It is the first time I have ever launched live a website (with Grails web framework under Amazon EC2 platform and Cloud Foundry) and I realized quickly that I am not ready for monitoring and mainte...
Carnet asked 12/2, 2010 at 12:22
2
Solved
I need to call the Static Resources Plugin (http://www.grails.org/Static+Resources+Plugin) from my domain class.
This works perfectly in a controller:
def tstLink = resourceLinkTo(dir:"docs/${id...
Nan asked 29/1, 2010 at 2:2
2
How do you (if you) manage client side validation with grails ? Do you use a plugin or do you mirror your constraints using a javascript framework ?
Cheers
Army asked 26/11, 2009 at 23:16
© 2022 - 2024 — McMap. All rights reserved.