1 / 7

The Java Display Manager (JDM)

The Java Display Manager (JDM). JDM Widgets. Many JDM widgets correlate with medm widgets Button, MenuButton Bar, Slider, Meter, Indicator Cartesian Plot, Stripchart (8 pens) Label, Text Field Bit Field. JDM Widgets (cont’d). More widgets Wheelswitch Animated canvas (double-buffered)

mairi
Download Presentation

The Java Display Manager (JDM)

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. The Java Display Manager (JDM)

  2. JDM Widgets • Many JDM widgets correlate with medm widgets • Button, MenuButton • Bar, Slider, Meter, Indicator • Cartesian Plot, Stripchart (8 pens) • Label, Text Field • Bit Field

  3. JDM Widgets (cont’d) • More widgets • Wheelswitch • Animated canvas (double-buffered) • Each widget is a Java bean

  4. Building JDM Screens • Screens can be built with any Java IDE that supports Java beans • Java introspection allows IDE to learn about bean attributes

  5. Run-time JDM • Runs on JVM 1.1.8 and higher • Bean serialization enables execution of “screens” through a browser • “Screens” can be executed directly as applets

  6. DB JDM Communication Schematic JDM Client CDEV Gateway IOC IOC

  7. JDM summary • Positives • Provides great flexibility; run-time behavior • Widgets are easily extensible through inheritance • Drawbacks • “Screens” are fat • Administration is not straightforward

More Related