Author Archives: DocDock

Restful services in Java – simple server example

There are probably a lot of ways to create web services programs but the simplest way I could think of was to create a project using Eclipse and Jersey. It turns out that restful services are really easy to summarize but … Continue reading

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

Restful services in Java

Over the years there have been different methods of for communicating between heterogeneous systems.  Each of these methods have to deal binary messaging.  Some of the different protocols that have been used are as follows. Remote procedure calls (RPC) Distributed … Continue reading

Posted in programming, Setup From Scratch | Tagged , , | Comments Off on Restful services in Java

a plethora of shells – what is my shell interpreter

I kept seeing odd error messages from my shell script that simply made no sense.  No matter what changes I made a new error seemed to pop up.  A short while later I did notice at the top of the … Continue reading

Posted in Command line | Tagged , | Comments Off on a plethora of shells – what is my shell interpreter

Windows powershell scripting

Powershell scripting is not too difficult to pick up and there is a wealth of examples on the internet to help solve any syntax related question. Simply call the appropriate Powershell “cmdlet” to perform the required task.  The return value … Continue reading

Posted in programming | Tagged , | Comments Off on Windows powershell scripting

Windows scripting sucks or does it?

I am not a fan of the big MS.  It started a long time ago when my funds were limited and I simply couldn’t afford to keep up with the MS upgrade schedule.  Not all of their software back in the … Continue reading

Posted in programming | Tagged , | Comments Off on Windows scripting sucks or does it?

high quality USB cables

He said          I don’t want a tablet She said         They are really convenient. I should probably check my wallet to see if I belong to some sort of anti-technology society. I actually … Continue reading

Posted in Soapbox | Comments Off on high quality USB cables

command line fun – finding more space

I may not know where I set down my keys or my latest copy of Linux Magazine, but I do know where my programs are installed.  If I cannot think of where one of my files is I can always … Continue reading

Posted in programming | Tagged , | Comments Off on command line fun – finding more space

review of Huawai Mate S

It is a bit of a simplification to say that all smart phones are the same but it isn’t too dramatic of a statement to say that most high end smart phones sold at any particular time are quite close … Continue reading

Posted in Review | Tagged | Comments Off on review of Huawai Mate S

Installing Eclipse on Linux

Eclipse is an amazing example of an open source project that easily dwarfs its commercial competition.  Does an IDE make you a weaker programmer?  I don’t think so.  If it makes you more productive, help you with syntax, or speeds up … Continue reading

Posted in programming, Setup From Scratch | Comments Off on Installing Eclipse on Linux

Installing Tomcat on Linux

Most of my needs for serving up web content can normally be summed up in a few static pages.  To serve those pages up you would usually find an Apache server in the background.  Apache is a general purpose server … Continue reading

Posted in programming | Comments Off on Installing Tomcat on Linux