In my GWT 2.5 application, I got two entry points. EntryPoint A is the main application and EntryPoint B provides a widget version of my application.
Depending on a startup parameter, which I supply to the container, I want to enable/disable EntryPoint B. How can I achieve that? I know how to disable an EntryPoint completely during compile time by removing the correspondig declaration from my *.gwt.xml file.