This projects contains the source code examples accompanying my "Agile Software Development in Practice" lectures available on Slideshare: http://www.slideshare.net/BjrnKimminich/agile-software-development-in-practice
- Checkout project and import into IDE of your choice
- Declare the
src
folder as source folders of the IDE project - Add all libraries in
/examples/lib
and its subfolders to the IDE project's classpath - Done!
de.kimminich.agile.demos
source code required for the live demonstrationsde.kimminich.agile.examples
source code snippets and examples as presented on the lecture slidesde.kimminich.agile.exercises
source code required for doing the exercisesde.kimminich.agile.solutions
sample solutions for the demos and exercises[1]
[1]: The sample solutions are in no way considered perfect. They are not even the only valid solution for an exercise. Please feel free to submit proposals for new or improving any existing sample solution as a pull request!