Java Servlet Backend for Plupload

I wanted to use a rich web upload client for a personal project, and in a search I found Plupload.  I am so impressed with Plupload!  You can configure a single upload widget, and it will automatically choose the best rich client technology supported by a client’s browser.  Who decides which rich client technology is [...]

Javadoc WIN – Map.keySet()

This week, I was writing a class that implements the Set interface but uses a Map internally to track usage information about the contents of the Set.  I was implementing the removeAll() method, and wanted to use an Iterator over the Set returned by Map.keySet() in my method. My question was, will the remove() method [...]

Posted on January 8, 2010 at 11:45 am by Shad Aumann · Permalink · Leave a comment
In: Articles · Tagged with: , , ,