Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

GWT code OR GWT Designer? [closed]

I am new to GWT. I have a question. Which way is better to learn/use GWT programming. Either to learn using GWT by writing code for creating user interface OR through GWT Designer? I am also aking this question in the context of good programming practices & industry requirements.

like image 348
enterprize Avatar asked Dec 13 '11 22:12

enterprize


1 Answers

I agree that code is much better. Plus later on when you want to do more fine tuning of your UI, exact position up to the pixel level for example, I have found that the Designer is not very easy for aligning widgets. You will need to get down to the code level anyway to do so.

Another benefit like it was already mentioned is you will get a better understanding of what is going on.

like image 188
Stefan Gloutnikov Avatar answered Sep 30 '22 01:09

Stefan Gloutnikov