Believe me WISIWYG is not a good way to start. Beginning with WISIWYG like editors (especially Microsoft's products) can make you do some tasks very quickly, at the price that you don't understand what you are doing. The generated code is usually of low quality, hard to read and against best practices. Inevitably something goes wrong, and it's time to look at the code, but you'll find it's hard because you never really understand it.
I'm not saying WISIWYG is wrong. Some can improve productivity with proper usage (especially for prototyping and for designers). But it should be in the right order - it's important to know what we are doing before going for it. So, if you don't know Java (or Java like language such as C#) very well, I would suggest you begin by learning Java first. Then you can follow the StockWalker tutorial: http://code.google.com/webtoolkit/doc/latest/tutorial/gettingstarted.html -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/AggltyshAEUJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
