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

Posted in Uncategorized | Tagged , , | 2 Comments

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

Posted in Uncategorized | Tagged , | 2 Comments

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

Posted in Uncategorized | Tagged , , | 4 Comments

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

Posted in Uncategorized | Tagged , | Leave a comment

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

Posted in Uncategorized | Tagged | Leave a comment

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

Posted in Uncategorized | Tagged , | 1 Comment