Child pages
  • QFJ-Specific JMX Management Console

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

I'd like to have a QFJ-specific GUI for managing sessions, their supporting
services and application objects. One starting point would be to define the
desired functionality for this console, possibly in terms of use cases.

...

The application status monitoring would require a standard
data format for reporting application status. Each application
will be different and the JMX console should not be dependent
on application-specific classes. Using an XML description like
JBoss's XMBean (MX4J has something similar) descriptions would allow us to use dynamic mbeans
to do simple monitoring and control applications.

For monitoring I'm thinking of just a table and charting widget
that would work with any standard MBean. One challenge is how to
provide decent user interfaces for application control that requires
nontrivial user input. While I'm brainstorming, a possibility would
be for the application to provide an XML definition of a simple
Swing UI for entering nontrivial commands. The definition would tell
how to map the collection information to JMX operations. This
approach would be limited to standard Swing widgets to avoid any
remote classloading issues.