I had serious trouble today firing up an embedded Tomcat server that serves up REST resources using JAX-RS via Apache CXF. Here's minimal example, hop… ...more
I like to use several saved Vim sessions to remember what files I was working on in a particular project. I also like to have a list of buffers I have… ...more
In this video I will show you how to make an electronic Christmas card for your friends or family using HTML and JavaScript, which means it will be a … ...more
In this video I will show you how to make an electronic Christmas card for your friends or family using Scratch. Scratch can work on most computers - … ...more
To encode a URL in Java, create a new instance of java.net.URI and then call toString() or toASCIIString() on it. DO NOT use java.net.URLEncoder. It i… ...more