Review: HuddleCam HD-PTZJOY Joystick
When I got the HuddleCamHD for my church I also picked up the HuddleCam HD-PTXJOY which is a joystick controller for camera systems. I had to do some actual digging…
When I got the HuddleCamHD for my church I also picked up the HuddleCam HD-PTXJOY which is a joystick controller for camera systems. I had to do some actual digging…
I have not done any work prior to using reflection in my Java projects. A project I was working on I needed to be able to access the Getter/Setter of…
Every need an additional method on the String Class? Well I have and it would have made life much easier. Unfortunately you can’t subclass String as it is Final. So…
Wanting to move my church into the 21st Century I started looking for Video Recording Solution for a camera and system to use do this. Previously I had priced out…
We discussed the HTTP Server ContextHandler in a Jar one of the methods was ContextHandlerInterface.getFilters() this method returns a list of Filters to apply to incoming HTTP Requests. We subclass com.sun.net.httpserver.Filter for…
Today, I’m going to share with you a command handler for the HTTP Server I presented previously. This is a handler to extend the abilities of that HTTP Server in…
Ready to take your programming skills to the next level? One of the most important things you can learn is Refactoring. Refactoring – Improving a computer program by reorganizing its internal…