The IntelliJ Groovy/Grails support in IntelliJ IDEA 8.1 is great. However, I\'ve recently upgraded to the new and recently open-sourced IntelliJ IDEA Community Edition 9.0 BETA. Since updating to th
I am new to gwt. I am 开发者_运维百科trying to integrate gwt+grails.Can anybody provide me a good example for handling the request using grails controllers and not a custom servlet.I will be really th
I\'ve installed the plugin from this article by Peter http://www.cacoethes.co.uk/blog/groovyandgrails/the-command-pattern-w....
Assume the following code in a Grails controller: def action = { ClassName o = ClassName.findByFoo(params.foo)
as I am new to Grails and dynamic languages, I do have some \'hopefully simple\' question. I installed the taggable plugin which works fine. There is an array coming in with tags. I collect for ever
I am trying to test a Controller that has a Command object with data binding. The Command Object has a Service injected into it.
I have the following grails domains (example): // a member of the library class LibraryUser { string name
Packaging Controllers, Services,etc. i.e. - com.company.controllers - com.company.services Is this a good practice or should be avoided by all means??
class Addr开发者_JAVA百科ess { static hasMany = [addressGroups: AddressGroup] ... } class AddressGroup {
Background: The grails application I am developing has a few levels of granular security. First the least granular is at the controller level. Either you can view a specific page or you cannot (I am u