Hello everybody,
I have noticed that there is missing information about how to run Sigmah in dev mode in the documentation. Here some tips that I would like to share with new comers like me ;)
One of the cool features of GWT is the ability to have your code compiled after each refresh using Dev mode. Before version 2.7 of GWT, the Dev mode was based on browser plugins, which are now not supported by modern browsers, so old versions are required. To use Sigmah in dev mode :
- run the dev mode using gwt:run maven command and copy the url after the devmode window is launched