Simple SMTP Client
Introduction I was cleaning up my hard drive when I came across another simple and easy to use SMTP client using plain Java (no frameworks required).... »
Introduction I was cleaning up my hard drive when I came across another simple and easy to use SMTP client using plain Java (no frameworks required).... »
Introduction I was cleaning up my hard drive this Memorial Day weekend when I found a bunch of code I wrote many years ago. It is... »
I was looking for simple instructions on how to convert a certificate to a keystore. Here is my simplified version. Build the certificate chain into a... »
The Next Generation of Developers This is the 4th year I have taught the Programming Merit Badge to Boy Scouts in the Southbounder District of the... »
Introduction Java Persistence API (JPA) is a great technology for combining the power of Java and data persistence. The specification goes a long way from the... »