java - gwt change theme compiled -
our project pure gwt without frameworks. app has been used couple of customers , team maintained different source branches customers. client base of operations extending , application distributed through partners. challenge want customizing app themes changing logos, colors, fonts, etc app not open source , shipping binary ear archive.
what best way allow such customization of gwt app? see alternative move images/css separate theme war, create root url of war configurable in main application, , reference images , css in theme war main app relatively configurable root. if partners want customize theme create separate theme war, overwrite default images , css, deploy it, , alter theme war root url in main app.
that work understand it's not best gwt practice
are there other options?
another approach appearance pattern. take @ sencha blog:
sencha blog appearance pattern
the blog describes step how create appearance. not related gxt.
java gwt themes
No comments:
Post a Comment