Archive for June, 2008

Jazoon Presentation on Distributed Client/Server Persistence

1

I’ve presented at this year’s Jazoon conference on Hölchoko, a framework for distributing the persistence of your JPA domain models to multiple clients. While the project itself is not where I would have expected it to be by now, I’ve finished enough of the demos to show what the idea is all about. I’ve uploaded the presentation here. I know the demo still has the encumbrance of IntelliJ Idea forms for parts of the UI. I hope to get enough time to remove these very soon.

I plan on closing the remain tickets and release version 0.9.1 somewhere next week. I know the type system More >

Hudson continuous build full screen monitoring

1

I’ve just quickly hacked a fullscreen monitor for our continuous integration server at work. As for my personal projects, we useĀ Hudson, which has a nice restful xml API.This small utility asks for the url of your Hudson server and retrieves all the jobs and their status. You can also provide the url to a view, would you want to only partially monitor your jobs (such as only the continuous integration builds, ignoring nightly builds, or the other way around).

When in full screen mode, the tool will poll the server every 15 seconds for job updates and render a fully red, yellow or blue (and

More >

Go to Top