JavaPulse

a finger on the pulse of the freelance Java™ market in the Netherlands

Introduction to SCRUM

At my work now, there is a wave of agile revolution going on. Some people (including myself) are really excited about this. I’ve worked with XP and really enjoy the productivity that comes with teamwork, continuous integration, etc.
I gave the following presentation at work and would like to share it here:

introduction-to-scrum.ppt

RESOURCES:

http://en.wikipedia.org/wiki/Scrum_(development)
5 minutes intro: http://www.softhouse.se/Uploades/Scrum_eng_webb.pdf
glossary: http://www.scrumalliance.org/articles/39-glossary-of-scrum-terms
very [...]

Core AOP (Part I): Introduction to AOP

Finally, after my holidays and a week of work, I get around to writing down my impressions from the AOP course from SpringSource. In this course, we gained experience using Spring AOP and AspectJ, and learned the reason behind the choices to be made when adopting AOP. Furthermore, we learned how to use AOP for [...]