Questions tagged [gwt-super-dev-mode]

A new GWT development mode that is no longer using the browser plugin.

The Super Development Mode (SDM) allows GWT developers to quickly recompile their code (incrementally) and see the results in a browser. It also allows developers to debug the running GWT application in the browser. Developers can even debug Java code if they are using a browser that supports source maps.

A big advantage compared to the Classic Development Mode is the fact, that no plugin is needed anymore and the applications can be tested on various browsers (even mobile).

130 questions
0
votes
1 answer

Why can't GWT connect to superdevmode server in multi module maven project?

I recently changed my GWT + App Engine project setup from a single module maven project, to a multi module maven project: My project builds using mvn install (on the parent) with no errors, and as long as the whole project has been compiled, it…
slugmandrew
  • 1,776
  • 2
  • 25
  • 45
0
votes
1 answer

UnsupportedClassVersionError with GWT 2.6 and jdk 1.6

I get this error if I try to debug in super dev mode: java.lang.UnsupportedClassVersionError: com/google/appengine/tools/development/agent/AppEngineDevAgent : Unsupported major.minor version 51.0 at java.lang.ClassLoader.defineClass1(Native…
nano_nano
  • 12,351
  • 8
  • 55
  • 83
0
votes
1 answer

.gwt.xml' on your classpath; could be a typo, or maybe you forgot to include a classpath entry for source?

I am new to Gwt i am trying to create a web application and invoke it using an maven plugin. But the problem is during invocation of code server i am getting an error like unable to find xxxx..gwt.xml' on your classpath; could be a typo, or maybe…
Obuli Sundar
  • 566
  • 7
  • 26
0
votes
1 answer

How to resolve value for "${gwt_remote_ui_server_port}:${unique_id}"

I am new to gwt I have created a web application and i am able to work on super dev mode. but while i am trying to automate the process of invoking the code server and web application i am facing issue. My scenario is i have an main class where i am…
Obuli Sundar
  • 566
  • 7
  • 26
0
votes
1 answer

gwt 2.7 Super Dev Mode How to recompile?

I am migrating from gwt 2.6.1 to 2.7 When I launch super dev mode, I cannot recompile my application by clicking on the bookmark Dev Mode On. Clicking on Dev Mode Off then Dev Mode On works but I don't think this is the good way to use SDM. I heard…
Olivier Boissé
  • 15,834
  • 6
  • 38
  • 56
0
votes
2 answers

Use system memory as GWT SuperDev mode working directory

I'm using GWT SuperDev mode to compile a huge GWT project which produces a lot of codeserver temporary files. This files are stored in windows %TEMP% path and waste a lot of disk space and I have to clean them manually every day. In addition,…
Ehsan Khodarahmi
  • 4,772
  • 10
  • 60
  • 87
0
votes
2 answers

Super Dev Mode doesn't detect xml file change?

Just started using GWT 2.7 Super Dev Mode, I am running CodeServer, not through DevMode. When I work on designing my app theme, I usually turn on Css pretty print temporarily like this:
Ivan Yeh
  • 53
  • 5
0
votes
1 answer

GWT what is going on with my DatePicker?

I've upgraded to GWT 2.7 and also upgraded my Eclipse plug-ins. When testing an existing Web App to see what might need to be fixed, I noticed my DatePicker looked off. It's almost as if it does not have any style at all. Here is how it looked…
Tommo
  • 977
  • 14
  • 35
0
votes
2 answers

GWT SuperDevMode. Code server compilaction doesn't see classes from dependent project

I've just migrated my GWT application to version 2.7 and I would like to start using the SuperDevMode. Accodring to this video: http://jeff-davis.blogspot.fr/2012/07/setting-up-gwt-25s-superdevmode.html I've configured the CodeServer but whey I run…
kpater87
  • 1,190
  • 12
  • 31
0
votes
1 answer

Intermitent load from WEB-INF/lib/*.jar!/META-INF/resources

I'm working with a GWT project and I have a library (jar) where there are several static resources in META-INF/resources folder which should be served. It works well when I deploy the application in Tomcat, but when I try to run it with…
calbertts
  • 1,513
  • 2
  • 15
  • 34
0
votes
2 answers

Use Classic Dev Mode in GWT 2.7

This might be simple question but no luck.How to use Classic Dev mode in GWT 2.7 even i read about GWT SDM (Disabling GWT 2.7.0 Super Dev Mode) and added –nosuperDevMode in Argument but still its behaving the same as Super Dev Mode. Any thought on…
moh
  • 1,426
  • 2
  • 16
  • 43
0
votes
1 answer

GWT 2.7 maven project integration with eclipse

I found good starter of GWT 2.7.0 application that work with maven. Here is repository Unfortunatelly owner/creator don't use eclipse, so he can help me. I would like to have this project to work with eclipse and to be well integrated (like official…
masterdany88
  • 5,041
  • 11
  • 58
  • 132
0
votes
1 answer

Launching GWT Super Dev Mode is very slow. How can I speed it up?

I upgraded my application to GWT 2.7 version and used Super Dev Mode, but it's taking almost 5 minutes to launch the application in SDM: Super Dev Mode starting up workDir:…
moh
  • 1,426
  • 2
  • 16
  • 43
0
votes
1 answer

How to Use Super Dev Mode for Maven based GWT Application

I have multiple Maven Based GWT Project which are using Classic Dev Mode earlier now i am upgrading the GWT version to 2.7 which will not support classic DevMode and i am updating it to use Super dev mode.I want the changes done in the dev mode…
moh
  • 1,426
  • 2
  • 16
  • 43
0
votes
0 answers

Migrating Classic Dev Mode to Super Dev Mode using GWT 2.5.1

I find lot of stackoverflow question related to this How to migrate a a custom sublass of GWT DevMode to GWT 2.7.0 Super dev mode but unable to solve my issue.I am migrating classic dev mode to super dev mode using GWT 2.5.1.I have lot of dependency…
moh
  • 1,426
  • 2
  • 16
  • 43
1 2 3
8 9