Within a week, I downloaded the Glazed List library in eclipse. I was looking through tutorials and everything seems to be designed to run jTable or SWT. I need a fallback list (Map, table, whatever) for simple HTML tables that can be sorted. I do this by folding my own classes to create HTML tables from lists or maps (very large lists and maps). No scripting allowed.
Is the glazed list overflowing for what I want to do? If there is a way, can someone point me in the right direction, perhaps an example or a tutorial.
source
share