GWT Code OR GWT Constructor?

I am new to GWT. I have a question. What is the best way to learn / use GWT programming. Or learn how to use GWT by writing code to create a user interface or through GWT Designer? I also consider this issue in the context of good programming practice and industry requirements.

+5
source share
4 answers

I agree that the code is much better. Plus, later, when you want to make more precise customization of your user interface, the exact position to the pixel level, for example, I found that the designer is not very convenient for aligning widgets. In any case, you will need to go to the code level.

, , - , .

+5

-, . , , . . , , , GWT-.

, , , , , . .

+2

. ...

+2

I would suggest starting with coding, not with a designer. From a training point of view, coding provides more information on how you can use and extend functionality. Client-side scripting includes good style, alignment, which you will understand when working with code and scripts.

0
source

All Articles