InfoQ

Topic/Tag specific view

All content and news on InfoQ about Spring JavaConfig


Latest featured content about Spring JavaConfig

Configuring the Spring Container

Community
Java
Topics
Web Frameworks,
Open Source

In this presentation from QCon San Francisco 2007, Rod Johnson discusses the Spring Framework. Topics covered include the philosophy behind Spring, configuring the Spring container, XML configuration, new XML configuration namespaces, Annotation-based configuration, automatic component annotation scanning, Spring JavaConfig, mixing configuration types, and Spring 2.5 new features.

What's New in Spring 2.5: Part 1

Community
Java
Topics
Web Frameworks

The first in a series of articles by Mark Fisher of Interface21 exploring what's new in Spring 2.5: annotation-driven dependency injection, auto-detection of Spring components on the classpath using annotations rather than XML for metadata, annotation support for lifecycle methods.

News about Spring JavaConfig

Guice and JavaConfig: Two Approaches to IoC through Annotations

Community
Java
Topics
Artifacts & Tools

Now that the dust has settled a bit from the initial release of Guice, the comparisons with Spring IoC and specifically with Spring JavaConfig are available. Guice and JavaConfig offer different approaches on putting IoC configuration into code using Java annotations.