Spring Framework Committer
Chris is an engineer for SpringSource and a member of the core Spring Framework development team. Chris joined SpringSource (then Interface21) in 2007, focused on training, consulting and leading the development effort to bring code-based configuration to the core Spring container. In 2010, Chris transitioned to full-time engineering, and continues to focus on Spring Framework development. You can find him online as @cbeams at both GitHub and Twitter.
Presentations
Introducing Spring Java Configuration
Spring Java Configuration, or JavaConfig for short, provides a pure-Java and type-safe mechanism for configuring the Spring IoC container. This approach provides the benefits of centralized dependency injection with the power and ease of working in Java and without the angle brackets of XML.
In this session you'll learn:
- The benefits of JavaConfig
- How JavaConfig compares to and integrates with Spring's other configuration approaches (XML and Annotation-Driven Injection)
- How to use JavaConfig to wire up your own applications
Live demos will include:
- Porting Spring's PetClinic web application from Spring XML to Spring JavaConfig