Categories
Development

Spring Security 2.0 released

Yeah, it’s released. Especially the hierarchical groups is something that I have been missing from just about every security-framework.

Categories
Development

BDD ideas summarized

A partly funny presentation of the idea behind BDD. It’s a good intro, but as Dave Thomas pointed out, making it look like English is not the main issue. The real idea here is to create a formal language that can bring together business people and developers, and that can be executed to verify the statements.

Categories
Development

Spring config without XML

Spring has been around for quite a while now. I guess most projects still use XML for the config, but with the 2.5 release that will probably change. Alef Arendsen has a blogpost with links to a lot of resources about the new features, and upcoming ones.

Update: Spring JavaConfig M3 is released.