SEFeb 26, 2017

JETracer - A Framework for Java GUI Event Tracing

arXiv:1702.08008v14 citationsHas Code
Originality Synthesis-oriented
AI Analysis

It addresses the problem of GUI event tracing for developers working with Java applications, but it is incremental as it builds on existing toolkits without a major breakthrough.

The paper introduces JETracer, a framework for real-time tracing of GUI events in Java applications using AWT, Swing, or SWT toolkits, and evaluates it by tracing events in five open-source applications.

The present paper introduces the open-source Java Event Tracer (JETracer) framework for real-time tracing of GUI events within applications based on the AWT, Swing or SWT graphical toolkits. Our framework provides a common event model for supported toolkits, the possibility of receiving GUI events in real-time, good performance in the case of complex target applications and the possibility of deployment over a network. The present paper provides the rationale for JETracer, presents related research and details its technical implementation. An empirical evaluation where JETracer is used to trace GUI events within five popular, open-source applications is also presented.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes