I need some examples to show me how to setup Spring configuration for a Grails plugin. Everything I have seen on the web so far is either too simple, too complex, or does not meet my needs. Specifically, what I am looking to do is to add Spring bean configurations for Java code in a Grails plugin. Grails does not seem to be detecting beans with my attempts to do so. If someone can point me in the right direction, I will appreciate it. Thanks.