Re: [DPP-Devel] HTML/JS interface renaming issue

2015-05-19 Thread Holger Schmeisky
would they be controllers in an mvc framework? (Providing data to the view?) On 19. Mai 2015 15:16:03 MESZ, bsie...@mail.uni-paderborn.de wrote: >Hi all, >currently there is a package `de.fu_berlin.inf.dpp.ui.renderer` which >contains different so called "xxxRenderer" classes. The actual purpose >

Re: [DPP-Devel] HTML/JS interface renaming issue

2015-05-19 Thread Stefan Rossbach
http://en.wikipedia.org/wiki/Marshalling_%28computer_science%29 ? But indeed they to a little bit more if I remember correctly by sending the data to the browser. On 19.05.2015 15:16, bsie...@mail.uni-paderborn.de wrote: > Hi all, > currently there is a package `de.fu_berlin.inf.dpp.ui.renderer`

[DPP-Devel] HTML/JS interface renaming issue

2015-05-19 Thread bsieker
Hi all, currently there is a package `de.fu_berlin.inf.dpp.ui.renderer` which contains different so called "xxxRenderer" classes. The actual purpose of those classes is to provide information about the saros state to the frontend via JavaScript function calls. We, Matthias and I, think that the nam