Good day all! Tell me please what is the best way to hide module name and all possible branding stuff from users?
The problem is, I am working on application that will be reselled, and reseller does not want end users to see the name of developer company at all. At the same time I do not want to cripple java packages and GWT module name. The first solution that comes in mind - to separate all my stuff in library, create project with entry point and simple name that will inherit from library. But what to do with RPCs then if they have to be declared in web.xml? Maybe use Guice to use single Guice servlet and annotation-based mappings for servlets, but not sure if it will work... The other solution that comes in mind - to use some fancy obfuscator that will be smart enough to change modulename.gwt.xml and main.html, but I find it hard to believe obfuscators can be that smart... Any way, any suggestions and ideas are appreciated. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
