Monday, 12 August 2013

GWT RemoteService working with the Android (GWT-SyncProxy)

GWT-SyncProxy with ListView - test app:



Simple Person.java POJO which is shared across the GWT RemoveService and Android using GWT-SyncProxy

Monday, 8 October 2012

GWT - Sortable FlexTable

This extends the SortableTable widget by Parvinder Thapar (http://psthapar.googlepages.com/).  It provides a way to have a  Anchor Widget for further navigation, also enhances the code by removing some deprecated APIs (Tested on GWT 2.4).

RowData.java - gist - https://gist.github.com/3851381


Sortable.java - gist - https://gist.github.com/3851399


SortableTable.java - gist - https://gist.github.com/3851418


AppAnchor.java - gist - https://gist.github.com/3851426

Friday, 28 September 2012

Hello World

Code Snippets to Random thoughts. This blog is a mental dump of stuff I think, believe & do.