Hi, this line from http://code.google.com/intl/fr/webtoolkit/doc/latest/DevGuideRequestFactory.html
// properties, getters, and setters omitted public static
List<Employee> findAllEmployees() {
must be remplaced by
// properties, getters, and setters omitted
public static List<Employee> findAllEmployees() {
--
http://groups.google.com/group/Google-Web-Toolkit-Contributors
