What are the benefits of the GWT IDE plugins given that GWT is just Java?

It can be seen that writing GWT code is mostly writing Java code, what does GWT do for the IDE? For example, there are GWT plugins for IDEA and for Eclipse (and, possibly, for NetBeans?), But do they do this, which I cannot do simply using Eclipse or IDEA without the GWT plugin?

+3
source share
6 answers

I myself used the IDEA plugin. I definitely would not want to give up. As others have said, you can create a GWT project and debug in posting mode as easily as any other application, but this is only the beginning.

IDEA GWT. UiBinder, .ui.xml, Java, UiBinder. GWT, , .

GWT . , . , , web.xml (, , ). , UiBinder, .ui.xml, .

, , CSS, Javascript, HTML XML .

+2

IDE , , , GWT. , , GWT eclipse java, , , , .

, , , . - .

, GWT GUI , , .

+5

, , , IDE, , IDE (, )

IDEA

http://www.jetbrains.com/idea/training/demos/GWT.html

( ) IDE , .

+1

MyEclipse, Matisse-drag-drop Toolbox GWT. Netbeans GWT4NB, , , , .ui.xml.

+1

GWT Eclipse ? GWT eclipse - .

+1

...

  • GWT RPC - Google RPC - .

  • UiBinder. uibinder : ui bean. uifields bean. @uifactory, @uifield ( = true).

  • "" bean (Java-, bean), ui: with ui. bean, gwt. / , ui: bean.

  • , , java- javascript.

  • , . , , , javascript.

  • config, , args params. gwt.

GWT .

+1

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


All Articles