Blog Archives

Event Driven Programming in Java – Part 1

Event Driven Architecture aka EDA loosely couples event producers and event consumers. An event can be defined as “a change in state”. For example, when an event producer fires an event to notify all its registered listeners that either “securities” or “security prices” have been loaded, … Read more ›...



Event Driven Programming in Java – Part 2

This extends the basic tutorial on event driven programming in Java. This tutorial covers JMX enabling the EventHub class vian MBeans and monitoring through JMX compliant tool like jconsole. Step 1: Define the interface with the methods that are intractable via the JMX compliant client like jconsole. … Read more...



800+ Java Interview Q&As

Java & Big Data Tutorials

Top