> I see on Windows, if run as web application normally within the helping > of gwt developer plugin, after I run my project, then I edit my codes, just > refresh the browser and everythings will change follow my code changing, > it's so convenient >
Super Dev Mode works the same if you use GWT 2.7 and it is equally fast on recompiles. Only the first start is slow because it has to compile your app once. Incremental recompiles are a lot faster. GWT did not choose to disable the dev plugin. Browsers have removed required APIs so it is impossible to use the dev plugin in up-to-date FireFox & Chrome. -- J. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
