GWT

Easy Data Access In Pages Of GWT/Swing Application
||
When developing desktop based or similar applications, it becomes headache to synchronize data between different pages. Say when Delete is clicked in context menu of some node of tree, Grid and some other panels need to be notified. Here is...
continue reading
HMVC Pattern For GWT & Swing Applications In Java
||
Why Pattern? When developing client tier of application using html,  there are certain limitations in the way we can organize the things. Because the code is in XML. Religious java developers are generally seen more inclined towards GWT rather than...
continue reading