Let me first define what we mean by circular dependency in OOAD terms vis-a-vis Java.
Suppose we have a class called A which has class B’s Object. (in UML terms A HAS B). at the same time we class B is also composed of Object of class A (in UML terms B HAS...
0 replies - 330 views - 11/16/11 by Somenath Mukhop... in Announcements
The Pivot development team is happy to announce the release of Apache Pivot 1.3. Apache Pivot is a platform for building rich internet applications in Java. It combines the enhanced productivity and usability features of a modern RIA toolkit with the...
0 replies - 4326 views - 09/23/09 by Greg Brown in Announcements
JFree.org is pleased to announce the immediate availability of JFreeChart version 1.0.13, a popular free / open source chart library for the Java platform. This release contains a number of significant enhancements, as detailed in the release notes...
1 replies - 2539 views - 04/27/09 by David Gilbert in Announcements
I recently wrote, in this blog about state management, threading and API design, the following (talking about a refactored SwingWorker with the state information in a separate argument class):
9 replies - 6197 views - 08/10/08 by Tim Boudreau in Articles