Users Survey

What features of Glazed Lists are you using?

Which features are you considering?

What does your application do?

How can we improve our documentation?

What do you like about Glazed Lists?

What are we doing wrong?

SWT

Improving our process

Ideas

ListEvent should be smarter

I use a database

Locking should be easier...

     mylist.getReadWriteLock().writeLock().unlock()

          all the time, I should be able to shorten it to just:

     mylist.writeUnlock().

Give me BufferingList/TransactionalList