on wish: Model-ViewS(!)-Controler
Author: ulrichmerkel@web.de (ulrich-merkel)
Short Description
uniface.communityzero.com/content/lists
Description
Similar to the old "Object Service" implementation which transfered the WRITE from a form to the WRITE of an underlying object service.
All triggers form one or more presentation components (Views) should automatically trigger the background component (Model) for execution. Layout modifications etc. will automatically be transfered back to the view(s).
Use case (please read what is requested here!)
To be on the safe side, the old component with all its business logic and checks should stay in use and the derived presentations are controled by the background.
No tabpage crossinformation on modifications on shared information.
All the data come from the background and tabpages are refreshed when they get focus.
Importance
This will extend the DSP mechanism in the C/S area, separating the presentation from a background processing of data.