Probably the wrong forum since GWT Designer was never managed by the GWT team itself at Google. Making it a community project on Github is probably the best bet to keep it alive.
In GWT you mostly use a HTMLPanel as root with normal HTML inside and with some other widgets here and there. So an alternative to GWT designer would be to just use any HTML editor (or even the browser itself, like Chrome workspaces) to create the HTML + CSS part of your UI. Then you copy it into your UiBinder file, making the root element a HTMLPanel and replace input elements and such with their corresponding GWT widget. Sure you still need to write the Java part of your UiBinder file but at least you can create the UI design mostly visual in your HTML editing tool of choice.
Personally I never used GWT designer and I am not feeling slow at writing UI layouts directly in UiBinder. On the other hand I am pretty well with HTML + CSS in general so it might be different if I would not have that knowledge.
Maybe you just give raw UiBinder or any other HTML authoring tool a try.
-- J.
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.
No comments:
Post a Comment