Archives
- August 2010 (1)
- March 2008 (1)
- February 2008 (1)
- October 2007 (1)
- August 2007 (1)
- April 2007 (1)
- March 2007 (2)
- February 2007 (3)
- December 2006 (1)
- October 2006 (3)
- September 2006 (8)
Links
Pages
Twitter
- Fun fact for today: there's a merge commit in the Linux repo that has 66 parents. git.kernel.org/pub/scm/linux/… 6 days ago
- @AWSSupport Thanks! Here's a screenshot of the 3 emails in my inbox in case it's useful. All 3 are for the same AWS… twitter.com/i/web/status/1… 3 weeks ago
- @AWSSupport The weekly "AWS Trusted Advisor" emails appear to be getting sent daily at the moment - I got the same… twitter.com/i/web/status/1… 3 weeks ago
- @BBCSpringwatch daughter making friends with a stag beetle at the weekend https://t.co/AAz95LI88W 1 month ago
- RT @GregHands: The Parliament Square bus stop had the result long before anyone else did. https://t.co/pzg7z1PzZg 2 months ago
Delicious bookmarks
Meta
Flickr Photos
Tag Archives: java
Updated History Flow Subversion plugin
I’ve updated the Subversion plugin for History Flow, and put the code on GitHub. Continue reading
Passing reference data to the success view
When using Spring’s SimpleFormController, the default behaviour is to pass reference data to the form view, but not to the success view. However it’s very easy to override this behaviour, and access the reference data from the success view as … Continue reading
Subversion plugin for History Flow
Following on from my post a few weeks ago about the API for History Flow, I’ve made a plugin for accessing files in Subversion. You can download the plugin JAR file here, or get the source code (in the form … Continue reading
Spring 2.0 Seminar
Today I attended Rod Johnson’s Spring 2.0 seminar in London. Rod spoke about the new features of Spring 2.0, which is scheduled for release at the end of September. Simplifying Spring seems to be one of the main goals of … Continue reading
Creating EJBs with XDoclet
I’ve been meaning to have a look at XDoclet for a while now, and finally got round to figuring out how to use it when developing EJBs today. XDoclet 1.2.3 is the most recent stable version. However, the component of … Continue reading
History Flow API
In March 2005 IBM released History Flow, a tool for visualising the evolution of documents over time. The tool has been designed to allow new plugins to easily be added, but at the moment it isn’t open source, and there … Continue reading