Categories
Tags → Program In Java To

JUDO

JUDO is a Java IDE for Beginning Computer Programmers. An IDE is an Integrated Development Environment, or a program that makes it easy for you to write computer programs. JUDO is also an educational tool used to teach programming concepts and to spa...
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

Larry''s Paint

Larry''s Paint is a free Java applet program that allows you to make various paintings. You can draw two ways. A simple way of drawing is to use premade images, called stamps, to put in your painting. The other way to draw, is by hand, using a c...
DETAILS

Eteria IRC Client

Eteria IRC Client (EIRC) is an RFC 1459 compliant client program written entirely in Java using only version 1.1.x Java API, for compliance with current mainstream web browsers, without the need to download the Swing classes. It was written because i...
DETAILS

phpdoc (Enzyme)

phpdoc is a program that aims to do for PHP developers what Javadoc does for java developers. It is a script that parses PHP class definitions, extracting function and variable names, as well as comments, and dumping this data into a database. The sc...
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

Graphical Guestbook

Graphical Guestbook is a simple client-server based graphical guestbook for the Web. The client program is in the form of a java applet so can be used on any machine or served up from a web page. The server is written in php3, to be run on a web serv...
DETAILS

A&&M Mail Form

This is a Perl CGI MailForm program that allows you to communicate with the visitors of your home page without publishing your E-mail address on the Web. Your real E-mail address is completely hidden from spammers. This program is using Java Script t...
DETAILS

Page:
©2003-2019 jCay.com