Categories
Tags → Code Example Java

Comparing two JVM cacert files

This can come in very handy, if you need to compare 2 different projects or envs. For example Development server against prod, to ensure they both have same certs stored in cacerts (sampled by java among others). Code to generate list of ...
DETAILS

SSC Encryption Free Program and Source

This is a simple example of how to use java to encrypt strings. Best used for learning purposes, source code and class files available for download.
DETAILS

Java programming code page considerations

Every Java programmer should be aware of the problem of code pages vs. Java Unicode. This article describes some pitfalls to avoid with code page and Unicode conversions and provides example fixes for the problems. Armed with this informaion, you sho...
DETAILS

Servlet Essentials

The author notes &"This document explains the concepts of Java Servlets and provides a step-by-step tutorial for writing HTTP Servlets with complete source code for the example Servlets. The tutorial and the other chapters cover all facets o...
DETAILS
©2003-2008 jCay.com