words on sand
from shri at drone-ah.com
about
posts
tags & stats
endeavours
excursions
Tag: Sfeng
08
Apr 2020
How do you access a specific version of a parameter from AWS Systems Manager Parameter Store
This was a bit tricky to find and doesn\'t seem to be well documented. ```js // version number below can be a number, ...
31
Jan 2013
WARN - Missing artifact descriptor for XXX
Working on an Arquillian test deployment which had some library changes recently, I ran into the following error. ``` ...
28
Dec 2011
Automating Code Analysis with Hudson [1115]
As part of [setting up continuous integration and automated builds and source analysis](http://drone-ah.com/2011/12/28/...
28
Dec 2011
Hudson / Jenkins and Continuous Integration [1114]
Fair Warning: This is more notes for me to remember and document how to do these things rather than particularly detail...
07
Nov 2011
Directed Acyclic Graphs and Executing Tasks in Order (and in Parallel) Based on Dependencies [1107]
A little while ago, there was a requirement to write a tool that could take a number of tasks each with a set of depend...
06
Nov 2011
Using CXF Interceptors to do some magic around your web service calls [1105]
We use JBossWS CXF for a heavily utilised enterprise system. It links into spring to pick up and execute beans. We have...