I really loved a couple of phrases from the Ted’s blog post “Agile is treating the symptoms, not the disease“: the title and the last sentence: “We are in desperate need of simplicity in this industry.”.
Complexity
Writing software it is still way to complex in these days.
I can recall few attempts to make it easier, they [...]
Tag Archives: rest
Shoot for simplicity
Flex & REST: Fun
I’ve played a little with Flex in these last days, I’ve built up a Cover Flow Style Application to browse your Facebook friends.
It uses Facebook AS3 REST API and the SebCoverFlow library for the Cover Flow.
It’s online here, and the source code is here. I don’t know if I’ll spend more time on it but [...]
Spring Facts
Spring Java Configuration is the answer of Rod Johnson to all xml haters, with javaconfig you can configure the whole Spring IOC in pure Java
Spring Autowiring with Annotations will lead you to a more readable and smaller xml configuration file
Spring Transactions with Annotations will let you fine-grained configuration of your service layer transactionality
Spring and Terracotta [...]