Tuesday, December 18, 2007

JAggregate

One of the most common complaints about Java is the JCF, or Java Collections Framework, the amount of simple typing necessary to work with sets, bags etc. in the JCF is annoying to say the least, and the framework just isn't intuitive to someone used to other collection frameworks such as the Smalltalk Collections. So along comes Jaggregate (yes it's been around a while) on Sourceforge.net. Jaggregate takes the Smalltalk Collections ideas and implements them in Java, giving quickly accessible and manipulable collection classes that can be used extremely easily by any qualified Java programmer.

JAggregate

No comments: