InfoQ

InfoQ

Topic/Tag specific view

Spring AOP Content on InfoQ


Latest featured content about Spring AOP

What's New in SpringSource Tool Suite

Topics
Java,
Tools

In this presentation from SpringOne 2009, Christian Dupuis discusses the SpringSource Tool Suite (STS), the philosophy behind STS, the requirements behind STS, the STS 2.1 and 2.2 featureset, several demos of STS capabilities, Groovy and Grails, Spring 3.0, autowiring, namespaces, REST, cross-cutting annotations, AJDT, Spring Roo, Cloud Foundry, tc Server, dm Server, VMWare, and the STS roadmap.

News about Spring AOP

Annotation-Driven Dependency Injection with Google Guice 3.0

Topics
Java Annotations,
Java,
Open Source,
Programming,
Design Pattern,
OSGi

Late last month Google released Guice 3.0, a Java framework that implements the dependency injection (DI) design pattern. The motivation behind Guice was to make it easier for programmers to write DI code by reducing the need to write boilerplate factories. This article examines the new 3.0 features, loks at how Guice 3.0 supports Spring DI, and introduces Guice 4.1 (a.k.a. MiniGuice).