Get rid of that lengthy .css file and add your style right where they belong in the code with java annotation.Using annotations provides a nice separation of concerns. The logic code is clean ...
A GWT library that supports basic JAXB annotations to bind xml to a bean hierarchy.Creating a jaxb parser is easy:@JAXBBindings(value{NestedSubObjectOne.class, NestedSubObjectTwo.class})...