Rich domain models are certainly a nice, object-oriented idea, but I always had one problem with them: what if they become bloated with completely unrelated methods? For objects that are … Continue Reading →
Monthly Archives: May 2010
CDI & Weld Extensions in Git
Hello, I’ve created a new cdiext project at github, initially with two extensions: 1. Stackable Security Interceptors, about which I blogged here and here. Example usage: 1 2 3 4 … Continue Reading →