Category General

Letters to the Editor (January 20, 2000)

Java Step by Step ‘Build an object database’ Merlin Hughes and Michael Shoffner LETTER_HEAD: Object Persistence Layer — an object-oriented approach to databases Merlin, I enjoyed your article because I’m working on OPL (Object Persistence Layer), a part of the…

News and New Product Briefs (February 14, 2000)

INDEXHEAD: Jiro source code released Sun Microsystems has released its Jiro technology developer’s release, which contains the source code for creating dynamically distributed, interoperable, and automated storage network management solutions based on the newly released Federated Management Architecture (FMA) specification.…

Apple announces Java 2 plans at MacWorld

Long silent about future directions, members of Apple’s Java team outlined On January 7, JavaWorld hosted its third State of Java on the Mac session at the MacWorld Expo. During the session, Apple stunned the audience by announcing that Java…

After Y2K: The Java-enabled wireless convergence

Where Java will take us in the wireless world I predict that by 2001 Java will be the major wireless development platform. By then, your Walkman, personal digital assistant (PDA), Internet, wallet, and favorite video game will reside in a…

Behold the power of parametric polymorphism

Adding generic types to Java could mean less coding and fewer Suppose you want to implement a list class in Java. You start with an abstract class, List, and two subclasses, Empty and Cons, representing empty and nonempty lists, respectively.…

Speed up listener notification

Speed up listener notification

Discover the fastest way to notify event listeners defined by the JavaBeans 1.01 specification Java 1.1, Swing, JavaBeans, and the InfoBus spec all use the delegation event model described in the JavaBeans 1.01 specification for event registration and notification (see…