Categories
Tags → Program Code In Java

Link Exchange Script

This Link Exchange Script is easy to use and features a totally automated sign-up and code generation software. Members simply choose their username and password, indicate which the text they want to use, choose the categories to be placed in and cop...
DETAILS

How Code Reviews and PMD Can Crush Bugs In Your Code

The ability to review your code is one of the best methods to find bugs and other issues which can cause your program to perform poorly. In fact, one of the hardest things about writing a program is debugging it. When programmers get together and sha...
DETAILS

How Code Reviews and PMD Can Crush Bugs In Your Code

The ability to review your code is one of the best methods to find bugs and other issues which can cause your program to perform poorly. In fact, one of the hardest things about writing a program is debugging it. When programmers get together and sha...
DETAILS

SoftSlate Commerce - Java Shopping Cart

SoftSlate Commerce is a highly flexible shopping cart program written with 100% Java and JSP. It is designed to be the platform for a robust ecommerce solution tailored to a company''s unique business needs. SoftSlate Commerce utilizes the bes...
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

Connecting to a MySQL Database using Connector/J JDBC Driver.

A tutorial on how to connect to a MySQL Database using Connector/J JDBC Driver. Explains what are database URLs? Why and how to specify JDBC driver names? Then moves on to write a simple Java program to connect to a MySQL database server. Explains al...
DETAILS

Win32 Java Heap Inspector

HeapInspector is a Java program which allows reference navigation of the Java heap. It supports back-tracing references in order to find gc roots which keep the reference from being garbage collected. Source code is available.
DETAILS

Improve the performance of your Java code

Many algorithms are expressed most concisely as tail-recursive methods. Compilers can automatically transform such methods into loops and thereby improve program performance, but this transformation is not required by the Java language specification,...
DETAILS

Managing e-zines with JavaMail and XSLT, Part 2

This article demonstrates how to automate e-mail publishing chores with Java and XML. This concrete application of XML and XSLT describes an e-mail newsletter (e-zine) publishing application that outputs both HTML and plain text e-mail messages. Five...
DETAILS

MinML

MinML is an XML parser written in Java. It was written to be used in embedded Java systems where storage space is at a premium. The code is quite compact, but MinML was also designed to minimise the heap space used by the program when parsing a docum...
DETAILS
©2003-2019 jCay.com