java - GWT with pure js/html UI -
we using gwt in our web java project implementing client ui , client business logics. we've chosen because it's convenient write in java (and avoid duplicated business objects). brief exploration of gwt docs/tutorials/blogs showed has built-in support css, i18n, browsers , has own marking html-like language (uibinder).
so we've chosen gwt , ok until we've decided outsource front-end development.
- it's hard find experienced front-end freelancer gwt knowlenge, have ask them develop html+js code , convert gwt .ui.xml pages ourselves. it's error-prone , routine.
- gwt generates html itself, therefore applying css-s revealed tough issue. gwt creates additional div-s, tables , on. resulting html looks ugly - 2 pixels left of expected position, 3 pixels right , on.
so thinking of rewriting al ui in pure js+html , using gwt client business logic , client-server interaction.
the question is: there libs/frameworks simplifying dealing js elements gwt? , second 1 kinda ritoric question community: maybe faced similar problems , can advice?
thanks! vitaly.
take @ errai:
and here:
https://docs.jboss.org/author/display/errai/errai+ui#erraiui-createa@templatedcompositecomponent
with errai can use native html gwt.
hope helps.
Comments
Post a Comment