Create Great-Looking GUIs With NetBeans IDE 5.5 13 Jan 2007 11:16 GMTLearn how NetBeans IDE 5.5 GUI Builder's Free Design layout mode and GroupLayout manager help you create platform-independent designs for user interfaces. New features simplify internationalization and reuse of GUI components in Java SE 6 or ealier versions of the Java platform.
Source: Sun The POJO Container: POJO Clustering at the JVM Level 11 Jan 2007 04:35 GMTPOJO clustering at the JVM level not only provides a simple way for applications to achieve scale-out, but also sets the stage for a stack of enterprise-scale services and practices based on simple POJOsthe POJO container.
Source: DevX Transparent State Management Using the Decorator Pattern 09 Jan 2007 05:00 GMTStoring state in the session makes sense at first, but can become a burden to manage properly, and can make more of your application stateful than you originally intended. Sharfudeen Ashraf shows how a servlet filter can be used to provide transparent state management.
Source: Java.net Go Inside the Java Real-Time System 04 Jan 2007 04:43 GMTReal-time Java is about more than applications that need to be fast. Find out what real-time requirements actually are and get an in-depth look at what Sun Microsystem's real-time Java can do for you.
Source: DevX Discovering a Java Application's Security Requirements 03 Jan 2007 05:00 GMTJava security manager policy files are powerful and flexible, but rather grueling and error-prone to write by hand. In this article Mark Petrovic employs a novel approach: a development-time SecurityManager that logs your applications' calls and builds a suitable policy file.
Source: O'Reilly