Directory

← Back

Super Dev Mode for Vaadin 6

Recompile your widget set is less than ten seconds!

Author

Rating

Popularity

<100

Requirements:

How to use:

  • Add this add-on jar to your build path
  • Download the GWT trunk build and add to your build path. Remove any old GWT jar references (the Vaadin plug-in for Eclipse automatically adds these)
  • Recompile the widget set as always. This will fail if you use an old version of GWT.
  • Start the code server (Run com.google.gwt.dev.codeserver.CodeServer )
  • Add ?superdevmode to your application URL

To do remote debugging, for instance from a phone or tablet, add ?superdevmode=ip:port to the url, e.g. ?superdevmode=myothermachine:9876

Note that Tomcat seems to conflict with the CodeServer so if you have Tomcat on your code server classpath, be sure that the GWT trunk jars are before the Tomcat jars on the classpath.

Note also that there is no need to run CodeServer in debug mode. It will recompile the widgetset when you refresh the browser, not when you modify your Java code.

For more info on SuperDevMode, see http://vaadin.com/blog/-/blogs/vaadin-and-superdevmode

Note that Vaadin 7.0.0.alpha3 contains this add-on built-in.

Compatibility

(Loading compatibility data...)

Was this helpful? Need more help?
Leave a comment or a question below. You can also join the chat on Discord or ask questions on StackOverflow.

Version

Initial version

Released
2012-06-14
Maturity
BETA
License
Apache License 2.0

Compatibility

Framework
Vaadin 6.8+
Browser
Internet Explorer
Internet Explorer
Internet Explorer
Firefox
Opera
Safari
Google Chrome
Internet Explorer
iOS Browser
Android Browser

Super Dev Mode for Vaadin 6 - Vaadin Add-on Directory

Recompile your widget set is less than ten seconds! Super Dev Mode for Vaadin 6 - Vaadin Add-on Directory
Requirements: * Java 6 * Vaadin 6.8 * Trunk build of GWT, e.g. http://artur.virtuallypreinstalled.com/gwt-trunk-20120607.zip How to use: * Add this add-on jar to your build path * Download the GWT trunk build and add to your build path. Remove any old GWT jar references (the Vaadin plug-in for Eclipse automatically adds these) * Recompile the widget set as always. This will fail if you use an old version of GWT. * Start the code server (Run com.google.gwt.dev.codeserver.CodeServer ) * Add ?superdevmode to your application URL To do remote debugging, for instance from a phone or tablet, add ?superdevmode= to the url, e.g. ?superdevmode=myothermachine:9876 Note that Tomcat seems to conflict with the CodeServer so if you have Tomcat on your code server classpath, be sure that the GWT trunk jars are before the Tomcat jars on the classpath. Note also that there is no need to run CodeServer in debug mode. It will recompile the widgetset when you refresh the browser, not when you modify your Java code. For more info on SuperDevMode, see http://vaadin.com/blog/-/blogs/vaadin-and-superdevmode Note that Vaadin 7.0.0.alpha3 contains this add-on built-in.
Source Code

Super Dev Mode for Vaadin 6 version 0.9.0
Initial version

Online