Categories
Development

Stand up meeting patterns

We’re doing Scrum these days, and as I have little experience with the whole process so far I’m always looking for stuff to read up on. Martin Fowler has a good article about patterns for good stand up meetings here.

Categories
Development

Lazy loading described

Johannes Brodwall has a good article over at java.net on implementing lazy loading. Of course most ORM tools implement this already, and you would probably use them instead. But the article gives good background for the mechanisms present in current ORM solutions. And as Johannes points out; sometimes you might just have to implement some stuff yourself because the tools just doesn’t cut it.

Categories
Development

Acegi Security System for Spring and more

Need to add some security to your Spring applications? The check this out!

“Acegi Security is a powerful, flexible security solution for enterprise software, with a particular emphasis on applications that use Spring. Using Acegi Security provides your applications with comprehensive authentication, authorization, instance-based access control, channel security and human user detection capabilities.” – acegisecurity.org