-
Issue tracking system from MySQL(tags: issuetracking)
-
(tags: jira conference)
Just upgraded to Wordpress 2.0. In total (removing 1.5 files, copying over the 2.0 files and the running the upgrade script) it took maybe 7 minutes. The theme and plugins all seem to work as expected. All data and configuration is just like before. That’s how simple an upgrade should be. Kudos to the Wordpress team!
Now I gonna see how the new spam filter support is working. Reports seem to be optimistic.
Some Apache commiters are investigating how to set up a common project (possibly within Jakarta or as a top-level project) for specifications. Several projects (e.g. Tomcat, WS-*) uses these frequently and with Geronimo the numbers exploded. As they are used in multiple projects, having a common project makes a lot of sense.
I think this can be the start of an important project for Java developers as we will be getting access to high-quality, clean room and ASL licensed implementations of the specs, not only from JCP but also from OMG, W3C and the WS orgs.
-
BBC grime pirate radio with DJ Cameo
-
Remote KDE workstation available via a downloadable client or a applet. Also comes with 1 Gb of storage.
-
Mail app where one can specify the sender and receiver. Intended to show how easy it is to spoof a mail.
After being a heavy subversion user for the last year or more I’m inclined to declare it the perfect tool for storing versioned documents. Of all types of SCMs (e.g CVS, VSS) and document handling systems (e.g. Documentum) I’ve worked with, SVN is the clear winner due it is very straightforward nature (it’s simply a versioned file system) and simple API (RESTish). Excellent clients like TortoiseSVN and Subclipse doesn’t hurt either. Of course, it doesn’t do everything every other system does, especially when compared to the high-end document handlers like Documentu. But then on the other hand, who really needs that functionality? Mostly you just want a safe way of storing your documents in a way where you can browse, retrive, change, revert and possibly audit them. And subversion fits those use cases significantly better than any other tool I have any experience with.
Now, to stretch this a bit further I was thinking of other systems where using subversion as storage might be useful. Especially in systems where you handle versioned document-type data. Two types of applications seems obvious to me: wikis and blogs. In both of these, the primary data is a clob with some metadata (like author and a publishing timestamp). In wikis especially, versioning is crucial due to the nature of multiple, possibly anonymous (or spamming) authors. I bet that basing a wiki around subversion instead of inventing your own RDMS based revision system will be significantly easier and require less coding. And with the native libraries for the popular programming languages (e.g. Java, Ruby, .NET, Python), this is bound to get even easier.
I can see one obvious issue, scalability. Subversion is built for a limited number of concurrent users, not what would be expected from a popular wiki or blog. This is an area where the traditional databases excel. However, for cases where you have more readers than writers (as would be expected for a blog or wiki), this can be solved using caching.
As an additional bonus, for applications using their wiki as the main documentation (like Geronimo), you could cut releases of the online documentation in the same way as you do with the rest of your artifacts, simply by tagging. It would also be easy to incorporate in your standard build process, for example with a wiki storing the text as APT (or other foramts as markdown) you could use Maven to tag, compile your code and build a PDF for the documentation using nothing more than the standard Maven plugins.
Does anyone know of any application built this way? I would be very interested in feedback on these ideas.
Three week ago today, the most beatiful boy of all was born, Albin Råberg :-)
Today, some 20 days later we are still slowly adapting to being parents. Making food, washing all clothes with pee/puke/crap and managing all friends and family that wants to visit is hard work. But a having him sit in the ones lap and smile happily (at least that’s what we would like to think that he is doing) makes it all worth-while. And it takes a hungry, crying baby to realize the number of reruns of 80-ties shows the run on the middle of the night (A-team, still the best).


