
sfig
SFig - alternative metadata config language for Spring-Framework
SFig is a domain specific language (DSL) for declaratively coding the Spring-Framework applicationContext.xml (bean factory configuration).
The historic choice has been Spring's XML-based DSL, a Java language config approach, Java annotations, and more lately the Groovy scripting language builder syntax.
SFig is based on use of the ANTLR parser and is designed from the ground up for its intended purpose.
Here is an example of the SFig syntax style of bean configuration:
Contrast the SFig format of the first two bean descriptors with the conventional Spring XML format:
SFig stays strictly in the realm of declarative data initialization and bean dependency association. It will not be enhanced to the point of becoming an imperative scripting language. It will stay focused strictly on the needs of bean factory bean initialization.
Project Information
- License: Apache License 2.0
- 1 stars
- svn-based source control
Labels:
Spring-Framework
DSL
domain-specific-language
ANTLR
inversion-of-control
dependency-injection
bean-factory
Java
parsers