Design Pattern and its Java Implementation Question
Nilesh Raje
Ranch Hand
Joined: Aug 02, 2005
Posts: 153
posted
0
Hi there,
Can anyone help me with this question about what kind of design pattern would be best for this and best approach to solve this
There are three actors in this scenario: one warehouse, suppliers and consumers. One supplier can
produce only one type of stuff. One consumer can also consume only one type of stuff. The warehouse
knows about suppliers and consumers, but none of them is aware about each other. Design the interfaces
for all actors in this scenario and write a small simulator that demonstrates how the warehouse works
with several suppliers, consumers and different types of stuff. Generics are highly appreciated in this
problem.
Thanks
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35252
7
posted
0
Help with what, specifically? This looks like homework that you should be doing in order to learn. Folks here are not going to do it for you.
So: What thoughts have you had on any of these? Where are you stuck making progress?