grails 2 / groovy 2 / JDK7: how to reap the benefits?
问题 I really love Grails but I was wondering how to get the performance benefits of Groovy 2. The question is how to configure the development and production environments in order to get that "close to Java" performance boost. So, if I setup: * JDK 7 * Groovy 2 (indie JAR to use invokedynamic) * Grails 2.2 are there any guidelines in order to really speed my webapp out-of-the-box ? And do I need to do any re-factoring in my Grails webapp codebase? I mean that dependency injection stuff like