Use ClientBundle in a large Enterprise Application?

前端 未结 2 1678
你的背包
你的背包 2021-01-12 14:09

We\'re building a large enterprise application (dozens of modules) with GWT and need to decide whether to use ClientBundle or not. I was curious what pros/cons the StackOver

2条回答
  •  生来不讨喜
    2021-01-12 14:27

    Just two additional notes:

    • There is a utility available in GWT which allows to automatically create the interfaces for your CSSResources
    • It's true that debugging styles can be a little bit cumbersome because of the obfuscated names. I had good success by using Firebug to change styles in dev-mode directly in the browser and when I am satisfied I change them in my GWT app.

提交回复
热议问题