Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4611078
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T01:13:10+00:00 2026-05-22T01:13:10+00:00

I’m creating a Web app using plain GWT (no wrappers such as GXT). The

  • 0

I’m creating a Web app using plain GWT (no wrappers such as GXT). The problem is that a good look & feel for a GWT app is very hard to achieve using only UiBinder. My workflow for now is:

  1. Create HTML and CSS with Dreamweaver/Photoshop
  2. Put the HTML resources on the server and fetch them using GWT’s Client Bundle.
  3. “Inject” widgets into HTMLPanels who where initialized with the resource HTML files from the server.

As you can see it’s more of a “template” way of doing things. My UiBinders are almost empty files though.

I’m concerned about XSS holes by working as I do. So I was thinking of eventually putting each HTML file into it’s UIBinder xml file. Does it have to be so complicated (long)??? Can anyone tell me how they managed to get good looking GWT apps using only UiBinder?

I’m not interested in responses including any GXT, SmartGWT solutions.

Thank you.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-22T01:13:11+00:00Added an answer on May 22, 2026 at 1:13 am

    Our process, which works great (activegrade.com):

    1. Photoshop -> Html + Css + Images
    2. Html -> UiBinder; Css + Images -> ClientBundle

    Your third step sounds like it’s re-inventing what UiBinder already does for you.

    The only thing we do outside this process is figure out what kind of html is produced by the widgets we’re going to use. For instance, MenuBars make <table>s, so we say, “Hey, make the prototype out of tables.” FlowPanels make <div>s, so we say, “Hey, please make the prototype out of divs.” We got burned once and had to re-do the html.

    Addendum example:

    <!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent">
    <ui:UiBinder xmlns:ui="urn:ui:com.google.gwt.uibinder"
        xmlns:g="urn:import:com.google.gwt.user.client.ui">
        <ui:with field="resources"
            type="com.activegrade.client.teacher.dialogfillers.standarddetails.StandardDetail.StandardDetailResources" />
        <ui:with field="dialogresources"
            type="com.activegrade.client.resources.DialogResources" />
        <ui:style>
    
        </ui:style>
        <g:HTMLPanel
            styleName="{resources.css.aNameIChose} {dialogresources.css.agwForm}">
            <div class="{dialogresources.css.agwFormBlock}">
                <label>Name</label>
                <g:TextBox ui:field="nameText" />
            </div>
            <div class="{dialogresources.css.agwFormBlock}">
                <label>Description</label>
                <g:TextArea ui:field="descriptionText" />
            </div>
            <div class="{dialogresources.css.agwFormBlockLeft}">
                <label>Grading Scale</label>
                <g:ListBox ui:field="scaleSelector" />
            </div>
            <div class="{dialogresources.css.agwFormBlockRight}">
                <label>Calculation Method</label>
                <g:ListBox ui:field="calculationMethodSelector" />
            </div>
            <div class="{dialogresources.css.agwFormBlock}">
                <label>Tags</label>
                <div class="{resources.css.tagdiv}">
                    <g:FlowPanel ui:field="panelForTags" />
                </div>
            </div>
            <g:Button ui:field="addTagsButton">Add Tags</g:Button>
        </g:HTMLPanel>
    </ui:UiBinder> 
    

    Creates:

    enter image description here

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

That's pretty much it. I'm using Nokogiri to scrape a web page what has
I'm parsing an RSS feed that has an &#8217; in it. SimpleXML turns this
link Im having trouble converting the html entites into html characters, (&# 8217;) i
We're building an app, our first using Rails 3, and we're having to build
I am using Paperclip to handle profile photo uploads in my app. They upload
I have a string like this: La Torre Eiffel paragonata all&#8217;Everest What PHP function
I'm new to using the Perl treebuilder module for HTML parsing and can't figure
I've got a string that has curly quotes in it. I'd like to replace
Seemingly simple, but I cannot find anything relevant on the web. What is the
I have a French site that I want to parse, but am running into

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.