I think it could be useful to allow an application to display its user interface on another computer via a network.
This implies to develop a server able to receive GUI requests from the network and to display in on the local machine, like an X server do.
When creating a comonent, a parameter should be given in the constructor to specify this component is to be displayed on another machine. This parameter could be the parent component of the component to be created, the parent should be marked as "network".
What do you think about all this ? (:
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I think it could be useful to allow an application to display its user interface on another computer via a network.
This implies to develop a server able to receive GUI requests from the network and to display in on the local machine, like an X server do.
When creating a comonent, a parameter should be given in the constructor to specify this component is to be displayed on another machine. This parameter could be the parent component of the component to be created, the parent should be marked as "network".
What do you think about all this ? (: