Archive for July, 2009

IndexedList: A hybrid of a Java List and a Map

If been working on legacy data import code in the last months with a lot of code searching for exisiting objects in lists. I realized I needed a different collection to speed up searching for identifiers and couldn’t find any standard collection that matches my needs. I basically need an index like Maps.uniqueIndex() from the Google Collections Library provides but it should be updating dynamically and not only be generated once.


Read more

techbits’ back

I had to bring techbits back from the dead – I have lots more to say. I know that I rarely find time to write long and carefully crafted articles but I’d rather contine posting short notes twitter style than not posting at all.

Wordpress is updated, a new fresh theme is installed, now I’m going to update some about data and clean up the sidebar. Expect upcoming posts about Java, Alfresco, GWT and some general development topics that cross my mind.