Yearly Archives: 2007

Spring 2.5 – It’s Time For Annotation Driven Injection

Wow, the Spring guys are fast. The Spring Core gets a 2.5 and some other sub projects are ready for productive use: Spring Dynamic Modules (OSGi) Spring Web Flow Spring 2.5 allows a standardized and JDK 6 compliant use of annotations. So, annotation driven injection can be done. InfoQ has started a series of articles… Continue Reading

Acegi On Ice

I’m developing a new Web frontend that uses ICEfaces, Spring and Acegi. I already had a prototype that used Spring for implementing backing beans for ICEfaces. Business as usual, after month of try-and-error . Today, I tried to add Acegi to it for authentication and authorization of the Web access. I re-used my code based… Continue Reading

JSF on Spring Beans

Some time ago I wrote about how to use backing beans in mixed dependency injection environments. The blog entry describes how to write POJOs in JSF and Spring and use these in a JSF-based presentation. But, the configuration of the Web container is still missing. Configuration The configuration is very simple. We need a special… Continue Reading