G's Blog
Wednesday, November 25, 2015
A very simple implementation of Suite to make it easy to run across a bunch of test machines at the same time.
›
So I was presented with a large suite that I need to distribute amongst an arbitrary number of Hudson slaves. Now my first guess would be to...
Friday, July 31, 2015
Creating a shared library for Jersey 2.19 to use with Weblogic 12.1.3
›
Weblogic server comes with a shared library so you can deploy JAX-RS 2.0 applications; but is limited to Jersey version 2.5.1 and the instru...
Monday, March 9, 2015
Quick and dirty test for thread leakage in java
›
I was looking at a bit of code was leaking class loaders when deployed to tomcat - so I wanted to quick rule out that a background Thread wa...
Thursday, February 12, 2015
How long did I sleep last night: using Cordova, HealthKit, and JavaScript, and a handful of Promises
›
Now that we can know how much activity I did yesterday , we can look at whether I am getting enough sleep. A quick look at the Apple docum...
Tuesday, February 10, 2015
Per client cookie handling with Jersey
›
A lot of REST services will use cookies as part of the authentication / authorisation scheme. This is a problem because by default the old J...
Sunday, February 1, 2015
How many steps did I walk yesterday: using Cordova, HealthKit, and JavaScript, and a handful of Promises
›
As people who know me might know I have been playing around with various wearables for some years now, starting with a Nike Fuel Band, and a...
Monday, November 17, 2014
But that's impossible, or finding out that the JIT has broken your code.
›
Every now and then you look at some code and think that it cannot be possibly be wrong. Once you have ruled out a simple programmer screw up...
19 comments:
‹
›
Home
View web version