Author Archives: DocDock

The power of mathematics in government

DEBT This is a word that you rarely hear mentioned much by politicians especially if they are campaigning for office.  Oh, sure you might hear something about how they will fix the deficit.  The deficit that the other guys have allowed … Continue reading

Posted in Soapbox | Comments Off on The power of mathematics in government

… and because perception matters

“I am from the government and i am here to help”                                             Ronald Reagan It has certainly been a while … Continue reading

Posted in Soapbox | Tagged | Comments Off on … and because perception matters

professionalism in IT … at the movies

My first boss was a real ball-breaker.  He had a very good idea of what was possible with computers, what the users might need and how to achieve that.   He could have literally done it all himself except there were … Continue reading

Posted in Soapbox | Comments Off on professionalism in IT … at the movies

Is Agile development the Emperors new clothes

I had the opportunity to take a class on Agile development recently, Scrum, and it was a fascinating way of doing development. I have been pretty lucky over my career that I have not been dragged through a lot of … Continue reading

Posted in Soapbox | Tagged | Comments Off on Is Agile development the Emperors new clothes

Restful services in Java – 360 degree of restful client

Always try and use the most appropriate tool for the task.  The Apache HTTP server or web server is a program for serving the html web pages to the client who requests them. Tomcat is a application server that is actually … Continue reading

Posted in programming, Setup From Scratch | Tagged , , | Comments Off on Restful services in Java – 360 degree of restful client

Restful services in Java – 360 degree of restful server

This is the blog final entry for a restful service web server.  I have attempted to create more than your typical “foo” “bar” type example program. My final blog on restful services will be a fairly complete service that could … Continue reading

Posted in programming | Tagged , , | Comments Off on Restful services in Java – 360 degree of restful server

command line fun – unlimited command line length

While looking into another problem, plethora of shells, I was initially afraid that some of my fooling around was causing some odd side effects.  While investigating I ended up with a different solution that was actually overkill but it help … Continue reading

Posted in Command line | Tagged , | Comments Off on command line fun – unlimited command line length

Gentlemen’s vandal

We were watching the BBC world news a few days back and it must have been a slow news day. The reporter was speaking with someone whose face was hidden. It turned out that this particular vigilante defaced buildings and … Continue reading

Posted in Soapbox | Comments Off on Gentlemen’s vandal

Restful services in Java – client and server

My previous restful client example and server example were perfect, well, not exactly.  They worked but they pretty much assuming a perfect world.  That is to say that there is never a communication error or a server error. This small … Continue reading

Posted in programming, Setup From Scratch | Tagged , , | Comments Off on Restful services in Java – client and server

Restful services in Java – simple client example

I suppose that a restful server isn’t all that useful unless there is a way to query this information back and use it in some useful way. It is easy enough to test this out the server from the command … Continue reading

Posted in programming, Setup From Scratch | Tagged , , | Comments Off on Restful services in Java – simple client example