We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

GUI-Architektur für interaktive Datenanalyse

Formal Metadata

Title
GUI-Architektur für interaktive Datenanalyse
Title of Series
Number of Parts
60
Author
Contributors
License
CC Attribution 3.0 Germany:
You are free to use, adapt and copy, distribute and transmit the work or content in adapted or unchanged form for any legal purpose as long as the work is attributed to the author in the manner specified by the author or licensor.
Identifiers
Publisher
Release Date
Language

Content Metadata

Subject Area
Genre
Abstract
For scientists, it is tempting to think of GUI development as a tedious but trivial task, best delegated to auxiliary personnel. Expect this approach to yield unstable software with unsatisfactory performance and an unmaintainable code base. Get a few basics right, and everything will be so much clearer and easier: Strictly separate the GUI layer from the scientific core. Dare using global variables to hold session and GUI state. Cache computational results. Ensure that the display is always up to date. Provide an emergency interrupt button. Foresee multithreading. Log user actions. Use a replay engine during development and for testing. Plan for scripting.