Categories
Tags → In Java Program

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

ezgui

This is a collection of Java GUI APIs for programmers. The demo program is available in ezgui.java. Note: Internet Explorer is not displaying the tab correctly.
  • Categories
  • Platforms
    • Linux,
    • Windows,
    • FreeBSD,
    • Mac OSX,
    • Sun Solaris
  • Licenses
    • Free Trial
DETAILS

Java Servlets for JavaScripters

Written primarily for those currently developing on the server in JavaScript, this article explains the basics of working with Java on the server through Sun''s Java Servlet API. It includes a brief overview of servlets and their role in server-...
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