Archiv für August, 2010

Technical Management

Poor managers create the illusion of productivity through busy-ness. Average managers finish work (but not always the right work) Great managers accomplish goals and develop people You can’t spend too much time with people Don’t offer help if you can’t deliver Skills are only one part of success See the work with big visible charts [...]

Keine Kommentare

Command Pattern / Scala / AOP

Please read Cross Cutting Concerns in Scala as well. Assumption: We have a JAX-RS (REST) resource and a updateUserInfo service located at the URL . . ./UserInfo. Every call to this service requires a database transaction that is “manually” created. The question is: How do we handle this transaction scope (and how do we handle [...]

, , ,

Keine Kommentare