As part of the Java BluePrints we have been investigating and experimenting with the programming model for using AJAX on Java EE 5. One programming model we have been covering is using Java Server Faces (JSF) with AJAX. For example, how to design a JSF component library around an AJAX library like DOJO toolkit. Its simple to build a single JSF component around a JavaScript/AJAX widget, but lots...