Gizmox is an Israeli startup that developed an application UI framework that bridges good-old practices of building enterprise applications (using WinForms) with web 2.0 style application delivery (AJAX style). The idea behind their solution is that the WinForm application style can be sub classed to have a class that separates the UI implementation (and optimizes the communication between the UI and the application logic) from the UI logic. The result is that one can develop a Windows Forms style...