1. What contributions have the authors mentioned in the paper "Toolkit design for interactive structured graphics" ?
In this paper, the authors analyze toolkit designs for building graphical applications with rich user interfaces, comparing polylithic and monolithic toolkit-based solutions.. The authors describe Jazz ( a polylithic toolkit ) and Piccolo ( a monolithic toolkit ), each of which they built to support interactive 2D structured graphics applications in general, and Zoomable User Interface applications in particular.. The authors examine the trade offs of each approach in terms of performance, memory requirements, and programmability.
read more
2. What are the future works mentioned in the paper "Toolkit design for interactive structured graphics" ?
Doing this offers the toolkit implementers and component writers greater freedom to design, modify, extend, and maintain the toolkit, e. g., by substituting one node type for another in the runtime graph.. For platforms that are designed to survive extended evolution, the extra complexity added by composition is probably worthwhile.. One interesting area of future research is hybrid systems which offer the characteristics of both inheritance and compositional approaches.. The resulting code quality may suffer, or users may be unable to discover how to implement a working solution at all.
read more





