March 2012
1 post
Using a PEM private key and SSL certificate with...
This is the first in a series of posts of useful titbits that I have completed in my work over the last few months getting The Law Wizard live. These are a reminder for me as to how I did things, but also they may be useful for others as documentation elsewhere is pretty lacking
In this post I will walk you through importing a PEM private key and CA issued SSL certificate into a Java key store so...
July 2011
1 post
1 tag
JPA: Ensuring versioning of entities when using...
The persistence layer for our code at The Law Wizard makes use of optimistic locking to determine if an entity has changed during the period where a user has been working on it. This helps to ensure that the view the user sees is always consistent with what is in the database.
One problem I came across is how to update multiple versioned entities in a single query whilst ensuring the benefits of...
February 2011
1 post
An elegy for the technical book
I’ve been doing a lot of technical investigation over the last few months as part of our plans for The Law Wizard. Part of that means that I’ve been doing a fair bit of technical reading whilst playing around with lots of new technology.
Brain..not..working
For some reason I really struggle to start with a technology when reading a computer screen. My brain seems to shut down and...