We have a GWT application specifically designed to handle mobile clients and built with MGWT. Now, we need to build a frontend for classical web clients, probably building it with GWT-Bootstrap and I'm wondering what's the best solution to achieve this. How should we proceed with modules, gwt.xml configuration, client type detection, etc ...
What are your suggestions ?