Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to separate totally the HTML/CSS layout from the GWT logic?

I'd like to allow our web developers to continue to work in pure HTML and to let developers to write GWT Java-only code to write the rest of the business logic.

Is it even possible?

Have anyone tried to work with the web developers in the GWT environment?

How do you incorporate the web developers into the GWT development process?

like image 586
IgorM Avatar asked Apr 19 '09 21:04

IgorM


1 Answers

Essentially what I'm looking for is something like either DeclarativeUI (http://code.google.com/p/google-web-toolkit/wiki/DeclarativeUi) or UIBinder (http://code.google.com/p/google-web-toolkit-incubator/wiki/UiBinder).

According to the GWT Blog the UIBinder just moved to incubator stage and will not be available by GWT 1.6 timeframe, but much later.

Is there any other way at this moment?

like image 104
IgorM Avatar answered Sep 19 '22 03:09

IgorM