July 29th, 2011 by CleanCodeNZ
When you create a new GWT project from sample code, you will get a widget with ajax capability, as GWT is meant to do javascript programming in Java language, what you see from this sample project are all Java code, if you want to understand this in a manner of client and server separation, there will be some miles to cover to get there. Read the rest of this entry »
July 28th, 2011 by CleanCodeNZ
treeTable is a very simple jQuery plugin that renders tabular data in a tree format, but it(latest version 2.3 at the time of writing) has a few bugs one of it is its expand and collapse function are not recursive as they were claimed. Read the rest of this entry »
July 27th, 2011 by CleanCodeNZ
When we first started developing widgets using GWT Google web toolkit, we always set out from some kind of build tool, in my case I am using Google web development plugin for Eclipse, you can choose ‘Generate GWT project sample code’, that is fine until one day I would like to add more widgets to this project, or port widgets between different projects, different languages like php and asp.net. Read the rest of this entry »
July 11th, 2011 by CleanCodeNZ
Node set and result tree fragment are different types, while path evaluation can only be applied on node set, otherwise you will get error message like:
To use a result tree fragment in a path expression
Read the rest of this entry »
July 5th, 2011 by CleanCodeNZ
When use Microsoft enterprise library, it is likely you will get an error like this Read the rest of this entry »