1
Reply

What is GWT 2.2 Designer..?

Manish Tewatia

Manish Tewatia

Feb 16, 2011
5.3k
0

    Hi

    Google Web Toolkit (GWT) is essentially a Java-to-JavaScript compiler. It is a good idea and provides a way of essentially modernising the approach to building web apps by treating JavaScript, HTML and CSS as the underlying machine language. This is all very well but the underlying machine language is a moving target and GWT programmers want to make use of the new features in HTML5.

    To keep up and to improve the development environment Google has just released GWT 2.2 and a Google Plugin for Eclipse. The plug-in integrates with GWT Designer which allows the user interface to be constructed by drag-and-dropping components onto a form's surface. The version embedded into Eclipse isn't as full function as the standalone version but it is supposed to be easier to use and can be configured to suit the majority of users. You can still obtain and use the full standalone version if you need it.

    The GWT SDK now supports HTML5 features such as Canvas and Audio/Video tags. Google warns that this is still experimental and there could well be changes in the near future.


    Manish Dwivedi
    February 16, 2011
    0