So far you haven't seen the real benefits of Glazed Lists. But
filtering and sorting are now easy to add. You can now swap the
JList
for a JTable
without
touching your data layer. Without Glazed Lists, such a change would have
you throw out your ListModel
code and implement
TableModel
instead.