Yes that's it. The engine starts up a hosting environment built on
Jetty and you run/debug it there.

I guess the socket error you're getting is caused by you relaunching
the application and it's trying to use port 8080 again but it's
already taken

The Java gets cross-compiled when you deploy it to a server. Look at
the Google App Engine for that - it's a fantastic service.

The time-to-debug cycle does present a small hurdle especially as the
application gets larger and it takes time to navigate to the place you
want to debug / fix. You need to start looking at Guice/GIN, EasyMock
and JUnits as an alternative.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to