Mar 26
Gwt-Ext screencasts on showmedo.com
In addition to hosting the Gwt-Ext screencasts at http://gwt-ext.com/screencasts/, Sanjiv has also made them available at showmedo.com. So you can watch them online without having to download first.
Here are the direct links:
- Setup GWT and Cypal studio in Eclipse on Ubuntu
http://showmedo.com/videos/video?name=2040000;fromSeriesID=204 - Add Ext and Gwt-Ext to the project
http://showmedo.com/videos/video?name=2040010&fromSeriesID=204 - Add basic client side regex validation, remote service and save form data in Oracle database
http://showmedo.com/videos/video?name=2040020&fromSeriesID=204
Download Eclipse projects shown in the screencasts from Gwt-Ext.com or Rapidshare.
Thanks Sanjiv for the appreciation. And more importantly, for putting in lots of hard work to produce Gwt-Ext.

March 29th, 2008 at 12:38 pm
[...] GWT-Ext screencasts I posted about this last week, but this link lets you view the GWT-Ext screencasts online. [...]
April 4th, 2008 at 8:37 pm
Good Stuff. Keep up the good work!
April 4th, 2008 at 10:16 pm
Thanx buddy!
April 8th, 2008 at 11:32 am
I followed your screencast but once I try to configure gwtext I’m getting error.
Can you please let me know what I’m doing wrong.
[ERROR] Unable to load module entry point class com.cars.client.HelloWorld (see associated exception for details)
com.google.gwt.core.client.JavaScriptException: JavaScript TypeError exception: ‘$wnd.Ext’ is null or not an object
at com.google.gwt.dev.shell.ModuleSpace.invokeNative(ModuleSpace.java:481)
at com.google.gwt.dev.shell.ModuleSpace.invokeNativeVoid(ModuleSpace.java:270)
at com.google.gwt.dev.shell.JavaScriptHost.invokeNativeVoid(JavaScriptHost.java:137)
at com.gwtext.client.widgets.Component.init(Component.java:100)
at com.gwtext.client.widgets.Component.(Component.java:89)
at com.cars.client.HelloWorld.createComponents(HelloWorld.java:33)
at com.cars.client.HelloWorld.onModuleLoad(HelloWorld.java:28)
at com.google.gwt.dev.shell.ModuleSpace.onLoad(ModuleSpace.java:342)
at com.google.gwt.dev.shell.BrowserWidget.attachModuleSpace(BrowserWidget.java:326)
at com.google.gwt.dev.shell.ie.BrowserWidgetIE6.access$200(BrowserWidgetIE6.java:36)
April 8th, 2008 at 11:49 am
I got it
Basically I moved everything from .html to .xml
HelloWorld.gwt.xml
Keep up Abhijeet the good work man for such a good articles and demos. Keep them coming
April 8th, 2008 at 11:56 am
Hi ziyod,
Problem is with the path of ExtJS files. You may want to read this thread on the forum: http://gwt-ext.com/forum/viewtopic.php?f=5&t=389&p=1378
I have also uploaded the Eclipse projects I used while recording the screencasts. You may want to import them into your workspace and compare to see what had gone wrong.
http://rapidshare.com/files/105768477/EclipseProjects_WorkingWithGwtExt.zip
Edit: Ah! I was a bit slow. And thanx for the kind words!