Looking for reading material on application architecture with web UI

Posted by toong on Programmers See other posts from Programmers or by toong
Published on 2012-07-10T09:18:17Z Indexed on 2012/07/10 9:21 UTC
Read the original article Hit count: 343

I'm looking for articles (or other reading material) on the topic of fat client applications with a web UI layer. Open-source projects that use this architecture would be very interesting too.

Such an application would embed one (or more) browser-window(s) (chromiumembedded for example). You would need bidirectional communication between your web-UI and your domain model/services. I think this allows quick prototyping the UI, a clean separation between logic and UI and potentially easier portability across platforms (compared to WinForms for example).

But that is just my view, I was looking for the view of people who have been on that road.

An example of an application using a web-ui layer is Light Table. Unfortunately it is not open source (at this point?).

© Programmers or respective owner

Related posts about gui

Related posts about application-design