JAX-WS on Tomcat
Introduction I was recently tasked with looking into an issue on Embedded Apache Tomcat 8 where a JAX-WS service was installed. It looks like the services... »
Introduction I was recently tasked with looking into an issue on Embedded Apache Tomcat 8 where a JAX-WS service was installed. It looks like the services... »
Centos (Open Source RHEL) docker pull centos:7 docker run -d -it --name email-marketing -p 8080:8080 -p 8443:8443 -p 1527:1527 -p 25:25 -p 113:113 -p 443:443 -p... »
Introduction I was tasked with trying to find a quick way to test if a SpamAssassin server was running. The idea was that we needed to... »
Introduction It is important to look at other people’s code. It often gives us insight into undiscovered content and ideas that we can put into our... »
I had my first exposure to this fun and easy to use framework in Java Magazine - j2html: An HTML5 Generator Library. I have to say... »