|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
BeanConfiguration | An interface that represent a runtime bean configuration Credit must go to Solomon Duskis and the article: http://jroller.com/page/Solomon?entry=programmatic_configuration_in_spring |
Class Summary | |
---|---|
BeanBuilder | Runtime bean configuration wrapper. |
ClosureScript | Script that performs method invocations and property access like Closure does. |
Spring Bean Builder by using Groovy.
This code is originally from Grails but modifications are made since then to make the syntax more consistent.
Our version has support for getting rid of surrounding "bb.beans { ... }" if the script is parsed via the BeanBuilder.parse() method.
Anonymous bean definition syntax is changed to bean(CLASS) {...} from {CLASS _ -> ...} to increase consistency with named bean definition.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |