tags:

When introducing GWT to HTML/Javascript  programmer one of the questions that arising, is OK all fine but i am working with a designer how knows HTML/CSS, he doesn't know GWT widgets.

 

So how can I translate the prototype given to me by a designer to a GWT component?

There is of curse UiBinder but let face it's not exactly classic HTML, so after searching the web I found an interesting article which relate to this problem : http://www.zackgrossbart.com/hackito/tags-first-gwt/

 

It describe a method which enbales you to convet any HTML page to a GWT component.

 

Avi

 

1

Comments

It is necessary to remember that UiBinder at all doesn't approach for applications. It is good for using only for "static" pages (pages with constant template).