Hi,
There are Kiahu CX (gwt-cx) samples for GWT, mgwt, Ext GWT and Smart GWT. I am currently working on a new GXT/Restlet sample.
However, I haven't updated the old samples (~\gwtcx\gwtcx-samples\...) for a while so please use the new samples (~\gwtcx\samples\...).
There are posts on the UpTick blog and the Kiahu blog that discuss the frameworks design and evolution.
-> com.gwtcx:gwtcx-core-shared-dispatch:jar:1.0.0-dp1
I have been refactoring the framework in order to include support for additional server-side components The old "gwtcx-core-shared" has been renamed "gwtcx-core-shared-dispatch".
If you rebuild the framework from the trunk you should be fine.
E.g.: from ~\gwtcx
mvn clean
mvn gwt:clean
mvn package
mvn install
from ~\gwtcx\gwtcx-dependencies
mvn-install
from ~\gwtcx\samples\sample-gxt-basic-project
mvn clean
mvn gwt:clean
mvn run
Cheers
Rob
Kiahu.com