Example usage for org.springframework.beans.factory.support AbstractBeanDefinitionReader subclass-usage

List of usage examples for org.springframework.beans.factory.support AbstractBeanDefinitionReader subclass-usage

Introduction

In this page you can find the example usage for org.springframework.beans.factory.support AbstractBeanDefinitionReader subclass-usage.

Usage

From source file com.github.yihtserns.spring.groovy.GroovyBeanDefinitionReader.java

/**
 * Loads Spring bean definition from Groovy script.
 *
 * <h3>Usage example</h3>
 * <pre>
 * ApplicationContext ctx = new GenericApplicationContext();

From source file org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader.java

/**
 * A Groovy-based reader for Spring bean definitions: like a Groovy builder,
 * but more of a DSL for Spring configuration.
 *
 * <p>This bean definition reader also understands XML bean definition files,
 * allowing for seamless mixing and matching with Groovy bean definition files.