[author : Jonathan Erickson] #Edito
[author : Philip Wadler]
Generic Java (GJ) adds generic types to the Java language. GJ is compatible with Java, the Java Virtual Machine, and existing libraries. It is also efficient, in that information about generic types is maintained only at compile time, not run time.
[author : Joshua Fox]
The Java Shared Data Toolkit is designed to help you write distributed collaborative applications so that groups of users can work simultaneously on a common task.
[author : Jonathan Amsterdam]
Java lets a program refer to objects without preventing those objects from being garbage collected. Jonathan explains how references work and presents useful abstractions that make working with them easier.
[author : Kirby W. Angell]
Last month, Kirby introduced Python Server Pages and looked at how HTML pages with embedded scripts are translated into compilable JPython code. This month, he examines the Java Servlet side of PSP.
[author : Andrew Dwelly]
Marius, the system Andrew presents here, implements some of Donald Knuth's ideas about literate programs, but uses Java as its programming language, with HTML as the output. In the process, Marius leverages the power of XML.
[author : Vesna Hassler and Oliver Fodor]
The Personal Computer/Smart Card Interface (PC/SC) and OpenCard Framework emphasize the interoperability of smartcards and card terminals, and the integration of those card terminals into Microsoft Windows.
[author : David Hardin]
The Real-Time Specification for Java promises to bring the benefits of Java to real-time developers. David examines the requirements and design decisions that led to the Real-Time Specification for Java, and provides practical examples of its use.
[author : Peter Zhang]
Webrelay is a freely available multithreaded HTTP relay server that authenticates that clients are legitimate users before they are connected to vendor web servers.
[author : Chris Trueman]
Visio is a generic diagram construction tool that just happens to include a powerful visualization engine. Chris uses that engine to write a C++ tool that generates diagrams to represent all the available resources on a Windows network.
[author : Michael Swaine]
You won't need to go to the state of "iDenmark" to know that something smells. And you can bet Michael nose what he's talking about this month.
[author : Al Stevens]
Al resurrects S, a homebrew C variant he implemented a decade ago — back before the days of Javascript and VB. His updated version is written in C++, and includes a shell program that tests the interpreter by loading and executing text source-code files written in the S language.
[author : Ethan Henry and Ed Lycklama]
Our authors show what you can do when Java exhibits classic memory leak behavior — unbounded memory growth leading to poor performance and eventually crashing.
[author : Michael J. Wiener]
Michael presents some key optimizations (with source-code examples) that can be made to make RSA algorithm as fast as possible.
[author : Dennis E. Shasha]
Landmines are a nasty piece of work, indeed. Ecco and Liane need to come up with ways to make removing them a safer proposition.
[author : Gregory V. Wilson]
This month, Greg examines Mastering Algorithms with Perl, by Jon Orwant, Jarkko Hietaniemi, and John Macdonald, Programming for the Java Virtual Machine, by Joshua Engel, Java for Engineers and Scientists, by Stephen J. Chapman, Introductory Java for Scientists and Engineers, by Richard Davies, the C++ Toolkit for Scientists and Engineers, by James T. Smith, Quantum Computing and Communications, by Michael Brooks, and Steven Roman's Learning Word Programming.
[author : you]
[author : edited by Nicholas Baran]
[author : Nicholas Baran and Amy Lincicum]
[author : Michael Swaine]