|
|
|
|
|
by dragonwriter
4596 days ago
|
|
> GWT is not Java on both sides. Its Java on the server, Javascript on the client. The Java client side code compiles to Javascript.. And the Java server code compiles to JVM bytecode. Languages often compile to some other form to run, and the fact that the compilation target is different for different parts doesn't change that the programming language is the same. |
|