i feel it hard to use eclipse plugin for gwt2. Reasons are as followed
1. we can not start 2 development mode in the same time;
2. i cant see the development tool in
http://code.google.com/intl/zh-CN/webtoolkit/doc/latest/DevGuideCompilingAndDebugging.html#DevGuideDevMode
i want to see the transfer info in jetty.
3. when we shut down a development server,the tree node is still there.
4. we cant set the default browser to launch,but have to copy the url!!!
can i use gwt2 in the last verson of plugin?
@yaoancheng: Sorry to hear that you're having troubles using the plugin.
Here is some additional information that may help.
Regarding #1, you can actually start two development mode sessions at the
same time. What you need to do is modify the launch configuration so that
the "Automatically Select an Unused Port" option is selected, and add the
following argument to the Program Arguments section:
-codeServerPort auto
Regarding #2, you should see the Development Mode View in Eclipse, instead
of the Development Mode Window. See
http://code.google.com/eclipse/docs/running_and_debugging_2_0.html for a
screenshot.
If you want to see the request log information from Jetty, change the log
level in the launch configuration to TRACE. Then, that information will
show up.
For #3, you can clear out the tree node by clicking on the icon with
overlapping X's. That will clear the nodes for all terminated launches.
As for #4, you are right. That is a feature that we'll add in a future
version of GPE.
If you want to use the plugin, and have the development mode window show up
instead of Eclipse's development mode view, set the "USE_REMOTE_UI"
environment variable FOR YOUR LAUNCH CONFIGURATION to the value "false".
Currently I am using GWT 2.0.3 with tomcat5.5 as a server, IE6 and
WindowsXP 64bit.
I am trying to debug my application in client debug mode. Also I have
followed all the steps to set up debug mode. And started tomcat and
application using DevMode in debug mode. Debug mode launches the browser
launcher in client debug mode. But when I start debugging application,
breakpoints does not get invoked when I run application in debug mode.
Could any one help me out to figure our what cud be problem wid GWT 2.0.3
debugging?
Thanks in advance.
The reason of the breakpoints issue, is that maybe you has configured a JRE
and not a JDK. But now I have a question for you. Why you're using Tomcat
with GWT?
Greetings.
please dudes do something about linux 64 bits and firefox 3.6. It's quite
annoying.
i'm on slackware64 13.1 and firefox 3.6.12, and plugin asks to get
installed again and again and again.
FYI using firefox 3.5.2 from slackware64 13.0 will get thing working. But
firebug is gone...
Chrome plugin is not working. Unable to connect to 9997 works in FF and
Safari (sorta works)
Finally make it work on Chrome. The most important thing is to allow the
external web server in the GWT developer plugin. More details see:
http://notepad2.blogspot.com/2010/12/debug-google-web-toolkit-applications.html
Can somebody please update
http://code.google.com/webtoolkit/usingeclipse.html with this instructions
or a link? Particularly the way to start the application is a little
misrepresented there...