GWT Developer Mode Code Server

The embedded HTTP server in GWT developer mode makes the whole world sense to me, but I admit that I don’t understand what a β€œcode server” is. It seems to me that the html file wraps all the javascript code that the browser should display a GWT application with a built-in Jetty server that processes AJAX during development. So I'm looking for an explanation to enable a development mode code server with GWT. Perhaps an explanation of what he is doing will be enough.

+3
source share
1 answer

As usual, official documents to help!

, Java (JVM) Java -, GWT ., IDE GWT Java-. "code-test-debug", .

+6

Source: https://habr.com/ru/post/1767165/


All Articles