This java-event system is an implementation of a generic observer pattern for java objects. It is modeled after the way C# events function. The EventManager maintains the list of observers, and allows ...
Azure Event Hubs is a highly scalable publish-subscribe service that can ingest millions of events per second and stream them into multiple applications. This lets you process and analyze the massive ...
I recently blogged on the software development events in 2009 that seem most significant to me. Although the list was certainly biased toward Java, it was not exclusive to Java. Nevertheless, my ...
Abstract: The two major strategies used to construct high-performance Web servers are thread pools and event-driven architectures. The Java platform is commonly used in Web environments but up to the ...
Qt Jambi is a new and noteworthy alternative to Swing and Java 2D for developing rich, cross-platform desktop-application interfaces. In this article JavaWorld contributor Jeff Hanson introduces the ...