Categories
Tags → Generate Java Code

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

Simple-Code

Simple-Code.net is an web site specifically produced for providing Java Script code generators and other free webmaster tools that are simple thought very useful and popular among webmasters. By using our code generators, you can generate customized ...
DETAILS

Jtpl - simple template engine for Java servlet

Jtpl is a template engine for Java Servlet which allows you to store your HTML code apart from your Java code. A template engine is a software module which is used to generate HTML pages. The layout of a HTML page is defined within a template file,...
DETAILS

Tracing in a Multithreaded, Multiplatform Environment

Most Java programmers use some kind of tracing system to keep track of potential errors and problems in code under development. However, multithreaded and multiplatform systems can generate a large and baffling amount of tracing data. This article of...
DETAILS

Java and XML

Java and XML share many features that are ideal for building Web-based enterprise applications, such as platform-independence, extensibility, reusability, global language (Unicode) support, and both are based on industry standards. Together Java and ...
DETAILS
©2003-2008 jCay.com