IBM releases Lotus Domino 7.0 for Linux, Solaris, and AIX

This article describes new features introduced in the beta release for Lotus Notes and Domino 7.0, including information on Java 1.4.1 suport, the ability to remotely debug Java code, extended support for JSP tags, enhanced Linux/Mozilla support, poductivity improvements to Domino Designer, and the ability to use DB2 as a data store. Go here to download a free Beta version of Domino 7.0

Product review: Fedora Linux Core II

Despite its description as a technology proving ground, Fedora II provides Linux users with a good Linux desktop experience. For veteran Linux users, Fedora II will provide you with the productivity tools you need and the latest stable open-source technology. You can even use the Red Hat up-to-date service for free to keep your desktop current. Read Tom Adelstein's product review of Fedora Linux Core II.

The Problem with .NET Generics

One of the most awaited features of Microsoft .NET 2.0 is generics. Generics promise to increase type safety, improve performance, reduce code duplication and eliminate unnessecary casts. The most obvious application of generics in the framework class library are the generic collections in the new System.Collections.Generic namespace. Much has been written about those, but they are not the topic of this article.