Thinking in Code
Saturday, June 5, 2010
Preventing Internet Explorer from caching AJAX requests when using GWT RequestBuilder
›
I recently spent the best part of a few days trying to work out why some GWT HTTP code I had written was not working (well specifically why ...
5 comments:
Monday, May 24, 2010
Writing unit tests when using GWT's Static String Internationalization (I18n) feature
›
The Google Web Toolkit (GWT) has a fairly simple infrastructure for managing internationalization. While there are a number of different o...
2 comments:
Sunday, May 16, 2010
Creating a bounded LRU Cache with LinkedHashMap
›
I recently had cause to implement a fixed size cache in some code was writing. I wanted a straightforward map, but with a fixed size and th...
4 comments:
Tuesday, April 20, 2010
Collections.addAll for adding an array of elements to a Collection
›
Shows there is always more that you can learn about the JRE. I have been for ages using the following idiom to add an array of items to a c...
2 comments:
Tuesday, July 7, 2009
Switching between 64 bit and 32 bit JVMs in Windows
›
I run Vista 64 bit on my laptop to get at the ludicrous 6Gb of memory that I seem to need to do my work these days. However I find that bec...
1 comment:
Wednesday, March 18, 2009
Running GWTTestSuite in JUnit 4.4 without the ClassCastException
›
Running unit tests using the Google Web Toolkit that extends GWTTestCase can be very slow and time consuming, since the JUnitShell has to be...
Thursday, November 13, 2008
Duck Typing in Java using Dynamic Proxies
›
I have a confession to make: I am a lazy typer. And if there is one thing I can't stand it's having to type the same thing more time...
5 comments:
‹
Home
View web version