thanks in advance
sujee
The last project demo is available here
http://code.google.com/p/gwt-mvc/source/browse/tags/0.4/gwt-mvc-poc/
And its depependencies are described here:
http://code.google.com/p/gwt-mvc/source/browse/tags/0.4/gwt-mvc-poc/pom.xml
Use svn to checkout it.
If you don't use maven, you have to download manually the libraries.
http://gwt-mvc.googlecode.com/files/gwt-mvc-0.4.jar
http://gwt-log.googlecode.com/files/gwt-log-2.6.2.jar
http://sourceforge.net/projects/junit/files/junit/4.5/junit-4.5.jar/download
http://www.jmock.org/dist/jmock-2.5.0-jars.zip (unzip it and take the
required ones)
Put them in a 'lib' folder and add it to the classpath.
There is another exemple atatched here :
https://sites.google.com/site/jumpcamp4it/planning/web-developpeur-nous-et-demain/gwt-mvc
This one uses gwt2
But i relly recommand you maven.
If you cannot install anything, just use the eclipse plugin
http://m2eclipse.sonatype.org/
Francois Wauquier