Content deleted Content added
Ohnoitsjamie (talk | contribs) needs better sources than that |
Waldyrious (talk | contribs) m →Components: add references for the compiler |
||
Line 112:
==Components==
The major GWT components include:
;GWT Java-to-JavaScript Compiler<ref>{{cite web |url = https://github.com/gwtproject/gwt/blob/master/dev/core/src/com/google/gwt/dev/Compiler.java |title = com.google.gwt.dev.Compiler |quote = The main executable entry point for the GWT Java to JavaScript compiler. }}</ref><ref>{{cite web |title = com.google.gwt.dev.jjs.JavaToJavaScriptCompiler |url = https://github.com/gwtproject/gwt/blob/master/dev/core/src/com/google/gwt/dev/jjs/JavaToJavaScriptCompiler.java |quote = A base for classes that compile Java <code>JProgram</code> representations into corresponding Js source. }}</ref>
:Translates the Java programming language to the JavaScript programming language.
;GWT Development Mode
|