Saturday, September 4, 2010
Blu-Ray Region Free sites
Thursday, September 2, 2010
Thursday, July 8, 2010
The file is in use by another program or user
Monday, June 28, 2010
Simple Http Monitor
Thursday, June 10, 2010
Java Visualisation Tools
- APIViz
- Dependency Finder
- ... as well Vizmier once it gets going :-)
Sunday, May 9, 2010
Disk Recovery
My daughter's XP machine started losing its mind over the weekend (running very slowly and behaving randomly), and as part of my attempt to fix things I managed to lose the NTFS partition on her hard disk.
Then I found TestDisk , which did a great job of copying "lost" directories off the hard-disk, as well as recovering the partition.
Highly recommended.
PS: Boo-hiss at GParted that messed up that partition table in the first place :-)
Thursday, May 6, 2010
Bean Mapping
While playing with GWT and GAE I discovered the need for Bean mapping, so that beans built via the DataNucleus JDO implementation can get serialised across to GWT without throwing a com.google.gwt.user.client.rpc.SerializationException associated with org.datanucleus.store.appengine.query.StreamingQueryResult.
Normally I like DTO layers anyway, because I want to control the aspects of the Domain that make it through to the client. I've built crappy reflection-based mappers of my own, but have since discovered some nice ones: