Nifty tidbits
Nifty tidbits and random thoughts on technology and anything else that catches my fancy
Tag Archives: Java
Unit testing Apache CXF RESTful services – code available
So, the original post on the topic written about two and a half years ago had code snippets, but there’s been comments and PMs for the complete code. So last week, as I resurrected this blog, decided to get that code out on github. Unfortunately, that was easier said than done; it has been quite [...]
Hudson for CI – Tips, Tricks and insights
Just started using Hudson recently and I’m wowed! It’s head and shoulders above CruiseControl and things that I like a lot are Snappy web based config – felt great that I could set up a CI build with essentially the repo path alone Plugin system! Deep maven2 integration (though read on below that this isnt [...]
Recipe: Unit testing Apache CXF RESTful services
Recently, decided to use Apache CXF to expose a service with a RESTful API. Part of the reason for choosing REST had more to do with the fact that the client is going to be a mobile client. These days, though mobile devices stacks have come a long way and provide SOAP clients, it still [...]

