Categories
Tags → Static Java

jAlbum

Want an easy way to make static HTML or Flash-based photo galleries? Try a free Java program called jAlbum. You can easily make online photo galleries with this program, or use it to make a photo gallery to put on a CD for friends and family. There i...
DETAILS

Simian

Simian is a basic Java image viewer containing several algorithms, including resize, transparency handling and magnify while smoothly preserving edges. It can act as an interface for any image manipulation routine which the user can program as a java...
DETAILS

Diagnosing Java code: The case for static types

Love or hate it, static type checking can make code more robust. Programming languages are moving away from static type checking, but it is too powerful a debug resource to abandon. Static type checking can be one of the key weapons in a powerful ars...
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

What are JavaServer Pages?

The usefulness of static HTML has run its course and web sites whose sole content is comprised of static HTML pages are now often dismissed as &"brochureware.&" The real world is dynamic and web pages that want to reflect this must ...
DETAILS

Another Photo Gallery (APG)

APG is a Java 1.2 application that generates static HTML pages for photo-galleries. This is good if you want your digital images on a simple web site and don''t have lots of hosting services available to you.
DETAILS

FreeMarker

FreeMarker provides an easy way to get data from Java servlets into Web pages, and helps you keep graphic design separate from application logic. To use it, you encapsulate HTML in templates. These get compiled for you into Template objects, which ge...
DETAILS

Servlets and JSP

Servlets are Java technology''s answer to CGI programming; JSP is a technology that lets users mix regular, static HTML with dynamically-generated HTML. This tutorial discusses the basics of Java Servlets and JSP, as well as the advantages of us...
DETAILS
©2003-2019 jCay.com