*/
public class ExecuteCommandExample {
public void executeCommand() {
// @extract-start GwtCommandExecution, Example use of executing a command.
MySuperDoItRequest commandRequest = new MySuperDoItRequest();
// .... add parameters to the request.
// Create the command, with the correct Spring bean name:
GwtCommand command = new GwtCommand("command.MySuperDoIt");
command.setCommandRequest(commandRequest);