October 31, 2005
Web Page Generator
Recently I mentioned that I had been enjoying refactoring a Java application I wrote a few years ago.
It is a simple application that I wrote to generate pages for the fixtures section of my local cricket club's website. Based on a database and a web page template, the application generates two sets of pages: one with lists of fixtures for each team and the other with lists of fixtures for each playing day of the season. That's it. Nothing extraordinary but it was very useful because, at the time, our hosting provider limited us to static pages.
Now I'm in the process of enabling someone else to use the generator for the new season. Having finished tidying up the code I'm making the source available should anyone be interested.
With that little announcement made it's time to get back to my latest project, also with a cricket theme. This time it's a web app written in Ruby on Rails.
Posted to Software Development by Keith Pitty
