Hi!I have been trying to figure out the reasons behind the ManageableCollection usage. This interface defines the following methods:
addObject() getIterator() getSize()IMO this is already what a java.util.Collection is offering. This means that instead of requiring the user code to depend on a graffito API, we should use the Collection.
Also, it looks like there is impossible to handle arrays. What do you think about this? Am I missing something? ./alex -- .w( the_mindstorm )p.
