News

Class Library and Application Framework Implementation Once the design of the class library/application framework has been established and reviewed (typically through a peer-review process), the ...
Did you ever wish your Java code could be dynamic like JavaServer Pages? That it could be modified and recompiled at runtime, with your application updating itself on the fly? This article shows ...
The Observable design pattern is found in many Java APIs and in reactive programming. Here's an introduction to the timeless Observable pattern in Java.