Thursday, December 16, 2004

 

ET presentation: Rich clients

Rich clients presentation by Luke Birdeau:

Luke is the technical (and only!) force behind a 4 people company founded by him three years back: General Interfaces . The company was successfully sold to Tibco recently to make the 4 people very rich ...

His idea about 'browser tech is underutilized' will find a number of believers; I can even relate my experience to this, the way we were writing an embedded web server: how simple it would have been to use the web client instead of web server for rendering. So Luke has built a rich framework of client side APIs utilizing javascript.

Few features: drag & drop, resizeable widegets, color choices, all code written in javascript. Even the whole IDE being sold here is written using the same framework.

Technology: Javascript APIs are uploaded to the client at the beginning, the whole footprint is limited to 16k to keep it maageable.

Few apps used today : DoD map, ebay billing dept.

The founder even used the IDE to write a small tool for layout of his house.

Use of VML (what is that ?)

The IDE is called General Interface builder

The javascript framework also has built in caching, this is the reason why rendering with different changes / views on the GUI is so fast (compared to JSP model). jsx,java script debugger available for debugging as well.

Model View Controller or MVC paradigm: this methodolgy moves the M into GUI.

Overall, very lucid and informative presentation

Star rating: ****
Comments: Post a Comment

<< Home

This page is powered by Blogger. Isn't yours?