Demo-Implementation of the Producer-Consumer-Problem. The Package java.util.concurrent is intentionally not used for demonstration purposes. The example was created for a basic lecture in concurrent computing and distributed systems at the Baden Wurttemberg Cooperative State University Mannheim, Germany.
This is a Java-Project based on Maven.
For Eclipse users, you can directly checkout this project as a Maven project (Checkout Maven Projects from SCM). This should automatically download all required packages etc. For other IDEs, there should be a similar solution.