Special Recent Posts
Swing and Design Patterns - Part 4. Mediator Pattern
June 18th, 2013
Assume we have a component hierarchy that looks like the following diagram. Some component on one br[...]
JSTabbedPane: Simple Tabbed Pane for Javascript
May 30th, 2013
There are a number of tabbed pane components out there in Javascript world. But most of the tabbed p[...]
Contructors and Inheritance in Javascript
April 23rd, 2013
There is a really great article on inheritance in Javascript tucked away in the Rochester [...]
Abstract Methods and Polymorphism in Javascript.
March 5th, 2013
JavaScript doesn’t allow abstract methods. If you are developing JavaScript in an object-oriented st[...]
MVC pattern in Javascript. An example..
February 4th, 2013
If you are unfortunate enough to be a Java developer who has to develop in Javascript, you will want[...]
Category Archives: RIA
MVC pattern in Javascript. An example..
If you are unfortunate enough to be a Java developer who has to develop in Javascript, you will want to start using design patterns, or your javascript code is quickly going to resemble a train wreck. One of the most … Continue reading
Review of Java Rich-Web frameworks (A comparison of ZK, GWT, Echo2, Vaadin and Icefaces)
This article is going to do a review of a number of Java based RIA Frameworks. That is, frameworks which allow the developer to develop the GUI code in pure Java. The GUI produced should display in a web browser, … Continue reading
Posted in RIA
Tagged comparison, echo2, gui, gwt, icefaces, java, review, RIA, Usability, vaadin, web framework, zk
11 Comments


