clientbundle

automatic GWT ClientBundles based on disk files

I'm currently making good use of GWT's ClientBundles in my app. It works fine, but I have a large number of resources and it becomes tedious to manually create Java interfaces for each file: @ClientBundle.Source("world_war_ii.txt") public ExternalTextResource worldWarII(); @ClientBundle.Source("spain.txt") public ExternalTextResource s...