
Journal Journal: JSR-32 SIP update, and about some Java practices
JSR-32 1.2 is about to be released soon. It contains almost all the changes we requested so far and it will be usable and correct.
There's a tendency there, which i don't like, to return iterator objects instead of abstract collection - i think it is an errornous practice in Java, since it doesn't give anything, except for making the user of the class work harder. It is a practice taking from C++ STL - where it works fine - but it isn't suitable for Java and JFC.