News and New Product Briefs (April 21, 2000)

Arbortext offers Java Catalog classes for XML processors With the release of open source Java-based code, Arbortext is helping developers resolve public identifier issues in XML documents. The Java Catalog classes turn XML public identifiers into accessible resources or files…

Enhydra broadens ebiz options

The InfoWorld Test Center puts the open source Lutris Technologies Enhydra application server through its paces Creating and deploying ebusiness applications that leverage open-source technologies can be a new but worthwhile experience for corporate developers. Linux isn’t the only thing…

A ZipClassLoader for automated application distribution

A ZipClassLoader for automated application distribution

Learn how to use ClassLoaders and exploit the zip library Some developers consider application maintenance an afterthought. Naturally, you tend to focus on the task at hand, which is, first and foremost, to make your program work! Sure, there might…

Java in the new economy

Java is a cornerstone in the spectacular growth of startups Startups and small companies have played a major role in the rapid advancement and growth of Java on the Internet. Startups adopted Java early on as the standard Internet language,…

Make room for JavaSpaces, Part 4

Explore Jini transactions with JavaSpaces The Jini transaction model is one of the lesser known and least used aspects of Jini, yet it provides a powerful tool for writing distributed applications that operate correctly in the presence of partial failure.…

Letter from the editor

An update on JavaWorld and an explanation for that yellow and black navbar As most of our loyal readers have already noticed, we’ve been publishing a greater amount of content in JavaWorld lately. Our recent move to a weekly schedule…

News and New Product Briefs (April 14, 2000)

Oracle’s JDeveloper adds XML support Oracle has updated its JDeveloper 3.1 for Java with the addition of end-to-end XML support, which allows developers to create and deploy applications in Java and XML. Oracle JDeveloper 3.1 makes it easier to work…

JFC actions

JFC actions

Use the powerful Command pattern with the JFC Action interface to build a reusable GUI-command library The JFC Action interface provides a mechanism to detach application logic from GUI code. Unfortunately, Action implementations must usually be rewritten for each GUI,…

Build an object database, Part 2: Object storage backend

Build an object database, Part 2: Object storage backend

Implement relational database storage for Java objects Mapping objects into relational databases and vice versa is almost always a hassle. A general solution is difficult because of the inherent differences in the relational and object-oriented approaches to data modeling. Tools…