↧
java.net.URL considered annoying
The implementation of hashCode in java.net.URL has a quirk that tends to introduce subtle bugs into Java networking apps. Haven’t seen much discussion about this in the wild. As implemented, hashCode...
View ArticleGWT 1.4 provides easy, native support of image concatenation with special sauce
The RC for GWT 1.4 provides native support for image concatenation in a feature called ImageBundle. If you’ll recall, I discussed image concatenation in a round up last month, and it’s a key embodiment...
View Article